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
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
Where exactly do you get the blank page again, or is it just blank from the getgo?
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.
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
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..
Fresh install came out with the same results
Eddie
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);
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
Mysql = 5.0.51a
PHP = 5.2.6
Eddie
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)
That’s how I been doing it. I got it working now, after the 3rd install.
Eddie
Do you know what the problem was?
the tables were not sent to the database.
Eddie