mekaz Posted September 14, 2015 Share Posted September 14, 2015 After successful installation on my localhost, both the front and admin pages remain blank. I can't seem to find the cause because it installed successfully. Any help will be appreciated. Thanks. Link to comment Share on other sites More sharing options...
NemoPS Posted September 14, 2015 Share Posted September 14, 2015 Enable dev mode as described in my signature, see what the error says Link to comment Share on other sites More sharing options...
mekaz Posted September 14, 2015 Author Share Posted September 14, 2015 (edited) Thank you Nemo1. On activation, it displays this error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 98304 bytes) in C:\xampp\htdocs\prestashop\tools\smarty\sysplugins\smarty_internal_templateparser.php on line 4520 For the admin panel, it says "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 98304 bytes) in C:\xampp\htdocs\prestashop\tools\smarty\sysplugins\smarty_internal_compile_private_modifier.php on line 89" Edited September 14, 2015 by mekaz (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted September 16, 2015 Share Posted September 16, 2015 Odd, you're running out of resources... locally? Check your local server and increase the memory limit to at least 64M, if not 128 Link to comment Share on other sites More sharing options...
sworld Posted August 26, 2016 Share Posted August 26, 2016 Enable dev mode as described in my signature, see what the error says Notice: Undefined property: stdClass::$smarty in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330 Fatal error: Call to a member function createTemplate() on a non-object in /home1/sworld/public_html/wholesalestationery.in/classes/module/Module.php on line 2330 Link to comment Share on other sites More sharing options...
NemoPS Posted August 27, 2016 Share Posted August 27, 2016 Very odd error, it sounds like there is no smarty assigned to the context. What's the page throwing the error? Link to comment Share on other sites More sharing options...
sworld Posted August 27, 2016 Share Posted August 27, 2016 No Idea, but I solve it by updating all files in config folder and deleting cache 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