5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 185 Views |
-
Silverstripe duplicate database field causing error in save and publish

10 January 2013 at 9:58pm
Hi,
I am using Silverstripe 3.0
I had created a field in the class Page(Page.php) as
"LinkTo" => "SiteTree"
which already exists in RedirectorPage
Even after removing the line of code and building the database, the field still exists in Page and Page_live which is giving me an error while publishing...no error while saving to draft...and the content gets saved...the success message is not displayed and Firebug console: Response: There has been an error
Is the field not removed from these tables even after building the database?
-
Re: Silverstripe duplicate database field causing error in save and publish

13 January 2013 at 12:55am
Yes unused fields are not removed when the database is rebuilt. I guess the reasoning behind it is that you might still have important data in them. You need to manually remove the fields. I usually use phpmyadmin to do so.
-
Re: Silverstripe duplicate database field causing error in save and publish

13 January 2013 at 8:58pm
The dbplumber module also includes features to clean up old columns
| 185 Views | ||
|
Page:
1
|
Go to Top |


