Page 2 of 2

Re: CMS Made Simple 1.0.3 Released!

Posted: Tue Jan 23, 2007 8:57 am
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.

Re: CMS Made Simple 1.0.3 Released!

Posted: Tue Jan 23, 2007 9:47 am
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

Re: CMS Made Simple 1.0.3 Released!

Posted: Tue Jan 23, 2007 10:37 am
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  :( ...

Re: CMS Made Simple 1.0.3 Released!

Posted: Tue Jan 23, 2007 4:40 pm
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.