romper Posted October 28, 2010 Share Posted October 28, 2010 Hi, I have just installed prestashop at my dedicated server. However I am unable to enter into my administration panel. As the result of changing admin folder name I see only blank page after typing www . mydomain/new_admin_name/. There is no any error information only white page. I can still visit login panel typing www . domainname/new_admin_name/login.php. But after inserting my email address and password I see only blank page instead of back office site. How to get access to admin panel?You can delete this thread because the problem is solved now. Link to comment Share on other sites More sharing options...
rocky Posted October 29, 2010 Share Posted October 29, 2010 How did you solve it? It may help another person who encounters the same problem. Link to comment Share on other sites More sharing options...
Tomoe Posted November 3, 2010 Share Posted November 3, 2010 Hi,I am a very newcomer to Prestashop and have the same problem. Could you please explain a little bit how you solved it ?Thanks. Link to comment Share on other sites More sharing options...
romper Posted November 5, 2010 Author Share Posted November 5, 2010 Hi, I solved it in this way.1/To get rid of blank page and see error message, I modified line 4 in /config/config.inc.php from ini_set('display_errors', 'off') to ini_set('display_errors', 'on'); 2/After refreshing my new admin site I saw the following errors: Warning: require_once(/.../admin/init.php) [function.require-once]: failed to open stream: No such file or directory in /.../admin/header.inc.php on line 21Fatal error: require_once() [function.require]: Failed opening required '/.../admin/init.php' (include_path='.:/usr/local/lib/php') in /.../admin/header.inc.php on line 21 3/To refresh cache I added following snippet above 21 line in header.inc.php in my admin folderecho dirname(__FILE__); so it looked like this: echo dirname(__FILE__); require_once(dirname(__FILE__).'/init.php'); 4/After refreshing my admin site the following error was displayed to me: /.../my_new_admin_folderWarning: Cannot modify header information - headers already sent by (output started at /.../my_new_admin_folder/header.inc.php:21) in /.../classes/Tools.php on line 55 5/I removed previously added echo dirname(__FILE__); from header.inc.php in the admin folder. And now it works. I can enter into my admin page.6/I set ini_set('display_errors', 'on'); to off again. Link to comment Share on other sites More sharing options...
keyura Posted December 2, 2010 Share Posted December 2, 2010 Well that did not work for me. I am gettin g the screen but I am unable to login with the correct username and password. The screen comes again and again the same, without showing any errors. Some body please help. Link to comment Share on other sites More sharing options...
keyura Posted December 2, 2010 Share Posted December 2, 2010 Ok. I deleted the cookies from my browser and it really worked. I am fine now. Link to comment Share on other sites More sharing options...
bb42 Posted December 8, 2010 Share Posted December 8, 2010 This looks like a misconception of the software.There should at least be a way to delete the cache from the command line, better from the admin back end.Having to change the source back and forth is a real dirty hack. Link to comment Share on other sites More sharing options...
Sushma Posted July 14, 2011 Share Posted July 14, 2011 I have the very same problem. I enter the login details and it reloads the same page again. The same problem repeats with "Lost Password".I've deleted all the cookies and tried, to no avail. I've even set display_error to ON in the config file but there are no errors getting displayed.Will appreciate any help! Link to comment Share on other sites More sharing options...
bb42 Posted July 14, 2011 Share Posted July 14, 2011 Read again what Romper did and try it on your server - deleting the cookies (on the client) does not change the cache (on the server). 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