flyalaska Posted January 5, 2009 Report Share Posted January 5, 2009 Finished the install, got as far as the link to my Admin login. I clicked on that, all I get is a blank page. Any Ideas. I have changed the permissions as stated. Eddie Quote Link to comment Share on other sites More sharing options...
Wayne Posted January 5, 2009 Report Share Posted January 5, 2009 Where exactly do you get the blank page again, or is it just blank from the getgo? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 5, 2009 Administrators Report Share Posted January 5, 2009 Yup, need some more information, in core/local.config.php, there are these lines: Config::Set('DEBUG_MODE', false); Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); Change DEBUG_MODE to true, and see if any errors show. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 5, 2009 Author Report Share Posted January 5, 2009 Like I said I got the blank page right after I was prompted to login to admin. Any page I try to access I get a blank page. Changed the Debug to true, same results. Eddie Quote Link to comment Share on other sites More sharing options...
Wayne Posted January 5, 2009 Report Share Posted January 5, 2009 Dont do me on this but i would just do a fresh install if you havent done anything special to the site yet if its still the new thing. Thats what i would do. But if you have information on it and whatnot then wait for what nabeel says.. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 5, 2009 Author Report Share Posted January 5, 2009 Fresh install came out with the same results Eddie Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 5, 2009 Administrators Report Share Posted January 5, 2009 What's your PHP version, MySQL version. There may be an error log, check with your host. That usually means some error is coming up. Change the debug to true, and the next line, change to: Config::Set('ERROR_LEVEL', E_ALL); Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 5, 2009 Author Report Share Posted January 5, 2009 maybe I'm doing it wrong, does the core directory go into the phpvms directory or does the contents of that directory go into the main phpvms directory? Eddie Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 5, 2009 Author Report Share Posted January 5, 2009 Mysql = 5.0.51a PHP = 5.2.6 Eddie Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 5, 2009 Administrators Report Share Posted January 5, 2009 When you download it, there is a phpvms directory in the zip file, that's just how it's packaged. Exact everything inside that directory, to where your files are going to be (ie, into public_html) Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 5, 2009 Author Report Share Posted January 5, 2009 That's how I been doing it. I got it working now, after the 3rd install. Eddie Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 5, 2009 Administrators Report Share Posted January 5, 2009 Do you know what the problem was? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 5, 2009 Author Report Share Posted January 5, 2009 the tables were not sent to the database. Eddie Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.