Tinymce wird nicht korrekt eingebunden
Verfasst: Fr 23. Sep 2005, 10:08
Hallo alle
ich hab die neueste Editorversion von Emergence eingebunden, doch irgendwas klappt hier nicht. Beim Aufruf des Editors kriege ich den Fehler
Warning: main(): open_basedir restriction in effect. File(/home/httpd/vhosts/taxjustice.net/cms/config.php) is not within the allowed path(s): (/home/httpd/vhosts/taxjustice.net/httpdocs:/tmp:/usr/share/pear:/usr/bin) in /home/httpd/vhosts/taxjustice.net/httpdocs/contenido/external/backendedit/front_content.php on line 29
Was bedeutet "is not within the allowed path(s):"??
Wenn ich in der Datei backendedit/front_content.php Datei nachschaue sind die Pfade, meines Wissens, korrekt:
include_once ("../../includes/startup.php");
cInclude("includes", "functions.general.php");
rereadClients();
include_once ($cfgClient[$client]["path"]["frontend"]."config.php");
chdir($cfgClient[$client]["path"]["frontend"]);
cInclude("includes", "functions.i18n.php");
cInclude("includes", "functions.con.php");
cInclude("includes", "functions.con2.php");
cInclude("includes", "functions.api.php");
cInclude("includes", "functions.pathresolver.php");
cInclude("classes", "class.user.php");
Danke für einen Tipp
webdev
ich hab die neueste Editorversion von Emergence eingebunden, doch irgendwas klappt hier nicht. Beim Aufruf des Editors kriege ich den Fehler
Warning: main(): open_basedir restriction in effect. File(/home/httpd/vhosts/taxjustice.net/cms/config.php) is not within the allowed path(s): (/home/httpd/vhosts/taxjustice.net/httpdocs:/tmp:/usr/share/pear:/usr/bin) in /home/httpd/vhosts/taxjustice.net/httpdocs/contenido/external/backendedit/front_content.php on line 29
Was bedeutet "is not within the allowed path(s):"??
Wenn ich in der Datei backendedit/front_content.php Datei nachschaue sind die Pfade, meines Wissens, korrekt:
include_once ("../../includes/startup.php");
cInclude("includes", "functions.general.php");
rereadClients();
include_once ($cfgClient[$client]["path"]["frontend"]."config.php");
chdir($cfgClient[$client]["path"]["frontend"]);
cInclude("includes", "functions.i18n.php");
cInclude("includes", "functions.con.php");
cInclude("includes", "functions.con2.php");
cInclude("includes", "functions.api.php");
cInclude("includes", "functions.pathresolver.php");
cInclude("classes", "class.user.php");
Danke für einen Tipp
webdev