kerikhaos Posted September 30, 2013 Share Posted September 30, 2013 Hi everyone, first i would like to thank many of you who helped me in my last problem of making an online site offline. I managed to get it working in one way or another so thanks again for all the help you have provided me with. Ok so on with my new problem..... i have created a subdomain and tested its ip connectivity via ping etc its all there and working well.... My problem is i uploded my site and installed my offline backup sql file and went to launch the site. Problem is the site doesnt load but i can access my back offlice. What am i doing wrong. So to clairfy again... -main site pings and is accessible under ftp conditions -domain name exists -ip exists -ftp works -backoffice online works -actual front end doesnt load thanks in advance for any help Link to comment Share on other sites More sharing options...
PascalVG Posted September 30, 2013 Share Posted September 30, 2013 Do you see just a white page, or any error message? Did you try to turn on debug mode already? Edit file /config//defines.inc.php and change false into true: /* Debug only */ define('_PS_MODE_DEV_', true); if (_PS_MODE_DEV_) then reload the front page of your shop. (Ctrl-F5 (windows)/Command-R (mac)) that should show some error... pascal Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 have you changed database credentials in config/settings.inc.php file? Link to comment Share on other sites More sharing options...
kerikhaos Posted September 30, 2013 Author Share Posted September 30, 2013 thanks everyone.... ok it seems ive done something to the back office settings at the SEO and URL area. what i did was i removed the entry which i had at the base URI. Left it blank with the other areas configured and it just started working. Whats going on - was this suppose to be blank? thanks again 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