Jump to content

Recommended Posts

  • Administrators
Posted

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.

Posted

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..

  • Administrators
Posted

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);

  • Administrators
Posted

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)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...