sporthaus Posted September 8, 2003 Report Share Posted September 8, 2003 hallo, bekomme folgende fehlermeldung: Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/php/includes/classes/smarty/Smarty.class.php) is not within the allowed path(s): (/home/www/web3/) in /home/www/web3/html/nextcommerce/includes/application_top.php on line 507 Warning: main(includes/classes/smarty/Smarty.class.php) [function.main]: failed to create stream: Operation not permitted in /home/www/web3/html/nextcommerce/includes/application_top.php on line 507 Fatal error: main() [function.main]: Failed opening required 'includes/classes/smarty/Smarty.class.php' (include_path='.:/usr/share/php') in /home/www/web3/html/nextcommerce/includes/application_top.php on line 507 die instalation funzt wie immer problemlos, aber beim aufruf des shops kommt dann o.g. fehlermeldung, das thema wurde schon mal im alten forum behandelt und ich hatte es dann auch gel?st, aber leider wei? ich nicht mehr wie. cu tom Link to comment Share on other sites More sharing options...
Guest gwinger Posted September 8, 2003 Report Share Posted September 8, 2003 Die Frage ist, warum der Dhop die Datei im "php" Verzeichnis sucht? Schau mal in Deine configure.php, ob dort die Pfade auch richtig sind... /usr/share/php/includes/classes/smarty/Smarty.class.php Link to comment Share on other sites More sharing options...
sporthaus Posted September 8, 2003 Author Report Share Posted September 8, 2003 also meinem begrenztem wissensstand :hammer: zufolge, w?rde ich sagen die pfade sind richtig define('HTTP_SERVER', 'http://www.meine-url.de'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.meine-url.de'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/nextcommerce/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/home/www/web3/html/nextcommerce/'); define('DIR_FS_CATALOG', '/home/www/web3/html/nextcommerce/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'original/'); define('DIR_WS_THUMBNAILS', DIR_WS_IMAGES .'thumbnails/'); define('DIR_WS_ICONS', DIR_WS_IMAGES .'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_FS_CATALOG . 'lang/catalog/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); Link to comment Share on other sites More sharing options...
loesungsfabrik Posted September 9, 2003 Report Share Posted September 9, 2003 Hallo, bei mir tauch ein anderes Smarty-Problem auf. Bei dem Versuch zu Drucken erhate ich die Fehlermeldung: Warning: Smarty error: problem writing temporary file 'cache/3f5d7aab4bba6' in /xtcommerce/includes/classes/smarty/Smarty.class.php on line 1042 An Zugriffsrechen kann es eigentlich nicht scheitern. Viele Gr??e Stig Link to comment Share on other sites More sharing options...
mzanier Posted September 9, 2003 Report Share Posted September 9, 2003 Originally posted by loesungsfabrik@Sep 9 2003, 09:03 AM Hallo, bei mir tauch ein anderes Smarty-Problem auf. Bei dem Versuch zu Drucken erhate ich die Fehlermeldung: An Zugriffsrechen kann es eigentlich nicht scheitern. Viele Gr??e Stig hi, doch an den zugriffrechten scheitert es. verzeichnis cache/ auf 0777/0755 stellen, oder erstellen fals nicht vorhanden. mfg, mario Link to comment Share on other sites More sharing options...
loesungsfabrik Posted September 10, 2003 Report Share Posted September 10, 2003 ?hm, und wenn die schon auf 777 stehen? Link to comment Share on other sites More sharing options...
mzanier Posted September 10, 2003 Report Share Posted September 10, 2003 Warning: Smarty error: problem writing temporary file 'cache/3f5d7aab4bba6' dann kontaktiere bitte deinen provider, der shop kan definitiv nicht in das verzeichniss cache schreiben, dies liegt aber nicht am shop, sondern am server. mfg, mario Link to comment Share on other sites More sharing options...
khan_thep Posted September 23, 2003 Report Share Posted September 23, 2003 Das Problem hatte ich auch. Auch nachdem die Schreibrechte in den entsprechenden Ordnern ge?ndert waren. Ich habe dann ?ber phpinfo() meinen DOCUMENT_ROOT Serverpfad ausgelesen und im Backend unter Konfiguration/Cache-Steuerung anstatt dem relativen Pfad 'cache' den absoluten Pfad (ohne / am Ende) eingegeben: statt: 'cache' bei mir: /home/www/web15/html/shop/cache Danach hat es bei mir funktioniert. W?rde mich freuen, wenn ich helfen konnte. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.