Here's one for the books. As I was hunting down the errors, I noticed something in the "c:/www/pub/promats/index.php" that made me go 'hmmm'.
The file began:
1<?php
if (!defined('DS')) {
define('DS', DIRECTORY_SEPARATOR);
}
. . .
Don't know how / when / why that single character '1' got in there, but removing it brought sanity back to my development efforts. 'Egg on face' anyone? ;-)
On Wednesday, 9 July 2014 14:07:36 UTC-4, McScreech wrote:
-- The file began:
1<?php
if (!defined('DS')) {
define('DS', DIRECTORY_SEPARATOR);
}
. . .
Don't know how / when / why that single character '1' got in there, but removing it brought sanity back to my development efforts. 'Egg on face' anyone? ;-)
On Wednesday, 9 July 2014 14:07:36 UTC-4, McScreech wrote:
OK, scratch the blank page error. I noticed an issue with my httpd.conf file where the "c:/www/pub" directory directive had the option 'AllowOverride None'. I changed it to 'AllowOverride All' and am displaying the page with a variety of errors - at least I now have something visible to work with, eh? ;-)
BTW, the paths are still mangled as described in my original post.
On Wednesday, 9 July 2014 13:36:14 UTC-4, McScreech wrote:P.S. When I try to access the login page it returns a blank page with the following message regardless of changes to any path variable:
'Not FoundThe requested URL /promats/users/login was not found on this server.'
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment