Page 1 of 1

Kann keine Artikel erstellen

Posted: Wed 7. Apr 2004, 16:56
by Sevi
Hallo.
Ich habe eben PHPWCMS bei mir installiert. Läuft soweit auch perfekt, bis auf die Kleinigkeit, das ich keine Artikel erstellen kann :(

Folgende Fehlermeldung wird bei mir ab "Schlagtext" angezeigt:
Warning: main() [function.main]: open_basedir restriction in effect. File(../config/spaw_control.config.php) is not within the allowed path(s): (/www/htdocs/wbmwinfo/) in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 17

Warning: main(config/spaw_control.config.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 17

Warning: main() [function.main]: Failed opening 'config/spaw_control.config.php' for inclusion (include_path='.:..') in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 17

Warning: main() [function.main]: open_basedir restriction in effect. File(../class/toolbars.class.php) is not within the allowed path(s): (/www/htdocs/wbmwinfo/) in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 18

Warning: main(class/toolbars.class.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 18

Warning: main() [function.main]: Failed opening 'class/toolbars.class.php' for inclusion (include_path='.:..') in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 18

Warning: main() [function.main]: open_basedir restriction in effect. File(../class/lang.class.php) is not within the allowed path(s): (/www/htdocs/wbmwinfo/) in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 19

Warning: main(class/lang.class.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 19

Warning: main() [function.main]: Failed opening 'class/lang.class.php' for inclusion (include_path='.:..') in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 19

Fatal error: Cannot instantiate non-existent class: spaw_lang in /www/htdocs/wbmwinfo/include/inc_ext/spaw/spaw_control.class.php on line 185
Habe ich vielleicht irgendwo einen CHMOD vergessen oder sonst was falsch gemacht??? Wäre net, wenn man mir weiterhelfen könnte! :D

Posted: Wed 7. Apr 2004, 20:40
by Pappnase
hallo

ändere einfach in der conf.inc.php

von

Code: Select all

$phpwcms["wysiwyg_editor"]    = 4;        //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw


auf

Code: Select all

$phpwcms["wysiwyg_editor"]    = 3;        //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based, 4 = spaw

Posted: Wed 7. Apr 2004, 21:01
by Sevi
Dankeschöööön, jetzt klappts!
:D

Posted: Mon 12. Apr 2004, 09:17
by cyrano
hallo pappnase,

und genau das problem habe ich auch, auch nach änderung auf 3 funktioniert es noch nicht....

any idea?

Ihave the same problem, but after make the change from 4 to 3 the problem still exists.

any ideas?