Fatal error with effects shop


  -----  
Author Message

ikabiki
Member

Sat Jan 20, 2007 5:25 pm   Post subject: Fatal error with effects shop
upon installing effects shop, when I try to access the admin shop settings I get this error:

Quote:

Fatal error: Call to a member function on a non-object in /root/forums/admin/admin_shop.php on line 169


which points to this area of the code:

Code:

//------------------------------------------------------------------------------
// Effects Store Add-On: Classic Entry - Begin Code Alteration
//
   $effects_admin->show_effects_entry();
//
// Effects Store Add-On: Classic Entry - End Code Alteration
//------------------------------------------------------------------------------

So, I was hoping you could help me.
 

Thoul
Administrator

Sun Jan 21, 2007 10:57 pm   Post subject: Re: Fatal error with effects shop
Make sure this step has been done on the file:

Code:

#
#-----[ FIND ]------------------------------------------
#

if ( isset($HTTP_GET_VARS['action']) || isset($HTTP_POST_VARS['action']) ) { $action = ( isset($HTTP_POST_VARS['action']) ) ? $HTTP_POST_VARS['action'] : $HTTP_GET_VARS['action']; }
else { $action = ''; }
//end check

#
#-----[ AFTER, ADD ]------------------------------------------
#

//------------------------------------------------------------------------------
// Effects Store for Shop 3 - Begin Code Alteration
//
require_once($phpbb_root_path . 'mods/shopaddons/effects.' . $phpEx);
$effects_admin->check_effects_edit($action);
//
// Effects Store for Shop 3 - End Code Alteration
//------------------------------------------------------------------------------


Skipping or missing that would cause this error.
 

ikabiki
Member

Sun Jan 21, 2007 11:15 pm   Post subject:
Thanks alot it works now, some how I missed that...
 

Thoul
Administrator

Sun Jan 21, 2007 11:17 pm   Post subject: Re: Fatal error with effects shop
No problem, I'm glad I could help. Smile
 

Page 1 of 1
Display posts from previous: