Page 1 of 1

1.2 dev. Problem with article content part

Posted: Thu 17. Feb 2005, 17:30
by design
I installed 1.2 dev yesterday (as an indipendent platform. no update!). Everything seems ok, but I can't create a new article. I insert the title, sutbitle... i give ok... and then I see a white page! No wysiwyg editor!!
Any ideas? :idea:

Thanks!

Posted: Thu 17. Feb 2005, 18:04
by Ben
Have you confirmed that all files for the wysiwyg editor have been properly updated to the server?

Posted: Fri 18. Feb 2005, 08:00
by rushclub
regular this is a path-problem. i have had the same problems. play around with your path settings. sorry that i cant really help.

cheers
rush

it works

Posted: Fri 18. Feb 2005, 10:01
by boarderliner
file: include/inc_lib/default.inc.php
line 37

1.
replace:
$phpwcms['DOC_ROOT'] = str_replace('/'.$phpwcms["root"].'include/inc_lib/default.inc.php', '', $phpwcms['DOC_ROOT']);

with:
$phpwcms['DOC_ROOT'] = str_replace('/include/inc_lib/default.inc.php', '', $phpwcms['DOC_ROOT']);

2.
do not CHMOD "phpwcms_template" "666"
instead CHMOD it "755"

it works!

Posted: Fri 18. Feb 2005, 13:04
by design
You are a genius!!! :P :D :lol: :o

Thanks!! W(ow) PHPWCMS!!