Marty Walker Posted August 12, 2011 Share Posted August 12, 2011 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 More sharing options...
Marty Walker Posted August 12, 2011 Author Share Posted August 12, 2011 Scratch that. I know what I did. I'm a silly man. Link to comment Share on other sites More sharing options...
ryan Posted August 12, 2011 Share Posted August 12, 2011 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 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