Website unreachable until after login

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.
Post Reply
luukftw
New Member
New Member
Posts: 4
Joined: Sat Nov 30, 2013 2:02 pm

Website unreachable until after login

Post by luukftw »

Hello CMSMS team. I'm currently working on this website. I'm using CMS Made Simple 1.11.10 with MySQL 5.5.32 and php 4.1.8. The problem I am currently having is that my website is unreachable, until after you login. As you can see for yourself, the current state of the website only shows the error console screen, without any error codes. However after I login the website is working just fine. Unfortunately I do not know when the error started occuring because I was always logged in during development. I am running third party plugins that might cause the error. The installed third party plugins are CGExtensions, CGGoogleMaps, MleCMS and jQuery, all latest versions, installed this Saturday. Is there a way for me to 'debug' the system? Or does anyone know whats causing this? Hope this has informed you sufficient, and thanks in advance.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1801
Joined: Wed Feb 25, 2009 4:25 am

Re: Website unreachable until after login

Post by DIGI3 »

If error logs aren't showing you anything useful, I'd suggest you comment out (or deactivate) modules one at a time. Probably start with MLE.
Failing that, comment out blocks of your template, and/or any UDTs.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: Website unreachable until after login

Post by Jo Morg »

luukftw wrote:with MySQL 5.5.32 and php 4.1.8.
... minimum: PHP 5.2.4, PHP 5.3.2+ Recommended.
docs wrote:After the 1.11 series of CMSMS, PHP 5.3.2 and greater will be required.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
luukftw
New Member
New Member
Posts: 4
Joined: Sat Nov 30, 2013 2:02 pm

Re: Website unreachable until after login

Post by luukftw »

Thanks for the replies
Jo Morg wrote:
luukftw wrote:with MySQL 5.5.32 and php 4.1.8.
... minimum: PHP 5.2.4, PHP 5.3.2+ Recommended.
docs wrote:After the 1.11 series of CMSMS, PHP 5.3.2 and greater will be required.
Whoops my bad! "(phpversion) Succes 5.4.23 "

DIGI3 wrote:If error logs aren't showing you anything useful, I'd suggest you comment out (or deactivate) modules one at a time. Probably start with MLE.
Failing that, comment out blocks of your template, and/or any UDTs.
I disabled and even un installed all plugins before and that had no impact.

edit:
Found it! The jQuery plugin was in the wrong because I already loaded jQuery on a different page without the jQuery tag.
I got rid of the tag and replaced it in the template with

Code: Select all

{literal}<__script__ type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></__script>{/literal}
Seems to be working now.
Post Reply

Return to “CMSMS Core”