Fatal error: Call to a member function on a non-object in /nfs1/richardfelix.co.uk/www/phpBB2/admin/admin_color.php on line 186
Could anyone help..this thing is driving me nuts..I've been trying for 2 weeks to install this mod
Cheers
Fatal error: Call to a member function on a non-object in /nfs1/richardfelix.co.uk/www/phpBB2/admin/admin_color.php on line 186
DarthSpader wrote: Okay.......
I AM using version 1.2.5
I have corrected my problems for viewtopic.php and users profile.
A problem I have noticed is when someone updates their profile, their assigned group color is lost.
Meaning.....When someone makes an update to their profile, their member group in the users table is automatically changed to "0" instead of remaining the same # for their group.
You state that this has been fixed in 1.2.5, but then why is it still happening? and what is the fix please?
Also, I'm not getting the correct colors for "Who Is Online" on the index.php even tho the colors are correct in other places on the index.php.
In addition, when I click on a color in the LEGEND, the users are all displayed in the wrong color for the group.
Code: Select all
Fatal error: Call to a member function generate_css() on a non-object in xxxxxxxxxxxxxxxxxxxxxxxxxxx/page_header.php on line 607
Code: Select all
//-- mod : Advanced Group Color Management -------------------------------------
//-- add
$color->generate_css(); //-- this is line 607
//-- fin mod : Advanced Group Color Management
DarthSpader wrote:DarthSpader wrote:Okay.......
I AM using version 1.2.5
I have corrected my problems for viewtopic.php and users profile.
A problem I have noticed is when someone updates their profile, their assigned group color is lost.
Meaning.....When someone makes an update to their profile, their member group in the users table is automatically changed to "0" instead of remaining the same # for their group.
You state that this has been fixed in 1.2.5, but then why is it still happening? and what is the fix please?
Also, I'm not getting the correct colors for "Who Is Online" on the index.php even tho the colors are correct in other places on the index.php.
In addition, when I click on a color in the LEGEND, the users are all displayed in the wrong color for the group.
Code: Select all
Installation Failed
EasyMOD encountered the following error(s). A general error could be ABC. A critical error means D and you should do XYZ.
Error Detail
Critical Error
FIND FAILED: In file [includes/functions.php] could not find:
if ( $userdata['user_id'] != ANONYMOUS )
{
if ( !empty($userdata['user_lang']))
{
$board_config['default_lang'] = $userdata['user_lang'];
}
MOD script line #594 :: FAQ :: Report