Jump to content

Old categories do not delete & Remove the left column in CMS Page


Recommended Posts

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! B)

Link to comment
Share on other sites

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

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 deprecated
in /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 deprecated
in /web/htdocs/www.mysite.it/home/shop/classes/Tools.php on line 1870

--------------------------------------------

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...