1.2 dev. Problem with article content part

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
design
Posts: 68
Joined: Thu 17. Feb 2005, 17:19

1.2 dev. Problem with article content part

Post 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!
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

Have you confirmed that all files for the wysiwyg editor have been properly updated to the server?
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post 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
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
boarderliner
Posts: 5
Joined: Fri 18. Feb 2005, 09:53

it works

Post 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!
design
Posts: 68
Joined: Thu 17. Feb 2005, 17:19

Post by design »

You are a genius!!! :P :D :lol: :o

Thanks!! W(ow) PHPWCMS!!
Post Reply