pattyo1 Posted November 30, 2013 Share Posted November 30, 2013 Hi guys, i have one problem i want to install prestashop on my page http://shop.kovplast.sk . I tried previous versions and actually i copied the newest version 1.5.6 but i still have blank page and no instalation. Can some help me? Thank you Link to comment Share on other sites More sharing options...
vekia Posted November 30, 2013 Share Posted November 30, 2013 please turn on error reporting, it's necessary in cases like this open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); 1 Link to comment Share on other sites More sharing options...
pattyo1 Posted December 1, 2013 Author Share Posted December 1, 2013 Thank you for your answer. I done it and now i have this Warning: require_once(/home/pattyo/shop/config/../classes/Autoload.php) [function.require-once]: failed to open stream: No such file or directory in /home/pattyo/shop/config/autoload.php on line 29Fatal error: require_once() [function.require]: Failed opening required '/home/pattyo/shop/config/../classes/Autoload.php' (include_path='.:/usr/share/php:/usr/share/php/PEAR') in /home/pattyo/shop/config/autoload.php on line 29 Link to comment Share on other sites More sharing options...
vekia Posted December 1, 2013 Share Posted December 1, 2013 No such file or directory in /home/pattyo/shop/config/autoload.php on line 29 Warning: require_once(/home/pattyo/shop/config/../classes/Autoload.php) make sure that your core files have got correct names, remember that unix systems is Case Sensitive (remember about Capital letters at the beginning of the filename) Link to comment Share on other sites More sharing options...
pattyo1 Posted December 1, 2013 Author Share Posted December 1, 2013 Excuse me but what do you mean with "core files"? I copied prestahop which i downloaded on this page. I installed one prestashop before but i never had this problem... Sorry im amateur Link to comment Share on other sites More sharing options...
Roffleman Posted December 5, 2013 Share Posted December 5, 2013 Yea, u need to keep the Upper/lower case naming convention. For example, when i uploaded files via Total commander, it set all file names to lower case naming and i had this exact problem. Override this settings and u shall be fine. Link to comment Share on other sites More sharing options...
Recommended Posts