Page 1 of 1

Website unreachable until after login

Posted: Mon Mar 24, 2014 2:33 pm
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.

Re: Website unreachable until after login

Posted: Mon Mar 24, 2014 4:25 pm
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.

Re: Website unreachable until after login

Posted: Mon Mar 24, 2014 4:32 pm
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.

Re: Website unreachable until after login

Posted: Mon Mar 24, 2014 5:20 pm
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.