korbend Posted August 29, 2013 Share Posted August 29, 2013 Good evening I have two problems with my prestashop 1.5.4.0: I modified the categories of products, refining existing ones and adding new ones, were two old that does not make me delete from BO, can you tell me why? The second question: I would like in my template, remove the left column, however, only a few pages in CMS, while it would stay in the pages categories. How could I do? Thank you all for availability! Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 29, 2013 Share Posted August 29, 2013 For the first problem. Can you tell me what happens when you delete the category? Link to comment Share on other sites More sharing options...
korbend Posted August 30, 2013 Author Share Posted August 30, 2013 Hi Benjamin, in BO clicking on the categories, then checking the category and clicking on delete, the page reload and returns to the home page of the categories .. Thanks Link to comment Share on other sites More sharing options...
korbend Posted August 30, 2013 Author Share Posted August 30, 2013 For eliminate left colum I have found the solution: Edit file in template: header.tpl add the page after this code: <!-- Center --> {if ($page_name =='index' || $page_name =='product' || $page_name =='authentication' || $page_name =='address'... For expamle I want to change the page contact to one column I add: $page_name =='contactc' || Instead to the problem that I can not delete the categories I have not found a solution .. Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 30, 2013 Share Posted August 30, 2013 Turn on Error Reporting and let me know what happens when you try and delete a category. Follow the instructions for your version here http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-500-error-or-blank-page/ Link to comment Share on other sites More sharing options...
korbend Posted September 2, 2013 Author Share Posted September 2, 2013 Hi Benjamin, This is my system error log: --------------------------------------------------- [Mon Sep 02 08:52:39 2013] [error] [client 66.249.73.180:60332] - www.mysite.it - AH01215: PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.mysite.it/home/shop/classes/Tools.php:1870) in /web/htdocs/www.mysite.it/home/shop/controllers/front/PageNotFoundController.php on line 39[Mon Sep 02 08:52:39 2013] [error] [client 66.249.73.180:60332] - www.mysite.it - AH01215: PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.mysite.it/home/shop/classes/Tools.php:1870) in /web/htdocs/www.mysite.it/home/shop/controllers/front/PageNotFoundController.php on line 38[Mon Sep 02 08:52:39 2013] [error] [client 66.249.73.180:60332] - www.mysite.it - AH01215: PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.mysite.it/home/shop/classes/Tools.php:1870) in /web/htdocs/www.mysite.it/home/shop/classes/controller/FrontController.php on line 746[Mon Sep 02 08:52:39 2013] [error] [client 66.249.73.180:60332] - www.mysite.it - AH01215: PHP Warning: File /web/htdocs/www.mysite.it/home/shop/404.php is deprecatedin /web/htdocs/www.mysite.it/home/shop/classes/Tools.php on line 1870[Mon Sep 02 08:46:33 2013] [error] [client 87.22.152.24:50009] - www.mysite.it - Script timed out before returning headers: index.php, referer http://www.mysite.it/shop/admin_extra/index.php?controller=AdminPerformance&token=94af7d1ad8c637cebc50b7de8c566090[Mon Sep 02 08:46:33 2013] [warn] [client 87.22.152.24:50009] - www.mysite.it - AH01220: Timeout waiting for output from CGI script /web/htdocs/www.mysite.it/home/shop/admin_extra/index.php, referer http://www.mysite.it/shop/admin_extra/index.php?controller=AdminPerformance&token=94af7d1ad8c637cebc50b7de8c566090[Mon Sep 02 08:44:36 2013] [error] [client 66.249.73.180:56171] - www.mysite.it - AH01215: PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.mysite.it/home/shop/classes/Tools.php:1870) in /web/htdocs/www.mysite.it/home/shop/controllers/front/PageNotFoundController.php on line 39[Mon Sep 02 08:44:36 2013] [error] [client 66.249.73.180:56171] - www.mysite.it - AH01215: PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.mysite.it/home/shop/classes/Tools.php:1870) in /web/htdocs/www.mysite.it/home/shop/controllers/front/PageNotFoundController.php on line 38[Mon Sep 02 08:44:36 2013] [error] [client 66.249.73.180:56171] - www.mysite.it - AH01215: PHP Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.mysite.it/home/shop/classes/Tools.php:1870) in /web/htdocs/www.mysite.it/home/shop/classes/controller/FrontController.php on line 746[Mon Sep 02 08:44:36 2013] [error] [client 66.249.73.180:56171] - www.mysite.it - AH01215: PHP Warning: File /web/htdocs/www.mysite.it/home/shop/404.php is deprecatedin /web/htdocs/www.mysite.it/home/shop/classes/Tools.php on line 1870 -------------------------------------------- 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