I'm quite de bit confused and I hope you can help me.
I moved my site from a linux server running php 5.2.14 to my xp box running php 5.5.3. My site is cmsms 1.9.
I know thta someone of you (malinius) had the same problem as I.
http://forum.cmsmadesimple.org/index.php?topic=48465.0
But for him, the issue solve by miracle when he upgrade the cmsms to it's last version (1.9).
I'm already on that version.
So namely my problem is the following:
When the module SimpleSlider is enable, I get an empty blank page on the homepage of my site.
When that module is disable and I loggin on the admin page, the css are not loaded.
I get the following error in my php-errors.log
Code: Select all
[21-Nov-2010 21:26:16] PHP Stack trace:
[21-Nov-2010 21:26:16] PHP 1. {main}() C:\Data\htdocs\xxx\admin\style.php:0
[21-Nov-2010 21:26:16] PHP 2. require_once() C:\Data\htdocs\xxx\admin\style.php:11
[21-Nov-2010 21:26:16] PHP 3. ModuleLoader->LoadModules($loadall = *uninitialized*, $noadmin = *uninitialized*) C:\Data\htdocs\xxx\include.php:253
[21-Nov-2010 21:26:21] PHP Parse error: syntax error, unexpected $end in C:\Data\htdocs\xxx\modules\SimpleSlider\SimpleSlider.module.php on line 194
I did try to modify (clearing empty line at the end of the file SimpleSlider.module.php) but still the error is here.
Anything to do with the smartycache, php configuration, php version , ... ?
Thanks for any answer you can provide me.