#1 (permalink)  
Alt 28.05.2010, 19:44
Benutzer
 
Registriert seit: 20.05.2010
Beiträge: 50
Standard - Benoetige Schreibrechte auf templates_c -

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 28.05.2010, 21:17
Fry Fry ist offline
Erfahrener Benutzer
 
Registriert seit: 23.04.2006
Beiträge: 1.375
Standard

Business hin oder her, per FTP solltest du dem Ordner aber trotzdem Schreibrechte geben können/müssen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 28.05.2010, 21:50
Benutzer
 
Registriert seit: 20.05.2010
Beiträge: 50
Standard installation

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 28.05.2010, 22:06
Fry Fry ist offline
Erfahrener Benutzer
 
Registriert seit: 23.04.2006
Beiträge: 1.375
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 28.05.2010, 22:19
Benutzer
 
Registriert seit: 20.05.2010
Beiträge: 50
Standard

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 mzanier@xt-commerce.com
#
# @author Matthias Hinsche mh@xt-commerce.com
# @author Matthias Benkwitz mb@xt-commerce.com
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
#
# xt:Commerce GmbH, Bachweg 1, A-6091 Goetzens (AUSTRIA)
# office@xt-commerce.com
#
################################################## #######################


# 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 ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 29.05.2010, 18:38
Fry Fry ist offline
Erfahrener Benutzer
 
Registriert seit: 23.04.2006
Beiträge: 1.375
Standard

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 13.12.2010, 12:59
Neuer Benutzer
 
Registriert seit: 17.10.2005
Beiträge: 5
Standard Installation auf Allinkl Server - Benoetige Schreibrechte auf templates_c -

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 mzanier@xt-commerce.com
#
# @author Matthias Hinsche mh@xt-commerce.com
# @author Matthias Benkwitz mb@xt-commerce.com
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
#
# xt:Commerce GmbH, Bachweg 1, A-6091 Goetzens (AUSTRIA)
# office@xt-commerce.com
#
################################################## #######################


# 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
benoetige, schreibrechte, templatesc

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Fehlermeldung: "- Benoetige Schreibrechte auf templates_c -" uhlnull Fragen zur Software 9 07.07.2011 12:25
Shop wechselt automatisch auf login.php anstatt auf Produkt URL JimmyAlex Installation und Konfiguration 3 08.02.2010 08:13
XTC 3.0.4 Rechtevergabe auf einem Windows 2003 WEB-Server bbitstore Installation und Konfiguration 1 19.10.2008 13:26
Title auf Startseite SmokingElephant Template System 8 15.10.2007 10:37


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:00 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand