Hi all,
after I have installed CMSMS on my webserver with no problems, the template on the startpage isn't loaded and shown. I have only plain text, but formated (www.ev-menden.de/index-cms.php) . When I log into the admin-area a template is loaded.
The first installation with xampp on my locale machine (xampp) was ok. Templates loaded.
Web-Server system:
MySQL 3.23
PHP 4.x
Please help me!
Best regards
Thorsten
No Template loaded after installation
Re: No Template loaded after installation
The template loads it's the CSS that isn't loading, I've no idea what this error means but this may be the problem, I tried calling your CSS directly...
Fatal error: Call to undefined function: mysql_real_escape_string() in /home/e/ev-menden.de/public_html/stylesheet.php on line 65
I think you need to go to that point in that file and change this... mysql_real_escape_string() to this mysql_escape_string()
You may want to search the forum for this string...
Fatal error: Call to undefined function: mysql_real_escape_string() in /home/e/ev-menden.de/public_html/stylesheet.php on line 65
I think you need to go to that point in that file and change this... mysql_real_escape_string() to this mysql_escape_string()
You may want to search the forum for this string...
Re: No Template loaded after installation
WOW, tried it, searching the forum for the string; changed it; everything is working well.mark wrote: The template loads it's the CSS that isn't loading, I've no idea what this error means but this may be the problem, I tried calling your CSS directly...
Fatal error: Call to undefined function: mysql_real_escape_string() in /home/e/ev-menden.de/public_html/stylesheet.php on line 65
I think you need to go to that point in that file and change this... mysql_real_escape_string() to this mysql_escape_string()
You may want to search the forum for this string...
Thanks a lot
Thorsten
Re: No Template loaded after installation
mysql_real_escape_string is supported by PHP >= 4.3.0 (current PHP version requirement for CMS Made Simple).
Regards,
D
Regards,
D