Re: PHP error after upgrading to CMS 1.7.1 and PHP 5.2.13
Posted: Sat Jun 12, 2010 1:37 pm
Yes, I tried it twice. It succeeds with no errors.NaN wrote:
Did you even execute the upgrade.php after uploading the files of CMSms 1.7.1?
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Yes, I tried it twice. It succeeds with no errors.NaN wrote:
Did you even execute the upgrade.php after uploading the files of CMSms 1.7.1?
You don't need a default value. You can just add the column by yourself using phpMyAdmin.tmar89 wrote:
Does anyone have the default value for this column so maybe I can just create it manually with default values?
33NaN wrote: What value is stored in the table "version"? (should be 33 - just to be sure you check the right DB and/or all upgrade scripts has been executed)
This worked and fixed the problem. Thanks!NaN wrote: You don't need a default value. You can just add the column by yourself using phpMyAdmin.
Go to your table "content" and select "Structure".
At the bottom of the structure table you see "Add ... field(s) at/before/after ... ".
Select "Add 1 field at the end of the table".
Name it "secure" (column "Field").
Select "tinyint" as "type".
Leave the rest as it is.
Click "Save".
Since it will be only 1 or 0 that will be stored there the settings of the field are trivial.
The only really important thing is the Fieldname.