404 Error not showing in new CMSMS 1.6

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Pierre M.

Re: 404 Error not showing in new CMSMS 1.6

Post 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.
philipp
Forum Members
Forum Members
Posts: 22
Joined: Mon Dec 01, 2008 12:44 pm

Re: 404 Error not showing in new CMSMS 1.6

Post 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
philipp
Forum Members
Forum Members
Posts: 22
Joined: Mon Dec 01, 2008 12:44 pm

Re: 404 Error not showing in new CMSMS 1.6

Post by philipp »

No thoughts on this one?  Is there somewhere I should create a bug ticket?

Thanks,

Philip
alby

Re: 404 Error not showing in new CMSMS 1.6

Post 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
philipp
Forum Members
Forum Members
Posts: 22
Joined: Mon Dec 01, 2008 12:44 pm

Re: 404 Error not showing in new CMSMS 1.6

Post 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
alby

Re: 404 Error not showing in new CMSMS 1.6

Post 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
philipp
Forum Members
Forum Members
Posts: 22
Joined: Mon Dec 01, 2008 12:44 pm

Re: 404 Error not showing in new CMSMS 1.6

Post 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
alby

Re: 404 Error not showing in new CMSMS 1.6

Post 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
philipp
Forum Members
Forum Members
Posts: 22
Joined: Mon Dec 01, 2008 12:44 pm

Re: 404 Error not showing in new CMSMS 1.6

Post 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
Pierre M.

Re: 404 Error not showing in new CMSMS 1.6

Post by Pierre M. »

System Info ? System checksum ?
(page) extension scheme ?
relevant .htaccess rewriting extract ?
non trivial working sample ?
non fake broken sample ?

Pierre M.
philipp
Forum Members
Forum Members
Posts: 22
Joined: Mon Dec 01, 2008 12:44 pm

Re: 404 Error not showing in new CMSMS 1.6

Post 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
alby

Re: 404 Error not showing in new CMSMS 1.6

Post by alby »

fix is incoming with 1.6.1

Alby
philipp
Forum Members
Forum Members
Posts: 22
Joined: Mon Dec 01, 2008 12:44 pm

Re: 404 Error not showing in new CMSMS 1.6

Post by philipp »

alby wrote: fix is incoming with 1.6.1

Alby
Got a link for the bug report please?

Philip
mavalli
Forum Members
Forum Members
Posts: 21
Joined: Tue Dec 09, 2008 11:00 am

Re: 404 Error not showing in new CMSMS 1.6

Post 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.
ofrost
Forum Members
Forum Members
Posts: 47
Joined: Tue May 01, 2007 8:52 pm

Re: 404 Error not showing in new CMSMS 1.6

Post by ofrost »

I have the same problem. System 1.6.3
Locked

Return to “CMSMS Core”