User Tools

Site Tools


magento_information

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
magento_information [2016/07/18 06:36] – created luke7858magento_information [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
-=== Magento Version ===+=== Magento Edition ===
 <sxh bash> <sxh bash>
 php -a php -a
 +php > include '/var/doc/root/public_html/app/Mage.php';
 +php > echo Mage::getEdition();
 +Community
 +php > exit();
 +</sxh>
  
 +=== Magento Version ===
 +<sxh bash>
 +php -a
 php > include '/var/doc/root/public_html/app/Mage.php'; php > include '/var/doc/root/public_html/app/Mage.php';
 php > echo Mage::getVersion(); php > echo Mage::getVersion();
 1.6.2.0 1.6.2.0
-php > echo Mage::getEdition(); 
-Community 
 php > exit(); php > exit();
 </sxh> </sxh>
Line 14: Line 20:
 app/etc/local.xml app/etc/local.xml
 </sxh> </sxh>
 +
magento_information.1468823804.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki