safetyrestore Posted January 17, 2014 Share Posted January 17, 2014 hi installed clean prestashop 1.5.0.17 and a theme on it... MODULES DO NOT WORK! tried adding the ini_set('memory_limit','60M'); and removing the paysafe module from server, still nothing.. anything PHP related? appreciate the help as it is so urgent... THANK YOU! Link to comment Share on other sites More sharing options...
safetyrestore Posted January 17, 2014 Author Share Posted January 17, 2014 hosted by GoDaddy, Linux Link to comment Share on other sites More sharing options...
J.Sahu Posted January 17, 2014 Share Posted January 17, 2014 The minimum recommended memory is 64M. But here that is not the issue if you have a fresh installation. How many products are there right now in your shop ? Is your friendly url is on or not ? See or ask the hosting provider if any error logged in your server is there ? But before doing anything change your shop developer mode to true. You can do that by changing defines.inc.php in PS 1.5.5 and I'm not sure in the previous version as it may vary but you can find that in the config.inc.php or some file residing under config folder of your PrestaShop folder. Link to comment Share on other sites More sharing options...
selectshop.at Posted January 17, 2014 Share Posted January 17, 2014 From our experience the memory setting for Prestashop 1.5. and a shop with about 2.000 products is min 128M. The recommended 64M does not really work with PS 1.5. The recommendation of 64M is very old (PS 1.3.) and was never revised. Prestashop 1.5. growed about 2/3 when you compare it with PS 1.3. By the way PS 1.5.0.17 is a version with several bugs. You should install the latest version which is 1.5.6.2 Link to comment Share on other sites More sharing options...
J.Sahu Posted January 17, 2014 Share Posted January 17, 2014 I've just stated the facts that are in the documentation and requirements pages. I'm still having problem in my shop with memory_limit 64m and the shop has 37 categories 1100+ products. Link to comment Share on other sites More sharing options...
NemoPS Posted January 17, 2014 Share Posted January 17, 2014 1.5.0.17 was an early beta-like version, try and get 1.5.6.1, the latest Link to comment Share on other sites More sharing options...
selectshop.at Posted January 17, 2014 Share Posted January 17, 2014 (edited) As I stated before you should have a min for memory_limit of 128M if you have 1000+ products. And please update your beta version to latest official which is PS 1.5.6.2. Download it from here: http://www.prestashop.com/en/download or use the 1-click-upgrade-module on back-office. If not available at "modules" so you can download it from here: http://addons.prestashop.com/en/administration-tools-prestashop-modules/5496-1-click-upgrade-autoupgrade.html Edited January 17, 2014 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
safetyrestore Posted January 17, 2014 Author Share Posted January 17, 2014 Hmm... It's a fresh install, just sample products. Can't upgrade to a newer prestashop without modules working... Any suggestions how to do so without disturbing the current theme? Because that alone was a pain to get installed (a lot if customizations) Error reporting was on. Only thing I got is some wrong quote level within parameters. Who knows what that is. So anyway to upgrade prestashop without reinstalling the theme? Link to comment Share on other sites More sharing options...
J.Sahu Posted January 17, 2014 Share Posted January 17, 2014 Best suggestion is installing a newer version because there are many changes have been made and more of them are error correction and improvisation. Link to comment Share on other sites More sharing options...
selectshop.at Posted January 17, 2014 Share Posted January 17, 2014 If it is a fresh install, so please use the latest version and not an old beta version full of known bugs. Install package was offered by your provider ? If yes, than delete on your FTP all shop folders and also drop all tables from database. Download latest version, open the zip file, save all folders on your loacl machine. Upload all this folders to your FTP and than open your browswer typing the domain. The installer should open first page and follow there all steps to install. Please check also the minimal server configuration before, to don't have any other problems during install and use. magic_quotes_gpc = off memory_limit = 128M min. (better 256M) max_execution_time = 300 max_input_time = 300 upload_max_filesize = 20M post_max_size = 20M max_input_vars = 5000 allow_url_fopen = on safe_mode = off cURL - for Paypal and other services with API can to be work mod_rewrite = on Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now