Website unreachable until after login
Website unreachable until after login
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
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.
Failing that, comment out blocks of your template, and/or any UDTs.
Re: Website unreachable until after login
... minimum: PHP 5.2.4, PHP 5.3.2+ Recommended.luukftw wrote:with MySQL 5.5.32 and php 4.1.8.
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!
* 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!
Re: Website unreachable until after login
Thanks for the replies
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
Seems to be working now.
Whoops my bad! "(phpversion) Succes 5.4.23 "Jo Morg wrote:... minimum: PHP 5.2.4, PHP 5.3.2+ Recommended.luukftw wrote:with MySQL 5.5.32 and php 4.1.8.
docs wrote:After the 1.11 series of CMSMS, PHP 5.3.2 and greater will be required.
I disabled and even un installed all plugins before and that had no impact.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.
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}