Page 1 of 1
No Template loaded after installation
Posted: Sat Jan 13, 2007 12:40 pm
by tholler
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
Re: No Template loaded after installation
Posted: Sat Jan 13, 2007 4:40 pm
by Dr.CSS
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...
Re: No Template loaded after installation
Posted: Sat Jan 13, 2007 5:17 pm
by tholler
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...
WOW, tried it, searching the forum for the string; changed it; everything is working well.
Thanks a lot
Thorsten
Re: No Template loaded after installation
Posted: Sat Jan 13, 2007 5:24 pm
by Dee
mysql_real_escape_string is supported by PHP >= 4.3.0 (current PHP version
requirement for CMS Made Simple).
Regards,
D