Magento: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 2: Zeile 2:
 
aktuelle stable Version 1.7.0.0 vom 24. April 2012 [https://www.magentocommerce.com/svn]
 
aktuelle stable Version 1.7.0.0 vom 24. April 2012 [https://www.magentocommerce.com/svn]
 
  svn checkout http://svn.magentocommerce.com/source/branches/1.7
 
  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/
 +
  
 
== Fehler & Probleme ==
 
== Fehler & Probleme ==

Version vom 28. September 2012, 16:36 Uhr

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/


Fehler & Probleme

( ! ) 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>
...

Quellen & weiteres