parasjain01 Posted January 19, 2011 Share Posted January 19, 2011 I am novice to php and Presta Shop.I have successfully installed Prestashop locally using MAMP. Everything is fine until I try to login to the backstore. Presta Shop requires me to delete install folder and rename admin folder.I have renamed my admin folder to admin1122When I try to access http://localhost:8888/sitename/admin1122/ I get a blank page. This is get logged at php_error.log [19-Jan-2011 04:03:52] PHP Warning: require_once(/Users/parasjain/Sites/sitename/admin/init.php) [function.require-once]: failed to open stream: No such file or directory in /Users/parasjain/Sites/sitename/admin/header.inc.php on line 20[19-Jan-2011 04:03:52] PHP Fatal error: require_once() [function.require]: Failed opening required '/Users/parasjain/Sites/sitename/admin/init.php' (include_path='.:/Applications/MAMP/bin/php5.3/lib/php') in /Users/parasjain/Sites/sitename/admin/header.inc.php on line 20 Link to comment Share on other sites More sharing options...
Nopo Posted January 21, 2011 Share Posted January 21, 2011 Hi,I have de same problem as you. If you acces with complete url to login localhost:8888/admin123/login.php it works. But when you are in the result are the same error. Can someone help us?Thanks. Link to comment Share on other sites More sharing options...
Robert G. Posted January 21, 2011 Share Posted January 21, 2011 I remember reading this was a temporary bug that was quickly resolved; can you download the latest beta 5 .zip, overwrite your existing files and try again?(I just did a fresh installation of 1.4b5 and it's working fine for me here) Link to comment Share on other sites More sharing options...
parasjain01 Posted January 21, 2011 Author Share Posted January 21, 2011 I tried the latest version. I am stuck at the time of Database ConfigurationError while inserting data in the database:'CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE= DEFAULT CHARSET=utf8'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'DEFAULT CHARSET=utf8\' at line 9(Error: : 1064) Link to comment Share on other sites More sharing options...
Kaihaku Posted January 21, 2011 Share Posted January 21, 2011 I tried the latest version. I am stuck at the time of Database ConfigurationError while inserting data in the database:'CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_tab` int(10) unsigned NOT NULL, `view` int(11) NOT NULL, `add` int(11) NOT NULL, `edit` int(11) NOT NULL, `delete` int(11) NOT NULL, PRIMARY KEY (`id_profile`,`id_tab`) ) ENGINE= DEFAULT CHARSET=utf8'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'DEFAULT CHARSET=utf8\' at line 9(Error: : 1064) I believe that you will find the solution in this thread. 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