Magento: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) |
F (Diskussion | Beiträge) (→Fehler & Probleme) |
||
Zeile 25: | Zeile 25: | ||
== Fehler & Probleme == | == Fehler & Probleme == | ||
+ | === magento-connect-manager: Warning: Your Magento folder does not have sufficient write permissions. === | ||
+ | chgrp -R www-data magento | ||
+ | chmod g+rw magento/1.7/ -R | ||
+ | |||
+ | |||
=== ( ! ) Fatal error: Call to a member function getIdFieldName() on a non-object in /home/sync/dev/magento/1.7/app/code/core/Mage/Core/Model/Abstract.php on line 151 === | === ( ! ) Fatal error: Call to a member function getIdFieldName() on a non-object in /home/sync/dev/magento/1.7/app/code/core/Mage/Core/Model/Abstract.php on line 151 === | ||
Dateirechte Problem | Dateirechte Problem |
Version vom 2. Oktober 2012, 18:19 Uhr
Inhaltsverzeichnis
- 1 Vergleiche
- 2 Download
- 3 Installation
- 4 Sprachpakete installieren
- 5 Entwicklung
- 6 Fehler & Probleme
- 6.1 magento-connect-manager: Warning: Your Magento folder does not have sufficient write permissions.
- 6.2 ( ! ) Fatal error: Call to a member function getIdFieldName() on a non-object in /home/sync/dev/magento/1.7/app/code/core/Mage/Core/Model/Abstract.php on line 151
- 6.3 PHP Extensions "0" must be loaded.
- 6.4 Not Found The requested URL *.html was not found on this server.
- 7 Quellen & weiteres
Vergleiche
Download
aktuelle stable Version 1.7.0.0 vom 24. April 2012 [1]
svn checkout http://svn.magentocommerce.com/source/branches/1.7
Installation
chgrp -R www-data magento/ chmod ug+rw magento/1.7/var/.htaccess chmod -R ug+rw magento/1.7/app/etc/ chmod -R ug+rw magento/1.7/var/ chmod -R ug+rw magento/1.7/media/
https://localhost/magento/index.php Link auf rufen und Installation Anweisung befolgen
Sprachpakete installieren
- deutsches Sprachpaket runterladen von magento-community-modules--german-germany-language-pack
Entwicklung
Fehler & Probleme
magento-connect-manager: Warning: Your Magento folder does not have sufficient write permissions.
chgrp -R www-data magento chmod g+rw magento/1.7/ -R
( ! ) Fatal error: Call to a member function getIdFieldName() on a non-object in /home/sync/dev/magento/1.7/app/code/core/Mage/Core/Model/Abstract.php on line 151
Dateirechte Problem
chgrp -R www-data magento
PHP Extensions "0" must be loaded.
bei der Installation bzw Configurationm nach dem mensch die Datenbankverbindung angegeben hat
in magento/1.7/app/code/core/Mage/Install/etc/config.xml folgendes xml verändern: von
... <extensions> <pdo_mysql/> </extensions> ...
zu
... <extensions> <pdo_mysql>1</pdo_mysql> </extensions> ...
Not Found The requested URL *.html was not found on this server.
Apache#Apache_rewrite_Modul Apache rewrite Modul