marjanbajc Posted November 21, 2011 Share Posted November 21, 2011 Hi, if I have my categories block enabled, I get blank page. If I disable page appears. INFO: site: dev.bisoft.si/napa PS version: 1.4.4.0 Can anyone help? Cheers. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 21, 2011 Share Posted November 21, 2011 Hi marjanbajc, If enabling a block leads to a blank page, this likely is an issue with your memory limit. If you call your hosting provider and ask them to upgrade your memory in the php.ini file, that should resolve this for you. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
marjanbajc Posted November 21, 2011 Author Share Posted November 21, 2011 Hi Mke, well, I have my own hosting and I upgraded memory to 1024MB and still nothing. Ou jea, I have display errors on. Any other suggestions? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 21, 2011 Share Posted November 21, 2011 In that case, have you already tried resetting the categories block in your Back Office under Modules? -Mike Link to comment Share on other sites More sharing options...
marjanbajc Posted November 21, 2011 Author Share Posted November 21, 2011 Yes. It's the same. I had the memory problem, when importing products and categories. It went away, but now this. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 21, 2011 Share Posted November 21, 2011 Hi marjanbajc, I'm going to try to sit down with a developer this afternoon to determine what may be causing you these issues, and will let you know as soon as I have any more information for you. -Mike Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 21, 2011 Share Posted November 21, 2011 Hi marjanbajc, First of all, 1024MB is extremely excessive, and may well be causing you some of these issues. You should never need more than 128MB on PrestaShop. Even Magento requires a quarter of what you're set to use currently. Via FTP, can you please create a file in your root directory titled php.php, with the following code: <?php phpinfo(); ?> Once you have done that, please let me know. -Mike Link to comment Share on other sites More sharing options...
marjanbajc Posted November 21, 2011 Author Share Posted November 21, 2011 Tried it with 128, 256, 512, 1024, nothing works. PHP info: http://dev.bisoft.si/phpinfo.php Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 22, 2011 Share Posted November 22, 2011 Hi marjanbajc, Can you please PM me with your FTP login credentials so that we can look a little deeper into this for you? -Mike Link to comment Share on other sites More sharing options...
marjanbajc Posted November 23, 2011 Author Share Posted November 23, 2011 Before I give you the credentials, I would like to mention also that when I import categories in CSV, it gives me this error: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 523800 bytes) in /classes/Category.php on line 367 But it imports categories nevertheless. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 23, 2011 Share Posted November 23, 2011 Hi marjan, In this situation, it may be best to give our support team a call at 888 947 6543 in order to get more in-depth support on this issue. -Mike Link to comment Share on other sites More sharing options...
nbtproducts Posted February 8, 2015 Share Posted February 8, 2015 Hi, I need help with categories setup. I get this error; Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with DispatcherCore::loadRoutes($id_shop = NULL) in /var/zpanel/hostdata/chicnluxury/public_html/chic-n-luxury_com/override/classes/Dispatcher.php on line 0Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /var/zpanel/hostdata/chicnluxury/public_html/chic-n-luxury_com/override/controllers/admin/AdminCategoriesController.php on line 4 Could you help me? Thanks in advance Link to comment Share on other sites More sharing options...
helldog2004 Posted February 8, 2015 Share Posted February 8, 2015 well it deffinately is an override that might not be compatible with the newest PS. Can you take a look at public_html/chic-n-luxury_com/override/controllers/admin/AdminCategoriesController.php? Make sure that your last function has a closure declaration "}". If you are not sure, just add an } behind the last function and test it on your website. This might solve the T_PUBLIC problem. This might also be related to the first problem, so try this first and let us know. Link to comment Share on other sites More sharing options...
nbtproducts Posted February 9, 2015 Share Posted February 9, 2015 Hi, I tried that, but I still get blank page when I try to set up categories in back office of prestashop. What else can I try? Thanks, Link to comment Share on other sites More sharing options...
helldog2004 Posted February 9, 2015 Share Posted February 9, 2015 Can you show the code that is within public_html/chic-n-luxury_com/override/controllers/admin/AdminCategoriesController.php 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