Call to undefined function color_group_colorize_name() »  Show posts from    to     

Icy Phoenix


Old Support Topics - Call to undefined function color_group_colorize_name()



Fexys [ Sun 20 May, 2007 20:28 ]
Post subject: Call to undefined function color_group_colorize_name()
In FAQ
Quote:
Fatal error: Call to undefined function color_group_colorize_name() in /users/f/p/f/fpf/public_html/blocks/blocks_imp_recent_topics.php on line 134


In Rules
Quote:
Fatal error: Call to undefined function color_group_colorize_name() in /users/f/p/f/fpf/public_html/blocks/blocks_imp_recent_topics.php on line 134


This problem persists, http://www.icyphoenix.com/viewtopic.php?p=13389#p13389


Thanks


Mighty Gorgon [ Fri 25 May, 2007 02:31 ]
Post subject: Re: Call to undefined function color_group_colorize_name()
Maybe it is related to a global block.

Try to do this:

OPEN blocks/blocks_imp_recent_topics.php
FIND
Code: [Hide] [Select]
global $template, $portal_config, $block_id, $userdata, $board_config, $db, $phpEx, $var_cache, $lang, $bbcode;

AFTER ADD
Code: [Hide] [Select]
include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);


Let me know if it works.


Fexys [ Fri 25 May, 2007 19:36 ]
Post subject: Re: Call To Undefined Function Color_group_colorize_name()
Now it works

Thanks


Vortex [ Fri 25 May, 2007 20:21 ]
Post subject: Re: Call To Undefined Function Color_group_colorize_name()
Mighty Gorgon wrote: [View Post]
Maybe it is related to a global block.



You're right MG, I got the same error on other blocks:


Quote:
Fatal error: Call to undefined function color_group_colorize_name() in /***/blocks/blocks_imp_user_block.php on line 74



Quote:
Fatal error: Call to undefined function color_group_colorize_name() in /***/includes/users_online_block.php on line 59




I tried, you can fix every block with the suggestion of MG


Mighty Gorgon [ Sat 26 May, 2007 03:48 ]
Post subject: Re: FIXED - Call to undefined function color_group_colorize_
Vortex wrote: [View Post]
I tried, you can fix every block with the suggestion of MG

It works because the function needed is there.

The problem should be only for global blocks, because that function was usally included only in index.php.

Can you please tell me which other files need to be modified so I can fix them all?

Thanks.


Aexo [ Sun 27 May, 2007 23:20 ]
Post subject: Re: Call To Undefined Function Color_group_colorize_name()
Quote:
Fatal error: Call to undefined function color_group_colorize_name() in /***/blocks/blocks_imp_user_block.php on line 74


I have this error in dload.php


Aexo [ Sun 27 May, 2007 23:32 ]
Post subject: Re: FIXED - Call To Undefined Function Color_group_colorize_
I found the solution!!

edit blocks_imp_user_block.php

Find global $userdata, $template, $board_config, $lang, $db, $phpEx;

Add include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

Save, upload (with backup, of course) and run!!


brandsrus [ Sun 27 May, 2007 23:40 ]
Post subject: Re: FIXED - Call to undefined function color_group_colorize_
In which version have you had the problem?

1.0.14.14 or in the newest version?


Aexo [ Sun 27 May, 2007 23:43 ]
Post subject: Re: FIXED - Call To Undefined Function Color_group_colorize_
in 1.0.15


Vortex [ Mon 28 May, 2007 01:02 ]
Post subject: Re: FIXED - Call To Undefined Function Color_group_colorize_
Aexo wrote: [View Post]
I found the solution!!

edit blocks_imp_user_block.php

Find global $userdata, $template, $board_config, $lang, $db, $phpEx;

Add include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);

Save, upload (with backup, of course) and run!!



It was written just a few post above


Aexo [ Mon 28 May, 2007 10:17 ]
Post subject: Re: FIXED - Call To Undefined Function Color_group_colorize_
yes, Vortex . But I cuestion for line 74 error in "download section". As you say, I put the solution as say MG but in other file and other error. I write it because other user can have the same error.

Finally all is ok.




Powered by Icy Phoenix