Jump to content

Site freezes when trying to add item to cart


Guest WickedLLC

Recommended Posts

Guest WickedLLC

Well out of the blue after no changes have been made all of a sudden my site freezes completely when trying to add an item to the cart, It forces me close out of the site completely as well as the admin panel , below are what i find in debug :) please assist.

PHP:

[Warning] /store/classes/session.class.php:58 - ini_get_all() expects at most 1 parameter, 2 given

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:70 - Undefined index: task

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:70 - Trying to get property of non-object

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:70 - Undefined index: task

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:70 - Trying to get property of non-object

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:71 - Undefined index: CUSTOM_QUICK_TASKS

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:71 - Trying to get property of non-object

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:79 - Undefined index: task

[Notice] /store/cache/skin/683f89ebb0b28761ede2b6ef6132761ccd05f7a4.file.dashboard.index.php.php:79 - Trying to get property of non-object

I've tried disabling , clearing and deleting everything located in the cache........... No Luck

Shoot me a pm if you can assist or post here please :D

Any idea's ?

Link to comment
Share on other sites

Are you on the latest version? Have seen that ini_get_all problem before, but looks like they've fixed it in 5.0.9

On classes/session.class.php, Try changing the line from


  //Get all the ini settings to save time later

  $ini = ini_get_all(null, false);





to:





	    //Get all the ini settings to save time later

	    $ini = PHP_5_3 ? ini_get_all(null, false) : ini_get_all();

Link to comment
Share on other sites

Guest WickedLLC

thanks for the reply so quickly , tried that and now im getting 500 internal error's :|

Server error

The website encountered an error while retrieving http://wicked-herbals.com/store/index.php. It may be down for maintenance or configured incorrectly.

Here are some suggestions:

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...