I have an installation of magento 1.9.1.0 in a dedicated server with virtual min.Everything works ok but I noticed that my server runs Mysql version 5.1.73 and PHP version 5.3.3 . I want to update them in what magento suggests. Will I have problems with the site?
I want to upgrade to PHP 5.5 and Mysql 5.6 but I am afraid for my existing site if it works after the upgrade.
Can anyone help?
Thank you
Magento version 1.9.1.0 direectly supports PHP 5.4 & 5.5 http://magento.com/resources/system-requirements and http://magento.com/resources/previous-magento-system-requirements for previous requirements. As you can see, Magento also supports MySQL 5.6 (and many of our stores run it, or Percona).
Related
this is happening to me while installing PrestaShop 1.7 on my localhost using PHP 8 and xamp 3.2.4. I have tried creating an user and password to access my db also differents db names and still gives me this error. I tried even installing and old version of PrestaShop (1.6) and still the same.
Cant find much info about this on the web. Seems to be a new error but if everyone has some insight I take it.
Cheers
Prestoshop is still not compatible with php 8 wich the latest xampp version have so you need to install older version or at least install php 7.4 side by side with php 8.
Here the official supported php version page: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/#php-compatibility-chart
First time i instaled the latest version of xampp and I had the same problem with prestashop database connection error .Second time i instaled an older version of XAMPP and it worked.
I have an old installation of TYPO3 (6.4) and I want to move it to another supplier. I can export everything but I cannot install a working server that can run the applications from the old website.
I am sure it has something to do with PHP and my solution I think would be to install PHP 5.4.4 on either Debian 7 or a newer Debian distribtion.
Can anyone help me out? Thank you :)
There never was a TYPO3 version 6.4. maybe 6.0.4 or 6.2.4 ?
you can try to install a virtual maschine with an old linux image with that old PHP version.
But that should be only local and only for viewing the old site.
In general you don't need a working server as all neccessary data is in the database (and filesystem).
Install a TYPO3 verion 7 (also outdated, but runs on PHP 7.2) as an intermediate step and insert a copy of the old database and the filesystem (fileadmin/*). Then run upgrade wizard (do an upgrade for all extensions as possible)
Repeat for TYPO3 versions 8, 9 until your database is converted to latest version and matching extensions.
Meanwhile you probably need to change the rendering as the old installation was probably based on CSC (css_styled_content) while there is FSC (fluid_styled_content) which resuls in other HTML markup and other CSS.
Or was it even a 4.6?
Then you need a prior step with TYPO3 6.2 to convert all file references to FAL. therefore you need an old PHP 5.6 to execute the upgrade wizards. (stay with a local virtual machine)
Can we directly upgrade the Magento 2.1.5 to 2.3? Magento 2.1 supports the PHP version 5.6, 7 & 7.1 only and Magento 2.3 supports 7.1.3,7.2,7.3. Both support the different versions while readiness checks it always raised an error “requires PHP ^7.1.3 -> your PHP version (7.0.6) does not satisfy that requirement”.
Anyone, can you please let me know the process of how to upgrade Magento 2.1 to 2.3. I am running this on my local window machine.
Thanks in Advance!
Manually Magento Upgrade version 2.1 to 2.3
Need PHP version is 7.2
Copy all files of Magento 2.3 version and past to your magento2.1 need to overwrite all files
and Run Command
bin/magento setup:upgrade
bin/magento setup:static-content:deploy (if production mode)
bin/magento c:f
That should work then you have to set the new version and try the update. If you want be sure that everything is correct you can first update so 2.2 that alle DB-migrations are made and then go to the next step. Normally composer always fetch the new packages and then make the database upgrades. So normally that should work.
You should make a backup before then you can try it again if it's not working.
https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html
I'd strongly advise to first update to the latest version of 2.2.x, then upgrade to 2.3.x. Reason being is that some setup/upgrade scripts may not be properly triggered executed, and you'll want to fully test the site on 2.2 before moving onto 2.3. Changes introduced in 2.3 could break your store, and it'll be hard to track down if either changes from 2.2 or 2.3 broke it. Fully testing your site on each version is advised, and this will most likely be quicker than going from 2.1 straight to 2.3.
I want to use wordpress on my webspace, and need to upgrade to PHP 7 and MySQL 5.7 for this.
But I still have another website on my server created with TYPO3 4.5 CMS (which is using PHP 5.2.x-5.3.x and MySQL 5.0.x-5.1.x).
So I am not sure, if an upgrade in PHP and MySQL will damage my typo3 website or if still everything will work?
Hope to hear from you soon, thanks a lot!
TYPO3 4.5 will not work with PHP7
TYPO3 4.5 is out of support (even ELTS support has ended long ago). Therefore revealing your domain is a great security risk
update your TYPO3 installation, at least up to 7.6 LTS (which is currently the lowest supported version and also capable running with PHP 7) (upgrade path is 4.5 -> 6.2 -> 7.6)
I've issue with installation of one script on dedicated server.
I've cPanel with WHM. I've installed latest MySQL 5.6 from EasyApache and installed mysqli extension.
All is great to that moment, however when I'm checking if all is correct I've got info:
MySQL 5 >= 5.0 is required!
In my phpmyadmin I've got inforamtion that I've vesion MySQL 5.6.22.
I fight with this issue from few days. Could anyone help me with this?