Hallo :),
wir haben unserem Shop ein SSL Zertifikat verpassen lassen doch seit dem das Zertifkat integriert wurde können wir den Shop nicht mehr erreichen. Wir haben auch schon einiges versucht, auch in der exception Log steht nichts.
Hat vielleicht jemand mal den gleichen Fehler gehabt und kann uns weiter helfen?
Domain: marielove.de
vielen Dank und viele Grüße
Hallo
config.inc angepasst (https url)?
LG Pasquale
Ja, eigentlich schon.
$this->sShopURL = ‘http://marielove.de’; // eShop base url, required
$this->sSSLShopURL = ‘https://marielove.de’; // eShop SSL url, optional
$this->sAdminSSLURL = ‘https://marielove.de/admin’; // eShop Admin SSL url, optional
$this->sShopDir = ‘/var/www/web144/html/marielove-shop’;
$this->sCompileDir = ‘/var/www/web144/html/marielove-shop/tmp’;
Shopversion? Hoster? welche Module hast Du aktiv? Sind Einträge in der Exeption.log vorhanden?
Hast Du den /tmp Ordner geleert?
LG Pasquale
Shopversion: 4.8.3
Hoster: Alfahosting
Module: Wendnet (Editor), Sofortüberweisung, händlerbund, tabsl-seo
Es sind einträge vorhanden aber der letzte ist von August
/tmp leeren wie immer wenn wir was gemacht haben.
vG
Hi,
Server error.log anschauen, prüfen, ob die .htaccess noch vorhanden ist.
Gruß
Hallo Marco,
in den Logs ist nichts und .htaccess ist überall vorhanden.
vG
Siehst Du denn was im access.log?
Gruß
Welchen “access.log” meinst du genau? Ich dachte du meintest die exeption logs?
Nein. Ich sagte “Server error.log” im Post davor. Diesen findest Du mit root-Zugang unter /var/logs direkt auf dem Server oder der Provider stellt Dir das seperat im FTP bereit.
Gruß
[QUOTE=KingSkyline;151034]Ja, eigentlich schon.
$this->sShopURL = ‘http://marielove.de’; // eShop base url, required
$this->sSSLShopURL = ‘https://marielove.de’; // eShop SSL url, optional
$this->sAdminSSLURL = ‘https://marielove.de/admin’; // eShop Admin SSL url, optional
$this->sShopDir = ‘/var/www/web144/html/marielove-shop’;
$this->sCompileDir = ‘/var/www/web144/html/marielove-shop/tmp’;[/QUOTE]
und wenn Du die ssl-URL löschst geht wieder alles?
Genau das glaub ich eben nicht @MeisterYoda. Darauf wollte ich hinaus ^^
Achso ^^, ja hab ich jetzt auch geschaut und da steht ja extrem viel. Aber seit heute immer nur irgendwas mit “500…”
217.224.227.78 - - [09/Oct/2014:20:20:38 +0200] “GET / HTTP/1.1” 500 601 “-” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.124 Safari/537.36” marielove.de
Das heißt, das der Prozess stirbt, bevor eine auswertbare Fehlermeldung kommt. Wie war das mit der .htaccess in der Shop root nochmal, Inhalt?
Gruß
In case you want to add a .htpasswd authentification
you’ll have to add the host of the shop as an allowed entity,
so that calls from the host skip the authentification
Example:
Order Deny,Allow
Deny from All
AuthType Basic
AuthName “Access not allowed”
AuthUserFile path_to_htpasswd_file/.htpasswd
Require valid-user
Allow from localhost
Satisfy Any
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
RewriteCond %{REQUEST_URI} oxseo.php$
RewriteCond %{QUERY_STRING} mod_rewrite_module_is=off
RewriteRule oxseo.php$ oxseo.php?mod_rewrite_module_is=on [L]
RewriteCond %{REQUEST_URI} !(/admin/|/core/|/application/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(.html|/|.jpg|.css|.pdf|.doc|.gif|.png|.js|.htc|.svg)$ %{REQUEST_URI}/ [R=301,L]
RewriteCond %{REQUEST_URI} !(/admin/|/core/|/application/|/export/|/modules/|/out/|/setup/|/tmp/|/views/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.html|/)$ oxseo.php
RewriteCond %{REQUEST_URI} (/out/pictures/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.jpe?g|.gif|.png|.svg)$ getimg.php
Redirect /config.inc.php /
</IfModule>
disabling log file access from outside
<FilesMatch “(EXCEPTION_LOG.txt|.log$|.tpl$|pkg.rev|.ini|pkg.info|.pem$)”>
order allow,deny
deny from all
</FilesMatch>
Options -Indexes
DirectoryIndex index.php index.html
Ist hier irgendwas falsch eingestellt oder alles richtig? Also verändert haben wir selbst daran garnichts.
vG
Wenn Ihr nichts verändert habt, hat vielleicht der Hosting Provider etwas gemacht. Hast Du auch mal probiert, was @MeisterYoda empfohlen hat?
Gruß
Wir sind mit dem Support ebenfalls ständig im Kontakt und die haben auch nichts verändert. Ja, auch das was @MeisterYoda empfohlen hat wurde versucht, dennoch ohne Erfolg.
vG
Dann ist aber nicht das ssl-Zertifikat Dein Problem. Versuch mal eine eine phpinfo.php auf den Server zu packen und aufzurufen. HTML-Dateien lassen sich jedenfalls aufrufen.
Hast Du auch schon versucht in ein Unterverzeichnis einen frischen Shop hochzuladen und das Setup aufzurufen? Wenn das startet prüft Oxid ob alles OK ist.
Sooo nun bin ich wieder etwas weiter gekommen.
Hat einer Ahnung was das für ein Fehler ist und was man beheben muss? g
oxConnectionException-oxException (time: 2014-10-13 13:46:01): [1146]: mysql:EXECUTE error: [1146: Table ‘usr_web144_15.adodb_logsql’ doesn’t exist] in EXECUTE with parameters truncate table adodb_logsql, for user web144 Stack Trace: #0 /var/www/web144/html/marielove-shop/core/adodblite/adodbSQL_drivers/mysql/mysql_driver.inc(369): adodb_throw(‘mysql’, ‘EXECUTE’, 1146, 'Table ‘usr_web1…’, ‘truncate table …’, false, Object(object_ADOConnection)) #1 /var/www/web144/html/marielove-shop/core/adodblite/adodb.inc.php(316): mysql_driver_ADOConnection->do_query(‘truncate table …’, -1, -1, false) #2 /var/www/web144/html/marielove-shop/core/oxdb.php(269): ADOConnection->Execute(‘truncate table …’) #3 /var/www/web144/html/marielove-shop/core/oxdb.php(413): oxDb->_setUp(Object(object_ADOConnection)) #4 /var/www/web144/html/marielove-shop/core/oxdb.php(467): oxDb->_getDbInstance() #5 /var/www/web144/html/marielove-shop/core/oxconfig.php(560): oxDb::getDb() #6 /var/www/web144/html/marielove-shop/core/oxconfig.php(406): oxConfig->_loadVarsFromDb(‘oxbaseshop’) #7 /var/www/web144/html/marielove-shop/core/oxconfig.php(336): oxConfig->init() #8 /var/www/web144/html/marielove-shop/core/oxconfig.php(1978): oxConfig->getConfigParam(‘blProductive’) #9 /var/www/web144/html/marielove-shop/core/oxshopcontrol.php(576): oxConfig->isProductiveMode() #10 /var/www/web144/html/marielove-shop/core/oxshopcontrol.php(120): oxShopControl->_runOnce() #11 /var/www/web144/html/marielove-shop/core/oxid.php(38): oxShopControl->start() #12 /var/www/web144/html/marielove-shop/index.php(27): Oxid::run() #13 {main} Connection Adress --> Connection Error -->