404 Error not showing in new CMSMS 1.6
Re: 404 Error not showing in new CMSMS 1.6
Hello,
you should elaborate a bit on your pretty URL configuration (extension scheme, admin, 404, config.php) and show your .htaccess. Also please give some sample working URLs and some sample not working to help understand/reproduce your issue.
Pierre M.
you should elaborate a bit on your pretty URL configuration (extension scheme, admin, 404, config.php) and show your .htaccess. Also please give some sample working URLs and some sample not working to help understand/reproduce your issue.
Pierre M.
Re: 404 Error not showing in new CMSMS 1.6
Hi,
I'm getting exactly the same error after doing an upgrade to 1.6. .htaccess is setup as per http://wiki.cmsmadesimple.org/index.php ... l_Settings
config.php has:
$config['url_rewriting'] = 'mod_rewrite';
$config['use_hierarchy'] = true;
Working example: http://digit.net/
Broken example: http://digit.net/whatever
Any advice appreciated!
Thanks,
Philip
I'm getting exactly the same error after doing an upgrade to 1.6. .htaccess is setup as per http://wiki.cmsmadesimple.org/index.php ... l_Settings
config.php has:
$config['url_rewriting'] = 'mod_rewrite';
$config['use_hierarchy'] = true;
Working example: http://digit.net/
Broken example: http://digit.net/whatever
Any advice appreciated!
Thanks,
Philip
Re: 404 Error not showing in new CMSMS 1.6
No thoughts on this one? Is there somewhere I should create a bug ticket?
Thanks,
Philip
Thanks,
Philip
Re: 404 Error not showing in new CMSMS 1.6
In 1.6 there is a new Content Type: Error pagephilipp wrote: No thoughts on this one? Is there somewhere I should create a bug ticket?
Try to add a new page with this Content Type and uncheck in General Settings 404 tick
Alby
Re: 404 Error not showing in new CMSMS 1.6
Hi Alby,
Sounds like a good idea - but unfortunately adding a new error page of type 404 and disabling the Custom 404 Handling under Global Settings hasn't changed the error message at all. Any other ideas please?
Thanks,
Philip
Sounds like a good idea - but unfortunately adding a new error page of type 404 and disabling the Custom 404 Handling under Global Settings hasn't changed the error message at all. Any other ideas please?
Thanks,
Philip
Re: 404 Error not showing in new CMSMS 1.6
humm ... test and works for mephilipp wrote: Sounds like a good idea - but unfortunately adding a new error page of type 404 and disabling the Custom 404 Handling under Global Settings hasn't changed the error message at all. Any other ideas please?
Alby
Re: 404 Error not showing in new CMSMS 1.6
[/quote]
humm ... test and works for me
Alby
[/quote]
Well, great. But unfortunately it makes no difference at all on my system - I have left it as you suggested but if you check my links above you'll see the result is the same.
Thanks,
Philip
humm ... test and works for me
Alby
[/quote]
Well, great. But unfortunately it makes no difference at all on my system - I have left it as you suggested but if you check my links above you'll see the result is the same.
Thanks,
Philip
Re: 404 Error not showing in new CMSMS 1.6
It's not problem of 404 but more big:philipp wrote: Well, great. But unfortunately it makes no difference at all on my system - I have left it as you suggested but if you check my links above you'll see the result is the same.
Check required in your hostFatal error: Undefined class name 'self' in XXXXXXX/lib/classes/class.pageinfo.inc.php on line 167
Alby
Re: 404 Error not showing in new CMSMS 1.6
It looks like the same problem as the original poster reported though, which is why I added my issue here.alby wrote: It's not problem of 404 but more big:
I have added a page with php info if that helps: http://www.digit.net/pi.phpalby wrote: Check required in your host
Philip
Re: 404 Error not showing in new CMSMS 1.6
System Info ? System checksum ?
(page) extension scheme ?
relevant .htaccess rewriting extract ?
non trivial working sample ?
non fake broken sample ?
Pierre M.
(page) extension scheme ?
relevant .htaccess rewriting extract ?
non trivial working sample ?
non fake broken sample ?
Pierre M.
Re: 404 Error not showing in new CMSMS 1.6
Hi Pierre,Pierre M. wrote: System Info ? System checksum ?
(page) extension scheme ?
relevant .htaccess rewriting extract ?
non trivial working sample ?
non fake broken sample ?
Did you read the rest of the thread? I'm not sure why you appear to assume the samples are fake: they are not. Obviously you can verify this yourself by browsing to a random non-existent page.
I'll look into the system checksum. Isn't phpInfo() enough system info?
.htaccess is setup as per http://wiki.cmsmadesimple.org/index.php ... l_Settings
config snip:
$config['url_rewriting'] = 'mod_rewrite';
$config['use_hierarchy'] = true;
Regards,
Philip
Re: 404 Error not showing in new CMSMS 1.6
Got a link for the bug report please?alby wrote: fix is incoming with 1.6.1
Alby
Philip
Re: 404 Error not showing in new CMSMS 1.6
Hello Philipp,
Try this in your .htacess:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Maybe you are using php4 and thus you can change it into php5.
Try this in your .htacess:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Maybe you are using php4 and thus you can change it into php5.
Re: 404 Error not showing in new CMSMS 1.6
I have the same problem. System 1.6.3