Page 1 of 2

Re: 404 Error not showing in new CMSMS 1.6

Posted: Fri Jul 10, 2009 3:42 pm
by Pierre M.
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.

Re: 404 Error not showing in new CMSMS 1.6

Posted: Tue Jul 14, 2009 1:46 am
by philipp
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

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Jul 15, 2009 12:16 am
by philipp
No thoughts on this one?  Is there somewhere I should create a bug ticket?

Thanks,

Philip

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Jul 15, 2009 9:07 am
by alby
philipp wrote: No thoughts on this one?  Is there somewhere I should create a bug ticket?
In 1.6 there is a new Content Type: Error page
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

Posted: Wed Jul 15, 2009 10:24 am
by philipp
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

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Jul 15, 2009 12:13 pm
by alby
philipp 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?
humm ... test and works for me

Alby

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Jul 15, 2009 12:42 pm
by philipp
[/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

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Jul 15, 2009 1:09 pm
by alby
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.
It's not problem of 404 but more big:
Fatal error: Undefined class name 'self' in XXXXXXX/lib/classes/class.pageinfo.inc.php on line 167
Check required in your host

Alby

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Jul 15, 2009 2:06 pm
by philipp
alby wrote: It's not problem of 404 but more big:
It looks like the same problem as the original poster reported though, which is why I added my issue here.
alby wrote: Check required in your host
I have added a page with php info if that helps:  http://www.digit.net/pi.php

Philip

Re: 404 Error not showing in new CMSMS 1.6

Posted: Thu Jul 16, 2009 1:37 pm
by Pierre M.
System Info ? System checksum ?
(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

Posted: Thu Jul 16, 2009 2:03 pm
by philipp
Pierre M. wrote: System Info ? System checksum ?
(page) extension scheme ?
relevant .htaccess rewriting extract ?
non trivial working sample ?
non fake broken sample ?
Hi Pierre,

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

Posted: Thu Jul 16, 2009 2:08 pm
by alby
fix is incoming with 1.6.1

Alby

Re: 404 Error not showing in new CMSMS 1.6

Posted: Thu Jul 16, 2009 4:18 pm
by philipp
alby wrote: fix is incoming with 1.6.1

Alby
Got a link for the bug report please?

Philip

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Jul 22, 2009 4:03 pm
by mavalli
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.

Re: 404 Error not showing in new CMSMS 1.6

Posted: Wed Aug 05, 2009 7:34 am
by ofrost
I have the same problem. System 1.6.3