|
Page 1 of 1
|
Fexys 
Joined: October 2006
Posts: 16
|
 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
|
#1 Sun 20 May, 2007 20:28 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 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
global $template, $portal_config, $block_id, $userdata, $board_config, $db, $phpEx, $var_cache, $lang, $bbcode;
AFTER ADD
include_once($phpbb_root_path . 'includes/functions_color_groups.' . $phpEx);
Let me know if it works.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#2 Fri 25 May, 2007 02:31 |
|
Fexys 
Joined: October 2006
Posts: 16
|
 Re: Call To Undefined Function Color_group_colorize_name()
Now it works
Thanks
|
#3 Fri 25 May, 2007 19:36 |
|
Vortex 
Joined: October 2006
Posts: 412
Location:  Prato, Italy
|
 Re: Call To Undefined Function Color_group_colorize_name()
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
|
#4 Fri 25 May, 2007 20:21 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: FIXED - Call to undefined function color_group_colorize_
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.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#5 Sat 26 May, 2007 03:48 |
|
Aexo 
Joined: March 2007
Posts: 89
Location:  Astur
|
 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
____________ Webmaster: EliteMoviles
Server: Sotem.es
Version: Icy Phoenix 1.2.0.27
|
#6 Sun 27 May, 2007 23:20 |
|
Aexo 
Joined: March 2007
Posts: 89
Location:  Astur
|
 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!!
____________ Webmaster: EliteMoviles
Server: Sotem.es
Version: Icy Phoenix 1.2.0.27
|
#7 Sun 27 May, 2007 23:32 |
|
brandsrus 
Joined: August 2006
Posts: 297
Location:  Leeuwarden, The Netherlands
|
 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?
____________ Official translator of Icy Phoenix to Dutch
|
#8 Sun 27 May, 2007 23:40 |
|
Aexo 
Joined: March 2007
Posts: 89
Location:  Astur
|
 Re: FIXED - Call To Undefined Function Color_group_colorize_
in 1.0.15
____________ Webmaster: EliteMoviles
Server: Sotem.es
Version: Icy Phoenix 1.2.0.27
|
#9 Sun 27 May, 2007 23:43 |
|
Vortex 
Joined: October 2006
Posts: 412
Location:  Prato, Italy
|
 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!!
It was written just a few post above
|
#10 Mon 28 May, 2007 01:02 |
|
Aexo 
Joined: March 2007
Posts: 89
Location:  Astur
|
 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.
____________ Webmaster: EliteMoviles
Server: Sotem.es
Version: Icy Phoenix 1.2.0.27
|
#11 Mon 28 May, 2007 10:17 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|