Jump to content

CHMOD/ PHP.INI - Nach neu Installation wird nix angezeigt!


AMSPO24-Online

Recommended Posts

Moin Moin,

nach Neuinstallation auf einer neuen Domain gab es keinerlei Probleme innerhalb der kompletten Einrichtung.

Dann Starte ich die Domain "www.amspo24-online.de". Sofort nach Start blieb der Bildschirm "WEIS" und nix geht. Es wird auch der Fehler 500 angezeigt.

Der Pfad läuft unter "/presta

Wo finde ich eine komplette Einrichtungsanleitung der CHMOD und was alles in der PHP Einstellungen -> PHP.INI editieren???

.htaccess
 

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>

RewriteEngine on

#Domain: www.amspo24-online.de
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/font-woff .woff
AddType font/woff2 .woff2
<IfModule mod_headers.c>
    <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|svg)$">
        Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again"

Viele Grüße
Rainer Amend

 

Link to comment
Share on other sites

1.) das Backoffice: alles leer

2.) .htaccess Umbenannt: alles leer

3:) https://sslsites.de/amspo24-online.de/statistik/Axxxxxx:

_________________________________________________________

401 / Zugriff verweigert!

Sehr geehrter Besucher,

leider ist ein Fehler aufgetreten. Der angegebene Username bzw. das Passwort wurde zurückgewiesen.

Haben Sie sich vielleicht vertippt oder eine alte URL aufgerufen? Wenn nicht, informieren Sie bitte den Webmaster dieser Homepage per Email. Um zu der vorherigen Seite zurückzukehren, verwenden Sie bitte einfach die "Zurück" - Taste Ihres Browsers.

Ich brauche mal die kompletten Rechte (XXXX) ...!

Das kann eigentlich nur ein Rechte Problem sein.

Link to comment
Share on other sites

Dein Pfad /presta steht schon mal nicht in der REWRITEBASE drin. Am besten die .htaccess umbennen, dann solltest du in dein Backoffice reinkommen und kannst dort eine neue saubere .htacess erstellen lassen. Was soll dein Link unter 3) aussagen - scheint mir die Statisitk von deinem Hoster zu sein...!?

Link to comment
Share on other sites

Hallo, danke erst mal,

aber trotzdem bkeib die Seite  "Weiß".

Das unter 3.) hat mir mein Provider gesagt und betrifft nur eine Prüfung für DomainFactory.

Ich habe neu Installiert ohne Fehler und bleibt genauso stehen! Weiß!

 

Wo müsste es drin stehen?

"Pfad /presta steht schon mal nicht in der REWRITEBASE drin"

 

Edited by AMSPO24-Online
fehler (see edit history)
Link to comment
Share on other sites

Hast du /presta denn bei der Installation angegeben? Die müsste auf der Datenbank in der Tabelle ps_shop_url als physical_uri mit / am Ende stehen.

Würde nichts manuell mit der .htacess machen da dir das dann bei Änderungen überschrieben wird. Lass diese von Presta generieren.

Link to comment
Share on other sites

OK, jetzt kommt folgender Fehler:


Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'db495950_20'@'localhost' (using password: YES) in /kunden/495950_96450/presta/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:43 Stack trace: #0 /kunden/495950_96450/presta/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(43): PDO->__construct('mysql:host=mysq...', 'db495950_20', '%%aeThGgh?e23', Array) #1 /kunden/495950_96450/presta/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php(41): Doctrine\DBAL\Driver\PDOConnection->__construct('mysql:host=mysq...', 'db495950_20', '%%aeThGgh?e23', Array) #2 /kunden/495950_96450/presta/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(360): Doctrine\DBAL\Driver\PDOMySql\Driver->connect(Array, 'db495950_20', '%%aeThGgh?e23', Array) #3 /kunden/495950_96450/presta/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(942): Doctrine\DBAL\Connection->connect() #4 /kunden/495950_96450/presta/src/PrestaShopBundle/Kernel/ModuleRepository.php(70): Doctrine\DBA in /kunden/495950_96450/presta/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php on line 10

Link to comment
Share on other sites

kommt doch nich ein Fehler wenn ich in der WARTUNG einen anderen Txt schreiben möchte:

User Warning: Base directory /kunden/495950_96450/presta/var/cache/dev/purifier does not exist,
please create or change using %Cache.SerializerPath

Exception

Logs 2

Stack Trace

Symfony\Component\Debug\Exception\ ContextErrorException

 

in vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php (line 235)

 

HTMLPurifier_DefinitionCache_Serializer->_prepareDir(object(HTMLPurifier_Config)) in vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php (line 125)

 

HTMLPurifier_DefinitionCache_Serializer->cleanup(object(HTMLPurifier_Config)) in vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php (line 108)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...