Check version of magento The 2019 Stack Overflow Developer Survey Results Are InMagento not sending emails - Version 1.9.1.0magento 1.9 customer can not loginHow to get originate magento versionWant to import all the categories and their products to new magento install from old oneRedirecting Magento to domain root from sub-folder 500 errormagento “Invalid login or password.” for frontend customer after some hackMagento Speed issue google PageSpeed Insights Eliminate render-blocking JavaScript and CSS in above-the-fold contentAdding my javascript code in Magento?Magento not showing proper version in adminHow to know magento 1.9 version Using MySql?
Output the Arecibo Message
Kerning for subscripts of sigma?
Why can I use a list index as an indexing variable in a for loop?
What force causes entropy to increase?
Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?
How come people say “Would of”?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Why couldn't they take pictures of a closer black hole?
Is Cinnamon a desktop environment or a window manager? (Or both?)
Falsification in Math vs Science
Is it safe to harvest rainwater that fell on solar panels?
What was the last CPU that did not have the x87 floating-point unit built in?
Is an up-to-date browser secure on an out-of-date OS?
Why can't devices on different VLANs, but on the same subnet, communicate?
Can a flute soloist sit?
Geography at the pixel level
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Why doesn't shell automatically fix "useless use of cat"?
The phrase "to the numbers born"?
Short story: man watches girlfriend's spaceship entering a 'black hole' (?) forever
Why is this code so slow?
"as much details as you can remember"
ELI5: Why they say that Israel would have been the fourth country to land a spacecraft on the Moon and why they call it low cost?
Why did Peik say, "I'm not an animal"?
Check version of magento
The 2019 Stack Overflow Developer Survey Results Are InMagento not sending emails - Version 1.9.1.0magento 1.9 customer can not loginHow to get originate magento versionWant to import all the categories and their products to new magento install from old oneRedirecting Magento to domain root from sub-folder 500 errormagento “Invalid login or password.” for frontend customer after some hackMagento Speed issue google PageSpeed Insights Eliminate render-blocking JavaScript and CSS in above-the-fold contentAdding my javascript code in Magento?Magento not showing proper version in adminHow to know magento 1.9 version Using MySql?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My site is not working even, My admin also.
I HAVE TRIED getversion() method in app/mage.php
but still, I am not able to get the version of Magento.
Can anyone suggest me, please?
magento-1.9
add a comment |
My site is not working even, My admin also.
I HAVE TRIED getversion() method in app/mage.php
but still, I am not able to get the version of Magento.
Can anyone suggest me, please?
magento-1.9
you have to call getVersion() not getversin().
– Rakesh Jesadiya
Jan 17 '17 at 6:01
follow this link edmondscommerce.github.io/magento/…
– Rajkumar .E
Jan 17 '17 at 6:02
Thank you Rakesh, Yes I have tried the same I have mentioned in question also. In hurry I written wrong spelling.
– Khushbu_sipl
Jan 17 '17 at 6:05
please show your code for more debug?
– Rakesh Jesadiya
Jan 17 '17 at 6:18
add a comment |
My site is not working even, My admin also.
I HAVE TRIED getversion() method in app/mage.php
but still, I am not able to get the version of Magento.
Can anyone suggest me, please?
magento-1.9
My site is not working even, My admin also.
I HAVE TRIED getversion() method in app/mage.php
but still, I am not able to get the version of Magento.
Can anyone suggest me, please?
magento-1.9
magento-1.9
edited Aug 8 '18 at 13:51
Evince Development
1,092319
1,092319
asked Jan 17 '17 at 5:51
Khushbu_siplKhushbu_sipl
880216
880216
you have to call getVersion() not getversin().
– Rakesh Jesadiya
Jan 17 '17 at 6:01
follow this link edmondscommerce.github.io/magento/…
– Rajkumar .E
Jan 17 '17 at 6:02
Thank you Rakesh, Yes I have tried the same I have mentioned in question also. In hurry I written wrong spelling.
– Khushbu_sipl
Jan 17 '17 at 6:05
please show your code for more debug?
– Rakesh Jesadiya
Jan 17 '17 at 6:18
add a comment |
you have to call getVersion() not getversin().
– Rakesh Jesadiya
Jan 17 '17 at 6:01
follow this link edmondscommerce.github.io/magento/…
– Rajkumar .E
Jan 17 '17 at 6:02
Thank you Rakesh, Yes I have tried the same I have mentioned in question also. In hurry I written wrong spelling.
– Khushbu_sipl
Jan 17 '17 at 6:05
please show your code for more debug?
– Rakesh Jesadiya
Jan 17 '17 at 6:18
you have to call getVersion() not getversin().
– Rakesh Jesadiya
Jan 17 '17 at 6:01
you have to call getVersion() not getversin().
– Rakesh Jesadiya
Jan 17 '17 at 6:01
follow this link edmondscommerce.github.io/magento/…
– Rajkumar .E
Jan 17 '17 at 6:02
follow this link edmondscommerce.github.io/magento/…
– Rajkumar .E
Jan 17 '17 at 6:02
Thank you Rakesh, Yes I have tried the same I have mentioned in question also. In hurry I written wrong spelling.
– Khushbu_sipl
Jan 17 '17 at 6:05
Thank you Rakesh, Yes I have tried the same I have mentioned in question also. In hurry I written wrong spelling.
– Khushbu_sipl
Jan 17 '17 at 6:05
please show your code for more debug?
– Rakesh Jesadiya
Jan 17 '17 at 6:18
please show your code for more debug?
– Rakesh Jesadiya
Jan 17 '17 at 6:18
add a comment |
6 Answers
6
active
oldest
votes
I have checked versio n using ssh.
BY following these few commands -
1. Login in SSH
2. cd public_html/<your directory>
3. php -a
4. include 'app/Mage.php';
5. include 'app/Mage.php';
add a comment |
In your Question, You have typo mistake you have call getversin() instead of getVersion()
You have to call just like, Mage::getVersion()
in your file.
You can also check version from your app/Mage.php file if you have file access of your project,
Search function like getVersionInfo()
and you have display your current magento installed version.
add a comment |
You need to create a file "version.php" in root folder and paste below code :
<?php
include_once 'app/Mage.php';
umask(0);
Mage::app("default");
echo Mage::getVersion();
?>
run file version.php.
add a comment |
You can always find the Magento version number in the Magento Admin Panel in the footer area.
If you have installed magerun you could also use the command of magerun sys:info
Open the app/Mage.php manually and check the gerVersion functionality because it will be hard coded
Another way to check of course is through MageReport
https://magereport.com/
add a comment |
This one helps you.
http://magentoversion.com/
let me know is useful or not.
add a comment |
-- > You can easily check if a website is running Magento Enterprise Edition or Magento Community Edition hitting
--> just simply write --> website_base_url/magento_version
--> after you will see top of the left corner some thing like... (Magento/2.2 (Community) or Magetno/2.3(Community), or Magento/2.3/(Enterprise) version...
Check Magento version using Cmd line
php -r "require 'app/Mage.php'; echo Mage::getVersion(); "
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f155023%2fcheck-version-of-magento%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have checked versio n using ssh.
BY following these few commands -
1. Login in SSH
2. cd public_html/<your directory>
3. php -a
4. include 'app/Mage.php';
5. include 'app/Mage.php';
add a comment |
I have checked versio n using ssh.
BY following these few commands -
1. Login in SSH
2. cd public_html/<your directory>
3. php -a
4. include 'app/Mage.php';
5. include 'app/Mage.php';
add a comment |
I have checked versio n using ssh.
BY following these few commands -
1. Login in SSH
2. cd public_html/<your directory>
3. php -a
4. include 'app/Mage.php';
5. include 'app/Mage.php';
I have checked versio n using ssh.
BY following these few commands -
1. Login in SSH
2. cd public_html/<your directory>
3. php -a
4. include 'app/Mage.php';
5. include 'app/Mage.php';
answered Jan 17 '17 at 6:34
Khushbu_siplKhushbu_sipl
880216
880216
add a comment |
add a comment |
In your Question, You have typo mistake you have call getversin() instead of getVersion()
You have to call just like, Mage::getVersion()
in your file.
You can also check version from your app/Mage.php file if you have file access of your project,
Search function like getVersionInfo()
and you have display your current magento installed version.
add a comment |
In your Question, You have typo mistake you have call getversin() instead of getVersion()
You have to call just like, Mage::getVersion()
in your file.
You can also check version from your app/Mage.php file if you have file access of your project,
Search function like getVersionInfo()
and you have display your current magento installed version.
add a comment |
In your Question, You have typo mistake you have call getversin() instead of getVersion()
You have to call just like, Mage::getVersion()
in your file.
You can also check version from your app/Mage.php file if you have file access of your project,
Search function like getVersionInfo()
and you have display your current magento installed version.
In your Question, You have typo mistake you have call getversin() instead of getVersion()
You have to call just like, Mage::getVersion()
in your file.
You can also check version from your app/Mage.php file if you have file access of your project,
Search function like getVersionInfo()
and you have display your current magento installed version.
edited Jan 17 '17 at 6:40
answered Jan 17 '17 at 6:03
Rakesh JesadiyaRakesh Jesadiya
30.2k1577124
30.2k1577124
add a comment |
add a comment |
You need to create a file "version.php" in root folder and paste below code :
<?php
include_once 'app/Mage.php';
umask(0);
Mage::app("default");
echo Mage::getVersion();
?>
run file version.php.
add a comment |
You need to create a file "version.php" in root folder and paste below code :
<?php
include_once 'app/Mage.php';
umask(0);
Mage::app("default");
echo Mage::getVersion();
?>
run file version.php.
add a comment |
You need to create a file "version.php" in root folder and paste below code :
<?php
include_once 'app/Mage.php';
umask(0);
Mage::app("default");
echo Mage::getVersion();
?>
run file version.php.
You need to create a file "version.php" in root folder and paste below code :
<?php
include_once 'app/Mage.php';
umask(0);
Mage::app("default");
echo Mage::getVersion();
?>
run file version.php.
edited Aug 22 '17 at 5:02
Teja Bhagavan Kollepara
2,99341949
2,99341949
answered Jan 17 '17 at 6:04
Vinod KumarVinod Kumar
958324
958324
add a comment |
add a comment |
You can always find the Magento version number in the Magento Admin Panel in the footer area.
If you have installed magerun you could also use the command of magerun sys:info
Open the app/Mage.php manually and check the gerVersion functionality because it will be hard coded
Another way to check of course is through MageReport
https://magereport.com/
add a comment |
You can always find the Magento version number in the Magento Admin Panel in the footer area.
If you have installed magerun you could also use the command of magerun sys:info
Open the app/Mage.php manually and check the gerVersion functionality because it will be hard coded
Another way to check of course is through MageReport
https://magereport.com/
add a comment |
You can always find the Magento version number in the Magento Admin Panel in the footer area.
If you have installed magerun you could also use the command of magerun sys:info
Open the app/Mage.php manually and check the gerVersion functionality because it will be hard coded
Another way to check of course is through MageReport
https://magereport.com/
You can always find the Magento version number in the Magento Admin Panel in the footer area.
If you have installed magerun you could also use the command of magerun sys:info
Open the app/Mage.php manually and check the gerVersion functionality because it will be hard coded
Another way to check of course is through MageReport
https://magereport.com/
edited Aug 22 '17 at 5:19
Teja Bhagavan Kollepara
2,99341949
2,99341949
answered Aug 22 '17 at 5:10
Mr. LewisMr. Lewis
1,310710
1,310710
add a comment |
add a comment |
This one helps you.
http://magentoversion.com/
let me know is useful or not.
add a comment |
This one helps you.
http://magentoversion.com/
let me know is useful or not.
add a comment |
This one helps you.
http://magentoversion.com/
let me know is useful or not.
This one helps you.
http://magentoversion.com/
let me know is useful or not.
answered Aug 22 '17 at 5:22
Magento2 DevloperMagento2 Devloper
9431135
9431135
add a comment |
add a comment |
-- > You can easily check if a website is running Magento Enterprise Edition or Magento Community Edition hitting
--> just simply write --> website_base_url/magento_version
--> after you will see top of the left corner some thing like... (Magento/2.2 (Community) or Magetno/2.3(Community), or Magento/2.3/(Enterprise) version...
Check Magento version using Cmd line
php -r "require 'app/Mage.php'; echo Mage::getVersion(); "
add a comment |
-- > You can easily check if a website is running Magento Enterprise Edition or Magento Community Edition hitting
--> just simply write --> website_base_url/magento_version
--> after you will see top of the left corner some thing like... (Magento/2.2 (Community) or Magetno/2.3(Community), or Magento/2.3/(Enterprise) version...
Check Magento version using Cmd line
php -r "require 'app/Mage.php'; echo Mage::getVersion(); "
add a comment |
-- > You can easily check if a website is running Magento Enterprise Edition or Magento Community Edition hitting
--> just simply write --> website_base_url/magento_version
--> after you will see top of the left corner some thing like... (Magento/2.2 (Community) or Magetno/2.3(Community), or Magento/2.3/(Enterprise) version...
Check Magento version using Cmd line
php -r "require 'app/Mage.php'; echo Mage::getVersion(); "
-- > You can easily check if a website is running Magento Enterprise Edition or Magento Community Edition hitting
--> just simply write --> website_base_url/magento_version
--> after you will see top of the left corner some thing like... (Magento/2.2 (Community) or Magetno/2.3(Community), or Magento/2.3/(Enterprise) version...
Check Magento version using Cmd line
php -r "require 'app/Mage.php'; echo Mage::getVersion(); "
edited 9 mins ago
answered 20 mins ago
Nikunj PanchalNikunj Panchal
112
112
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f155023%2fcheck-version-of-magento%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
you have to call getVersion() not getversin().
– Rakesh Jesadiya
Jan 17 '17 at 6:01
follow this link edmondscommerce.github.io/magento/…
– Rajkumar .E
Jan 17 '17 at 6:02
Thank you Rakesh, Yes I have tried the same I have mentioned in question also. In hurry I written wrong spelling.
– Khushbu_sipl
Jan 17 '17 at 6:05
please show your code for more debug?
– Rakesh Jesadiya
Jan 17 '17 at 6:18