Link problem in SPAW editor

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
antal
Posts: 9
Joined: Fri 5. Nov 2004, 22:45

Post by antal »

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!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Fix for DEV 1.2.6:
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"];
TO:

Code: Select all

$spaw_dir 		= 'include/inc_ext/spaw/';	
$spaw_base_url 	= $phpwcms["site"];
Post Reply