Jump to content

About Us, Legal Notice, Shipping


Recommended Posts

I just started using the Presta Shop and i am going crazy because the following pages - About Us, Legal Notice, Shipping do not change after i modify the text.

I have removed the default texts ans replaced them with my description and store information. YET when i click save it does not change it reverts back to the default wording...Excepteur sint occaecat cupidatat non proident

Please what am i missing? sorry for the inconvenienece

Link to comment
Share on other sites

strange that it doesnt want to work.

you installed prestashop from official prestashop installation package?

 

also, try to turn on error reporting:

 

 
open: config/defines.inc.php
 
find this line: define('_PS_MODE_DEV_', false);
change to look like this: define('_PS_MODE_DEV_', true);
 
and then try to save cms page,
do you see some errors then?
Link to comment
Share on other sites

Here is the error message i got

 

Unknown column 'indexation' in 'field list'
 

UPDATE `ps_cms` SET `id_cms` = '4',`id_cms_category` = '1',`position` = '3',`indexation` = '0',`active` = '1' WHERE `id_cms` = 4
at line 635 in file classes/db/Db.php

 

629.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
630.         }
631.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
632.         {
633.             if ($sql)
634.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
635.             throw new PrestaShopDatabaseException($this->getMsgError());
636.         }
637.     }
638.
639.     /**
Edited by equinoxlogistics (see edit history)
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...