I confirm that problem Runing Windows XP sp 2 Apache 1.33 PHP 4.31 Mysql 4.19.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
CMS Made Simple 1.0.3 Released!
Re: CMS Made Simple 1.0.3 Released!
Hi,
Jean-Claude Etiemble MyPageFr
Re: CMS Made Simple 1.0.3 Released!
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
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!
Found problem. Someone has changed command addslashes to stripslashesjce76350 wrote:I confirm that problem Runing Windows XP sp 2 Apache 1.33 PHP 4.31 Mysql 4.19.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
CMSms install version 1.02, line 946
Code: Select all
$newconfig['root_path'] = addslashes($_POST['docpath']);
Code: Select all
$newconfig['root_path'] = stripslashes($_POST['docpath']);

Re: CMS Made Simple 1.0.3 Released!
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.
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.