I'm using PHPWCMS 1.2.5 and had the same link problem with SPAW problem as described in this thread. So i searched for a solution but didn't find any easy ones to complete but one!
Steps:
1) Simply rename the spaw dir in /include/inc_ext/ to 'spaw_old' or something.
2) Download the spaw 1.1 RC1 from sourceforge
3) Unpack and upload to /include/inc_ext/spaw/
4) Copy the 'spaw_control.config.php' file from the old /config/ directory to the new.
5) Done!
This works great for me!
Link problem in SPAW editor
Fix for DEV 1.2.6:
Edit "/include/inc_ext/spaw/config/spaw_control.config.php"
CHANGE:
TO:
Edit "/include/inc_ext/spaw/config/spaw_control.config.php"
CHANGE:
Code: Select all
$spaw_dir = '/'.$phpwcms["root"].'include/inc_ext/spaw/';
$spaw_base_url = $phpwcms["site"].$phpwcms["root"];
Code: Select all
$spaw_dir = 'include/inc_ext/spaw/';
$spaw_base_url = $phpwcms["site"];