znsga Posted July 24, 2012 Share Posted July 24, 2012 I am running prestashop on a WAMP local server, and I did the installation correctly. When I enter in the localhost/prestashop/adminfoldername) a white page comes up with no login screen. The frontend works fine, but the backend won't let me even try to log in. Link to comment Share on other sites More sharing options...
markb Posted July 24, 2012 Share Posted July 24, 2012 Hi znsga, Try turning on error reporting: edit config/config.inc.php and change /* Debug only */ @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); to /* Debug only */ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); This should give you a better idea of what is going on. Link to comment Share on other sites More sharing options...
znsga Posted July 24, 2012 Author Share Posted July 24, 2012 (edited) Ok. I enabled the error reporting and this is what I got. What should I do next? http://imgur.com/cqNr5 ( ! ) Warning: require_once(C:\wamp\www\prestashop\sadmin/../images.inc.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\wamp\www\prestashop\sadmin\functions.php on line 28 Call Stack # Time Memory Function Location 1 0.0009 739360 {main}( ) ..\index.php:0 2 0.0439 5925496 include( 'C:\wamp\www\prestashop\sadmin\functions.php' ) ..\index.php:32 [/code] ( ! ) Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'C:\wamp\www\prestashop\sadmin/../images.inc.php' (include_path='.;C:\php\pear') in C:\wamp\www\prestashop\sadmin\functions.php on line 28 Call Stack # Time Memory Function Location 1 0.0009 739360 {main}( ) ..\index.php:0 2 0.0439 5925496 include( 'C:\wamp\www\prestashop\sadmin\functions.php' ) ..\index.php:32[/code] Edited July 24, 2012 by znsga (see edit history) Link to comment Share on other sites More sharing options...
markb Posted July 24, 2012 Share Posted July 24, 2012 Hi znsga, This error is basically saying you are missing some important files: images.inc.php from the root folder. Locate this file in your local copy and then upload it to the root folder on your hosting i.e. it shouldn't go into any subfolders, it should be in the same place as 404.php, address.php, etc.. Link to comment Share on other sites More sharing options...
znsga Posted July 24, 2012 Author Share Posted July 24, 2012 Thanks so much markb for helping me on this. I checked my local copy and images.inc.php wasn't in it, so I unzipped the file again and checked in it and it didn't have images.inc.php either. I have the most recent version (1.4.8.2). Is it possible to just download a non modified images.inc.php? Link to comment Share on other sites More sharing options...
markb Posted July 24, 2012 Share Posted July 24, 2012 (edited) Yes, this should work fine: download a copy from prestashop If I understand you right you are saying this file is missing from the latest download zip? If that is the case you can download the svn copy: http://svn.prestashop.com/trunk/ You'll see it listed. Edited July 24, 2012 by markb (see edit history) Link to comment Share on other sites More sharing options...
znsga Posted July 24, 2012 Author Share Posted July 24, 2012 I downloaded and added it into the file, but now I have many more errors. I think I am missing many files somehow. Is there another website I can download Prestashop off of? I am not sure why I am having so many issues with this. Link to comment Share on other sites More sharing options...
markb Posted July 24, 2012 Share Posted July 24, 2012 You should be downloading from prestashop to get the latest stable version http://www.prestashop.com/en/download or if you have an older version and want to match missing files for a particular version you can get them here http://www.prestashop.com/en/developers-versions Link to comment Share on other sites More sharing options...
znsga Posted July 24, 2012 Author Share Posted July 24, 2012 I redownloaded from Prestashop, and it had all the files. I think my original download from Prestashop got corrupted during the download. Everything is working now. Thanks so much for the help! 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