Jump to content

subdomain installation


Marty Walker
 Share

Recommended Posts

Hi,

i successfully installed the lastest release from github. My first stop was to login to the admin and I get: Unable to complete this request due to an error

I can add a template file into the template directory and it renders it fine with some basic php:

<link href="<?echo $config->urls->templates?>reset.css" media="screen" rel="stylesheet" type="text/css" />

I'm stumped because I've installed PW fine in a subdomain elsewhere previously.

Any help greatly appreciated.

Regards

Martin

Link to comment
Share on other sites

If you ever get that message "Unable to complete this request due to an error", you can get more info about the error by looking at the end of this file: /site/assets/logs/errors.txt

You can also set $config->debug = true; in your /site/config.php file, and that will make it report verbose errors to the screen (something you don't usually want to do for a production site).

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...