How to get joomla version by http? - joomla

I have seen screenshots of a solution, there the joomla version is getting detected by only accessing the page via http.
E.g. the solution displayed all 3 digits of a version of joomla.
e.g. 2.5.28, or 1.0.x and so on.
So I am wondering how this can be done?

Yes it can be done.Append "/language/en-GB/en-GB.xml" with the url of the website, and then the document tree will be displayed.You can see the version in the tag.
Python code to do the same is:-

this might help althoug I'm struggling to find an option to detect joomla 3. Basically you can deduce the version of joomla be accessing some of the standard headings used in accessible files.
https://www.gavick.com/blog/how-to-check-the-version-of-joomla
/templates/system/css/system.css
Find and open the file in your browser and check for this part:
Version of Joomla Source Code Joomla 1.0.x
The easiest way to determine if a site is using Joomla! or not is to
view the source code of the page.
Joomla! 1.0.x sites will have the following: 1 Joomla 1.5
/* OpenID icon style */
and in templates\system\css\template.css file you should find this:
#copyright Copyright (C) 2005 – 2010 Open Source Matters.
in newer versions of Joomla! this file no longer exists
By default, all Joomla! 1.5.x sites will have the following in the
head of their site: 1 Joomla 1.6 * #version $Id:
system.css 20196 2011-01-09 02:40:25Z ian $ Joomla 1.7 * #version
$Id: system.css 21322 2011-05-11 01:10:29Z dextercowley $ Joomla 2.5
* #copyright Copyright (C) 2005 – 2012 Open Source Matters
Another way it’s to compare MooTools (JavaScript Framework) versions
using a media/system/js/mootools-more.js file: Joomla 1.5
MooTools={version:’1.12′} media\system\js\mootools.js Joomla 1.6
MooTools.More={version:”1.3.0.1″ Joomla 1.7
MooTools.More={version:”1.3.2.1″ Joomla 2.5.6
MooTools.More={version:”1.4.0.1″ Joomla 3.0 alpha 2
MooTools.More={version:”1.4.0.1″
Another way to check with Joomla 1.6 or Joomla 1.7.x website is based
on it’s to compare date in language file: language/en-GB/en-GB.ini
Joomla 1.5.26 # $Id: en-GB.ini 11391 2009-01-04 13:35:50Z ian $
Joomla 1.6.0 ; $Id: en-GB.ini 20196 2011-01-09 02:40:25Z ian $ Joomla
1.6.5 ; $Id: en-GB.ini 20990 2011-03-18 16:42:30Z infograf768 $ Joomla 1.7.1 ; $Id: en-GB.ini 20990 2011-03-18 16:42:30Z infograf768
$ Joomla 1.7.3 ; $Id: en-GB.ini 22183 2011-09-30 09:04:32Z
infograf768 $ Joomla 1.7.5 ; $Id: en-GB.ini 22183 2011-09-30
09:04:32Z infograf768 $ from Joomla 2.5.0 to Joomla 2.5.4
2.5.0
you’ll will see in language/en-GB/en-GB.xml file. Joomla 2.5.5 Joomla
2.5.6
2.5.5
you’ll will see in language/en-GB/en-GB.xml file.

Related

Update joomla 3.4.5 to 3.7.5 and get error 500

I have tried to update from 3.4.5 to 3.7.5 but only get error 500 when I press the button. I have tried to import the update as a zip file, but then I got errormessage 403 access denied. When I tried to update whit the tar.bz2 file I got errormessage:
COM_INSTALLER_MSG_INSTALL_WARNINSTALLUPLOADERROR
I using PHP version 5.4.45 and MySQL version 5.1.73.
How do I update my Joomlapage?
These are possible causes:
Check your options on Admin Tools or any other security/firewall extensions you have. Since this is a one time install, you might just try disabling the entire component/plugin for a minute to run upgrade.
Check your .htaccess file. Again, you can just temporarily remove and try to run upgrade.
Your PHP version might contribute as well since Joomla 3.7 recommends PHP 5.6+: https://downloads.joomla.org/us/technical-requirements-us

Update function is disabled in Magmi

Im using MAGMI V 0.7.18 and i'm trying to import multiple images in Magento ver. 1.9.2.0 but MAGMI throws
"Update Disabled Zip library not available, Upgrade/Upload function are not enabled"
in the UPDATE section , I try to change the code in:
changed magmi/web/magmi_config_setup.php
changed magmi/web/magmi_upload.php
changed magmi/web/plugin_upload.php
but nothing happens, please Help me,
That error is generated by older Magmi versions if it can't find the ZipArchive php class. You need to install it in the proper way according to your server operating system. (e.g. apt-get install libphp-pclzip in Ubuntu 14.04)
Nonetheless I suggest you to keep your magmi always updated to the latest version.

How to upgrade Magento from 1.7 to 1.9

I need to upgrade my magento store form 1.7 to 1.9. I am very new to magento, I was just wondering what is the easiest way to upgrade without breaking my website.
Thank you
Upgrade Roadmap for CE 1.9.0.1 from 1.7
take a backup of current database and current 1.7 code.
download latest magento from the http://www.magentocommerce.com/download
remove all folders and files from your 1.7 code (but you should have backup somewhere) and place all folders and files from the 1.9.
now from your 1.7 merge your following folders into the 1.9
• Community app/code/community
• Local app/code/local
• Media
• your theme or package (app/design/frontend/default/<your theme> or app/design/frontend/<your package>)
• custom folders from Skin (both for adminhtml and frontend).
• copy your custom xml files from app/etc/modules/ to current app/etc/modules/
• any custom admin theme folder from adminhtml/default/yourtheme.
• copy your custom folders from adminhtml/default/default/ (1.7) to adminhtml/default/default/ (1.9).
• custom js files if any from app/js/.
now go to app/etc/local.xml.Edit database details there. put your database username and password and database name.
now check the site. it's done.
Upgrade directly:
Admin panel -> System -> Magento Connect -> Magento Connect Manager
Check for Upgrades
Mage_All_Latest -> select Upgrade to 1.9
Uupgrade via ssh :
Commands :
1: ./mage list-upgrades
2: ./mage config-set preferred_state stable
3: ./mage upgrade-all --force (if not working thenuse 4)
4: ./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
5: php -f ./index.php
For more info, check the below link:
https://astrio.net/blog/magento-upgrade-guide/

failed upgrade magento 1.5x to 1.6x

i've tried upgrade my magento 1.5x to magento 1.6x in my cpanel, but i always find "failed..failed..and failed". i've tried this way..:
find . -type f -exec chmod 777 {} \;
find . -type d -exec chmod 777 {} \;
rm -rf var/cache/* var/session/*
chmod 550 ./mage
then after that when i tried this..:
./mage mage-setup .
the result is failed, this is the messages..:
Running initial setup...
XCache requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact mOo at http://xcache.lighttpd.net for a later version of XCache.
Failed loading /usr/lib/kloxophp/ioncube/ioncube_loader_lin_age.so: /usr/lib/kl oxophp/ioncube/ioncube_loader_lin_age.so: cannot open shared object file: No suc h file or directory
Cannot load Zend Extension Manager - it was built with configuration 1.2.0, wher eas running engine is API220090626,NTS
XCache requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact mOo at http://xcache.lighttpd.net for a later version of XCache.
Failed loading /usr/lib/kloxophp/ioncube/ioncube_loader_lin_age.so: /usr/lib/kl oxophp/ioncube/ioncube_loader_lin_age.so: cannot open shared object file: No suc h file or directory
Cannot load Zend Extension Manager - it was built with configuration 1.2.0, wher eas running engine is API220090626,NTS
XCache requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact mOo at http://xcache.lighttpd.net for a later version of XCache.
Failed loading /usr/lib/kloxophp/ioncube/ioncube_loader_lin_age.so: /usr/lib/kloxophp/ioncube/ioncube_loader_lin_age.so: cannot open shared object file: No such file or directory
Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS
what is it? can you help me guys to fix my problem? I really need your helps guys! thank's!
That's nothing to do with Magento, that's a server setup issue. Have you rebuilt apache/php using EasyApache by any chance?
It looks like you have incompatible version of PHP and XCache.
You should ask your host for assistance, it's not a Magento issue at all.
If your website works fine and you have got problem in the command line, it may be wrong php configuration. Try to update php.ini or edit the ./mage - enter valid php binary path.

virtuemart component in joomla

I am new in joomla 1.5. I tried to implement virtuemart in my website. I download the the VirtueMart 2.0.8 (stable) from http://virtuemart.net/downloads.
During installing that, I got the following issue:
"Error! Could not find an XML setup file in the package.".
How to solve this issue. Please help me.
Once you have doqwnloaded the 3.7MB package from the link you provided, you need to extract the file inside and upload and install each one manually.
once you have download the VirtueMart 2.0.10 from http://virtuemart.net/downloads. you need to extract zip and install com_virtuemart.2.0.10.zip file

Resources