CMS Made Simple 1.0.3 Released!

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
jce76350
Beta Tester
Beta Tester
Posts: 2032
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: CMS Made Simple 1.0.3 Released!

Post by jce76350 »

Hi,
cyberman wrote: WARNING !
There must be a problem inside install procedure if it should be installed under Windows(2000?). I've checked two times on my local xampp server (PHP5/MySQL) and got pathes like this in config.php
I confirm that problem Runing Windows XP sp 2 Apache 1.33 PHP 4.31 Mysql 4.19.
Jean-Claude Etiemble
Jevos
Forum Members
Forum Members
Posts: 25
Joined: Tue Jan 23, 2007 9:42 am

Re: CMS Made Simple 1.0.3 Released!

Post by Jevos »

No problems: uploaded files included in diff 102-103.zip, ran upgrade.php and done; on apache mind you.

Only error so far: tag for last_modified_pages doesn't work anymore... (posted in relevant forum)

Jevos
cyberman

Re: CMS Made Simple 1.0.3 Released!

Post by cyberman »

jce76350 wrote:
cyberman wrote: WARNING !
There must be a problem inside install procedure if it should be installed under Windows(2000?). I've checked two times on my local xampp server (PHP5/MySQL) and got pathes like this in config.php
I confirm that problem Runing Windows XP sp 2 Apache 1.33 PHP 4.31 Mysql 4.19.
Found problem. Someone has changed command addslashes to stripslashes

CMSms install version 1.02, line 946

Code: Select all

$newconfig['root_path'] = addslashes($_POST['docpath']);
CMSms install version 1.03, line 966

Code: Select all

	$newconfig['root_path'] = stripslashes($_POST['docpath']);
Means all slashes will be killed  :( ...
Bobonov

Re: CMS Made Simple 1.0.3 Released!

Post by Bobonov »

Success upgrade story.
Upgrade performed from 1.02. to 1.03 and went fine!!
Downloaded the diff file, unpacked it in the web directory, reset of owner and group to nobody and then logged in admin for db update.
No problem found, everything works fine.

Thank You to devels.
Post Reply

Return to “Announcements”