xammp local and 2.1.2

i moved my store to harddrive and install xammp for local server.



Php version is 5.3.8



mysql is working well.



safe mod is off.


@ini_set('memory_limit', '256M');



also i put

define('DEVELOPMENT', true);

in my config.php file.





but i have a blank (emty white) page when i want to enter my store on local.



Any ideas for that issue?

Hello wizardofoz,



Thank you for your message.



I am sorry to hear that you experience this problem. Unfortunately, I cannot tell what exactly causes this issue. I suggest that you should add the following lines of code:



error_reporting(E_ALL);
ini_set('display_errors', '1');




below this one:


define('INDEX_SCRIPT', Registry::get('config.customer_index'));



in the index.php file located in the root directory of your CS-Cart installation. After that please open your storefront once again, a detailed error description should be displayed after that. Please copy this description and post it here so that I could examine the issue in more detail.



Thank you.





Pavel Zyukin

CS-Cart Support team

hi,

it was a addon problem, i renamed addon folder, and its working now on the local.

thank you :)