SqualaDesign Posted March 10, 2015 Share Posted March 10, 2015 Hello, I have upgraded a shop from v1.5.6.2 to v1.6 (latest) via the 1-Click upgrade. All went well however after re-enabling the shop the homepage is not being displayed. Instead I get the message '500 Server Error' in front end I can log into the back end and edit products and other pasts of the store. Can anyone tell me how I can sort this out? Any help appreciated. Link to comment Share on other sites More sharing options...
fred-vinapresta Posted March 10, 2015 Share Posted March 10, 2015 Hi, empty the .htaccess file at the root of your website, then try to connect to the admin and active/unactive firendly url to regenerate it Link to comment Share on other sites More sharing options...
SqualaDesign Posted March 10, 2015 Author Share Posted March 10, 2015 (edited) Hi, empty the .htaccess file at the root of your website, then try to connect to the admin and active/unactive firendly url to regenerate it Thanks but i try that metod: delete cache empty .htaccess at the root of web site active/unactive friendly URL set permission folders all are 755 and files 644 The server works very good and other prestahop web site are fine! I have no idea Edited March 10, 2015 by SqualaDesign (see edit history) 1 Link to comment Share on other sites More sharing options...
ralaper Posted May 22, 2015 Share Posted May 22, 2015 I have the same mistake,you can execute this sql script,it's work fine SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for request_sql -- ---------------------------- DROP TABLE IF EXISTS `request_sql`; CREATE TABLE `request_sql` ( `id_request_sql` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL, `sql` text NOT NULL, PRIMARY KEY (`id_request_sql`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of request_sql -- ---------------------------- -- ---------------------------- -- Table structure for required_field -- ---------------------------- DROP TABLE IF EXISTS `required_field`; CREATE TABLE `required_field` ( `id_required_field` int(11) NOT NULL AUTO_INCREMENT, `object_name` varchar(32) NOT NULL, `field_name` varchar(32) NOT NULL, PRIMARY KEY (`id_required_field`), KEY `object_name` (`object_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of required_field -- ---------------------------- Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now