Kann keine Artikel erstellen

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
Sevi
Posts: 2
Joined: Wed 7. Apr 2004, 16:52

Kann keine Artikel erstellen

Post 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
Pappnase

Post 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
Sevi
Posts: 2
Joined: Wed 7. Apr 2004, 16:52

Post by Sevi »

Dankeschöööön, jetzt klappts!
:D
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post 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?
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Post Reply