satberlin Posted May 28, 2010 Report Share Posted May 28, 2010 Hallo, Der Server_Test zeigt mir alles mit grün an. Wenn ich aber auf die index.php vom xtInstall will dann bekomm ich folgende Meldung: "- Benoetige Schreibrechte auf templates_c -". Habe ein Business Webhosting Paket bei all-inkl und kann da wohl am Server nicht viel verändern . Kann mir da jemand weiter helfen ? Danke schon mal. Link to comment Share on other sites More sharing options...
Fry Posted May 28, 2010 Report Share Posted May 28, 2010 Business hin oder her, per FTP solltest du dem Ordner aber trotzdem Schreibrechte geben können/müssen. Link to comment Share on other sites More sharing options...
satberlin Posted May 28, 2010 Author Report Share Posted May 28, 2010 also klar kann ich über ftp was machen nur hab ich folgende Fehlermeldung ionCube Loader Wizard Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/etc/php5/apache2/php.ini) is not within the allowed path(s): (/www/htdocs/w00cacfe/:/tmp:/usr/bin:/www/htdocs/w00cacfe:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/w00cacfe/veyton/ioncube/loader-wizard.php on line 549 The ionCube Loader 3.1.33 is already installed but it is an old version. It is recommended that the Loader be updated to the latest version, 3.3.18, from the ionCube Loaders page. Please contact the script provider if you do experience any problems running encoded files. For security reasons we advise that you remove this Wizard script from your server now that the ionCube Loader is installed. Link to comment Share on other sites More sharing options...
Fry Posted May 28, 2010 Report Share Posted May 28, 2010 1. safe_mode off statt on 2. IonCube ist etwas (eher total) veraltet safe_mod kannst du in der php.ini bearbeiten wenn du Zugriff darauf hast oder arbeite mit .htaccess Im übrigen ist aus dem ersten Post dein Problem genausowenig ersichtlich wie im zweiten Post das erste Problem;) Manchmal wünsche ich mir eine Glaskugel:) Link to comment Share on other sites More sharing options...
satberlin Posted May 28, 2010 Author Report Share Posted May 28, 2010 hallo erst mal danke für die schnelle Antwort Also eine php.ini gibbet nicht und in der .htaccess steht das hier bei mir ######################################################################### # xt:Commerce Enterprise # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # Copyright 2007-2008 xt:Commerce GmbH. All Rights Reserved. # This file may not be redistributed in whole or significant part. # Content of this file is Protected By International Copyright Laws. # # ~~~~~~~~~ xt:Commerce Enterprise IS NOT FREE SOFTWARE ~~~~~~~~~~~~~~~~ # # xt:Commerce Shopsoftware VEYTON 4.0 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # @version $Id$ # @copyright xt:Commerce GmbH, xt:Commerce Shopsoftware VEYTON 4.0 # # @author Mario Zanier, xt:Commerce GmbH [email protected] # # @author Matthias Hinsche [email protected] # @author Matthias Benkwitz [email protected] # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # xt:Commerce GmbH, Bachweg 1, A-6091 Goetzens (AUSTRIA) # [email protected] # ######################################################################### # RewriteEngine on # RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php DirectoryIndex index.php RewriteEngine on RewriteCond %{REQUEST_URI} !^/media/ RewriteCond %{REQUEST_URI} !^/extAdmin/ RewriteCond %{REQUEST_URI} !^/skin/ RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php also ohne safe_mode off statt on ... Link to comment Share on other sites More sharing options...
Fry Posted May 29, 2010 Report Share Posted May 29, 2010 php_value safe_mode "0" oder php_admin_flag safe_mode off in der .htacces einfügen müsste reichen, wenn nicht dann allow_override auch ausschalten. Link to comment Share on other sites More sharing options...
fraenkie Posted December 13, 2010 Report Share Posted December 13, 2010 Hallo, bin neu in diesem Forum und komme nicht weiter bei Installation von Veyton 4 auf Allinkl Server... Würde mich auch (noch) nicht als Experte bezeichnen... Also: Bekomme die Fehlermeldung "- Benoetige Schreibrechte auf templates_c -" Hab dann mit total commander das gesamte directory und alle files auf 777 gesetzt, meldung geht aber nicht weg. Allinkl meinte ich sollte die .htaccess Datei ändern, Vorschlag von denen, AddHandler php5-cgi .php einzufügen hat aber nix gebracht. Momentan steht in der .htaccess Datei des Shopverzeichnisses: ######################################################################### # xt:Commerce Enterprise # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # Copyright 2007-2008 xt:Commerce GmbH. All Rights Reserved. # This file may not be redistributed in whole or significant part. # Content of this file is Protected By International Copyright Laws. # # ~~~~~~~~~ xt:Commerce Enterprise IS NOT FREE SOFTWARE ~~~~~~~~~~~~~~~~ # # xt:Commerce Shopsoftware VEYTON 4.0 # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # @version $Id$ # @copyright xt:Commerce GmbH, xt:Commerce Shopsoftware VEYTON 4.0 # # @author Mario Zanier, xt:Commerce GmbH [email protected] # # @author Matthias Hinsche [email protected] # @author Matthias Benkwitz [email protected] # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # xt:Commerce GmbH, Bachweg 1, A-6091 Goetzens (AUSTRIA) # [email protected] # ######################################################################### # RewriteEngine on # RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php DirectoryIndex index.php RewriteEngine on RewriteCond %{REQUEST_URI} !^/media/ RewriteCond %{REQUEST_URI} !^/extAdmin/ RewriteCond %{REQUEST_URI} !^/skin/ RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php Muss ich da was ändern? Wenn ja dann was? php_value safe_mode "0" oder php_admin_flag safe_mode off unter "RewriteRule .* index.php" einfügen hat nix gebracht. Oder muss ich an der htaccess Datei im Unterverzeichnis xtinstaller was ändern? Oder hat einer eine bessere Idee, wie ich das Ding zum laufen kriege? DANKE Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.