hbw Posted May 30, 2011 Share Posted May 30, 2011 I've installed Prestashop 1.4.1.0 (using Softaculous), but there is no module list showing and there are no filter boxes. Screen shot attached. Any ideas? Link to comment Share on other sites More sharing options...
pasko Posted May 30, 2011 Share Posted May 30, 2011 Hi,You can try to change chmod on Prestashop/Modules via FTP.Regards. Link to comment Share on other sites More sharing options...
hbw Posted May 30, 2011 Author Share Posted May 30, 2011 Thanks for the suggestion - it didn't make any difference. Link to comment Share on other sites More sharing options...
pasko Posted May 30, 2011 Share Posted May 30, 2011 Thanks for the suggestion - it didn't make any difference. Did you put it on chmod 777 to all repertories and files?and empty your navigator cache and history? Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted May 30, 2011 Share Posted May 30, 2011 I've installed Prestashop 1.4.1.0 (using Softaculous), but there is no module list showing and there are no filter boxes. Screen shot attached. Any ideas? It might be from your hosting provider. Try to see memory limit in php.ini, if have access to. As a reference you can have a look at this threadhttp://www.prestashop.com/forums/viewthread/10724 Link to comment Share on other sites More sharing options...
Thomas Didierjean Posted May 30, 2011 Share Posted May 30, 2011 Hi,There's a good chance it's caused by the memory limit, but in case it's not you can replace lines 29 and 30 in the file config/config.inc.php by: @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); You will then have a detailed error message on the module page.As a side note Softaculous has been known to cause some issues with PrestaShop, if possible make a manual install. Link to comment Share on other sites More sharing options...
hbw Posted May 31, 2011 Author Share Posted May 31, 2011 Still no joy:I did two clean installs of prestashop - one using Softaculous and one manual, following the Prestashop instsallation instructions. Made sure that modules and subdiresctories had permissions set to 777 and that the php.ini file included the "extension-php_gd2.dll" settingI switch debugging on, which gave me the following message:Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/gtawcorg/public_html/prestadv002m/classes/Module.php(492) : eval()'d code on line 1238This indicates a memory problem, as suggested.Tried setting memory in php.ini to 64M, 128M and 256M. Still get the same error message. Is there anyting else that I should be checking or trying? Link to comment Share on other sites More sharing options...
Thomas Didierjean Posted June 1, 2011 Share Posted June 1, 2011 Hi,The memory_limit can only be changed if your hosting provider allows it. If you added ini_set('memory_limit', '128M'); at the top of the file /admin/tabs/AdminModules.php and you still get this error, ask your hosting provider how you can increase the memory limit. Link to comment Share on other sites More sharing options...
hbw Posted June 1, 2011 Author Share Posted June 1, 2011 Changed the memory limit at the top of /admin/tabs/AdminModules.php to 128M and it worked! Changed down to 64M and still worked.Thomas, many thanks, you are a complete star. 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