We're using CMS Made Simple™ 1.11.7 “Genovesa” and News module 2.12.12. Domain is leadingwithintention.com. Our articles page is Resources (http://www.leadingwithintention.com/resources/).
When we click on each news article, we get a 404 error. Can anyone help me figure out what the problem is?
Thank you, Melody
News detail view URLs produce 404 error
-
- New Member
- Posts: 4
- Joined: Wed Dec 28, 2016 9:29 pm
Re: News detail view URLs produce 404 error
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- New Member
- Posts: 4
- Joined: Wed Dec 28, 2016 9:29 pm
Re: News detail view URLs produce 404 error
Thank you, Rolf.
Please excuse my ignorance, but where do I find the place to check the detailpage parameter in the News tag(s)?
Please excuse my ignorance, but where do I find the place to check the detailpage parameter in the News tag(s)?
Re: News detail view URLs produce 404 error
I guess that the detailpage parameter is not your problem.
I noticed that the link
The detailpage parameter would be responsible for the number 26 in the url (=page id)
http://www.leadingwithintention.com/?page=26 also works fine.
My guess is that you should look at the last sentence of the trooubleshooting text:
I noticed that the link
gives you the 404 page, but the link
just works fine.http://www.leadingwithintention.com/News/5/26/The-Leader-as-Coach-Get-Curious/
The detailpage parameter would be responsible for the number 26 in the url (=page id)
http://www.leadingwithintention.com/?page=26 also works fine.
My guess is that you should look at the last sentence of the trooubleshooting text:
Check if a directory "news" exists and rename it.When using pretty urls on your website, make sure no physical directory called /news or /News exists on your server.
-
- New Member
- Posts: 4
- Joined: Wed Dec 28, 2016 9:29 pm
Re: News detail view URLs produce 404 error
Thank you, Jos
If I rename the News directory, I get this error message:
Fatal error: Class 'News' not found in /home/content/31/10212731/html/tmp/templates_c/18left^884770d256253e2550971aa40d9f9a401b1e048a.content.left.php on line 24
Any help you can provide is appreciated.
If I rename the News directory, I get this error message:
Fatal error: Class 'News' not found in /home/content/31/10212731/html/tmp/templates_c/18left^884770d256253e2550971aa40d9f9a401b1e048a.content.left.php on line 24
Any help you can provide is appreciated.
Re: News detail view URLs produce 404 error
Jos wrote:Check if a directory "news" exists and rename it.
Jos meant a directory in the website root, so in the same level as admin, modules, plugins, etc.lisakramer wrote:If I rename the News directory, I get this error message
Not the folder /modules/News/
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- New Member
- Posts: 4
- Joined: Wed Dec 28, 2016 9:29 pm
Re: News detail view URLs produce 404 error
Thank you, Rolf
There is no directory in the website root named News.
Thank you for any additional help.
There is no directory in the website root named News.
Thank you for any additional help.
Re: News detail view URLs produce 404 error
http://www.leadingwithintention.com/News/ opens the CMSMS error 404 page, as it should do.
But http://www.leadingwithintention.com/news/ opens the error 404 page from the webserver/host what makes no sense to me.
Perhaps ask the webhost? Maybe they know what happens...
ps. It isn't a real fix at all, but it might help for now...
Change the front of your news tag to something like:
{News|replace:'/news/':'/News/'
But http://www.leadingwithintention.com/news/ opens the error 404 page from the webserver/host what makes no sense to me.
Perhaps ask the webhost? Maybe they know what happens...
ps. It isn't a real fix at all, but it might help for now...
Change the front of your news tag to something like:
{News|replace:'/news/':'/News/'
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 89
- Joined: Thu Jan 25, 2007 8:05 pm
[solved] Re: News detail view URLs produce 404 error
I looked into this for @lisakramer and it turns out a file named "news.php" (not a folder named "news") was in the root directory. I renamed it and all is fine.