No Template loaded after installation

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
tholler
Forum Members
Forum Members
Posts: 104
Joined: Sat Jan 13, 2007 12:23 pm

No Template loaded after installation

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: No Template loaded after installation

Post 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...
tholler
Forum Members
Forum Members
Posts: 104
Joined: Sat Jan 13, 2007 12:23 pm

Re: No Template loaded after installation

Post 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
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: No Template loaded after installation

Post by Dee »

mysql_real_escape_string is supported by PHP >= 4.3.0 (current PHP version requirement for CMS Made Simple).

Regards,
D
Locked

Return to “[locked] Installation, Setup and Upgrade”