AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: scorpion on July 22, 2013, 01:57:01 AM
-
Hi I recently upgraded to the latest version of AbanteCart Cart and cannot access the content menu in the admin. It says there has been an error processing this request. In the error log this is what I find
Grid column model contains reserved column name ("parent"). in <b>/home/scorpion/public_html/admin/controller/common/listing_grid.php</b> on line <b>101</b>
Thanks andrew
-
After completing the update the first time I went to use the Content feature in the admin panel I get the following error message:
There has been an error processing your request
Please check error log for more info. You can check error log in the control panel if it is functional. Otherwise, refer to error log located in your web server
Go to main page
The log has the following line:
2013-07-22 8:15:57 - load error: AbanteCart core v.1.1.6 Error: Could not create grid. Grid column model contains reserved column name ("parent"). in <b>/home/surestri/public_html/store/admin/controller/common/listing_grid.php</b> on line <b>101</b>
Please can you assist?
Regards,
Lloyd Codrington
-
can you say is your file
public_html/admin/controller/pages/design/content.php is the same as https://github.com/abantecart/abantecart-src/blob/master/public_html/admin/controller/pages/design/content.php ?
-
Hi The file must be different. I copied the content.php file from your repository and replaced my content.php file and I can now successfully open the content page. Thanks for the solution Andrew