Magento: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(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

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

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

Quellen & weiteres