Jump to content

[SOLVED] Shopping cart summary - DONT DISPLAY -


Recommended Posts

Shopping cart summary - DONT DISPLAY -

 

When you try to check your cart, all is empty.... You can see the image attached,

 

 

I dont know what happen, is A NEW installation of the version 1.5

 

 

Thanks

for your assistance and help!

 

Regards

 

FAHR

 

www.rapicompras.com

post-416381-0-42130300-1351090467_thumb.jpg

Link to comment
Share on other sites

Hello RapiCompras, it seems you have an error with your store. What version of PrestaShop are you using? If you are using 1.5.2 please go to /config/config.inc.php and turn your Error Display "on" and ps_debug_sql to "On"

 

Also, you can access the Dev Mode if you turn on config/settings.inc.php. Then, set _PS_MODE_DEV_ to TRUE

 

This is the best way to troubleshoot an Error. Thank you!

Link to comment
Share on other sites

I change this:

 

 

@ini_set('display_errors', 'Off');

define('_PS_DEBUG_SQL_', false);

**************

 

To this:

@ini_set('display_errors', 'on');

define('_PS_DEBUG_SQL_', true);

 

And now diaply tihs error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in/home/rapitest/public_html/tools/smarty/sysplugins/smarty_internal_templatelexer.php on line 452

Link to comment
Share on other sites

On the settings.inc.php I HAVE THIS: I dont have the line set _PS_MODE_DEV_

 

 

<?php

define('_DB_SERVER_', 'localhost');

define('_DB_NAME_', 'rapitest_presta');

define('_DB_USER_', 'rapitest_presta');

define('_DB_PASSWD_', '*************');

define('_DB_PREFIX_', 'ps_');

define('_MYSQL_ENGINE_', 'MyISAM');

define('_PS_CACHING_SYSTEM_', 'CacheMemcache');

define('_PS_CACHE_ENABLED_', '0');

define('_MEDIA_SERVER_1_', '');

define('_MEDIA_SERVER_2_', '');

define('_MEDIA_SERVER_3_', '');

define('_COOKIE_KEY_', 'Meps73jFp4edKCFnG2upnWd892md7uzOUPswVkrb3o3FjPibp5433UHA');

define('_COOKIE_IV_', 'QvS71z2O');

define('_PS_CREATION_DATE_', '2012-10-19');

define('_PS_VERSION_', '1.5.1.0');

define('_RIJNDAEL_KEY_', 'EwdQHVe30ZIXpHVsHDvvQGMFOoZtPE5V');

define('_RIJNDAEL_IV_', 'nzPrAS1mezQhGizsYZYb7g==');

Link to comment
Share on other sites

the memory is changed in various forms. This value is on php.ini but if you don´t have access to it, you should have access to a CPanel or something like that where the php settings are visible or defined. Maybe you have to contact your provider to ask them to raise that limit to at least 64Mb, but i would recommend a minimum of 128Mb

Link to comment
Share on other sites

Benjamin, thanks for your help!

 

Right now I have another topic maybe you can help me

 

On the Summarie, i dont display the total of the Tax. Only 0

 

And the product have tax enable 12% and nothing

 

Total tax: 0.00

 

Maybe you can help me! I dont know if you make another post with this issue,

 

Thanks again

FAHR

 

www.rapicompras.com

Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...