1
mjz55
zen cart problems
  • 2008/7/15 4:00

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


Using XOOPS 2.0.16. Using Zen Cart XOOPS 0.3. Cannot log into the admin either via XOOPS or via Admin Url : /modules/shop/admin. Page freezes.

2
mjz55
Re: zen cart problems
  • 2008/7/15 4:06

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


I get this error..

Fatal error: Call to a member function Execute() on a non-object in /home/shopxoog/public_html/index/modules/shop/includes/functions/sessions.php on line 61

3
mjz55
Re: zen cart problems
  • 2008/7/15 11:41

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


This is line 61...

$total = $db->Execute($qid);

4
mjz55
Re: zen cart problems
  • 2008/7/17 2:10

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


Any ideas? Cannot use the cart. Thanks.

5
MakTheKnife
Re: zen cart problems
  • 2009/3/20 3:28

  • MakTheKnife

  • Just popping in

  • Posts: 2

  • Since: 2008/11/22


I had the same issue. The solution is to modify the \admin\includes\config.php file. Change the line:

define('STORE_SESSIONS', 'db'); // leave empty '' for default handler or set to 'db'

To:

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'db'

You should now be able to log into the Admin area.