Did anyone know how to install Magento 1.9.2 Plugins on PHP7? - magento

I try to install Plugins on my Magento 1.9.2.4 on PHP 7.0.4.
All normal Plugins have the same Error Message:
requires PHP version >= 5.2.13 and <= 5.7.0 current is: 7.0.4
The Shop runs after a small bugfix fine. But without Plugins its Useless.
Thanks.

The creator of each extension/plugin in Magento specifies a supported version. It sounds like none of your plugins/extensions support PHP anything greater than a (existent) PHP 5.7. You'll either need to
Contact extension/plugin vendors and ask them to release a version on connect that supports PHP 7
Stop using Magento Connect to install plugins and install them yourselves manually.
The specifics of this are well beyond the scope of an individual Stack Overflow answer.

Related

Windows 10 Magento 2.4 zip install on XAMPP has nowhere to agree to terms

I'm trying to get Magento 2.4 running using the production ready zip and I keep getting it to this point where I believe it's ready to start the setup process, but it's waiting for me to agree to the ToS. Unfortunately there's no agree button or instructions on if there's a file I need to edit. I just did a fresh install of XAMPP with PHP 7.4 and still have the same issue, and can't find a similar mention on google.
Is there supposed to be an agree button, do I need to edit a file?
Term & Agreement link leads here, still no agree button. Getting started link takes me to installation instructions for a Linux CLI
I saw I may still need to run the composer install command even on Windows, but I was under the impression the production ready zip already had the dependencies included. Where am I going wrong??
Update: I got composer running in windows terminal and it returns that there is nothing to install.
According to the official site docs, in a note at the top of the installation instructions for a CLI install of Magento 2.3:
"The Web Setup Wizard is being deprecated in Magento 2.3.6 and will be removed in Magento 2.4.0. After it is removed, you must use the command line to install or upgrade Magento."
So you cannot install Magento 2.4 without touching the command line.

magento 2 and laravel not support due to different php version

I had a simple query but don't know how to work on it, I am working on two Different Project one is in Laravel 5.6 and other is in Magento 2.1. Now my problem comes when i am trying to install both on the same server because my Laravel support PHP 7.1 and i am using a theme Magento(Porto) which support 7.0.
I want to know how to install both on my server. I have already a built side of Laravel. I had to check some google it gives me multiple PHP version related help. but how to implement it.
Thanks
I am not sure which development server you are using at your local machine. However, you can have more than one PHP version.
You can switch between versions. Refer below.
Perhaps, this may help you.
Multiple PHP versions in Wamp under Windows 7
If you are using Ubuntu try below,
https://www.tecmint.com/install-different-php-versions-in-ubuntu/

Best way to upgrade Magento from 1.4.1 to 1.9

I am trying to upgrade Magento version 1.4.1 to 1.9 with the stranded process.
1) Clean all your log tables. This will increase the speed of your upgrade
2) Get current database dump of your website.
3) Setup a local environment and restore you CE-1.4 database to a newly created database
4) Create you local.xml on your new CE 1.9 environment.
5) Start the upgrade process by either opening your site in your browser
but I am getting foreign key constraint error in customer and catalog tables during the database upgrade.
Can anyone help me to fix this issue? or any other best way to upgrade the magento version?
I believe the problem is that making such a large leap in versions is not possible in one upgrade.
The answer here has info relevant to upgrading from 1.4.1.1: How to upgrade magento 1.4 1.1 to 1.7.0.2
Specifically:
Database structure has major changes from 1.4.1.1 to 1.4.2 so you need
to upgrade first to 1.4.2 then you can upgrade to 1.7.0.2 directly.
I think your best option is to upgrade in smaller steps until you get where you want to be. The last such upgrade I did included the following steps:
1.3.2.4
1.4.2.0
1.7.2.0
1.8.1.0
1.8 was the goal, but I had to get to 1.4.2.0 and then 1.7.2.0 before I could proceed.
My git log also shows that some additional code patches were required after upgrading to 1.4.2.0. You could probably find more detailed answers if you search for info on upgrading to that specific version.
Great solution provided by BonnevillSlim. Thanks!
I have followed the these steps 1.4.1 > 1.4.2 > 1.6.2 > 1.9.2 .
During the up-gradation I have got an error QLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0-98' for key 'UNQ_BY_CUSTOMER' .
To resolve this error I have follow this post link

Will upgrading PHP break JOOMLA?

I have a client who has JOOMLA! V1.5.1, and it currently is running on PHP 4.4.9. Does anyone know if upgrading to PHP5 break my site? Will upgrading to a newer JOOMLA! version break my site?
Thanks a lot
There might be a few functions on Joomla 1.5.1 that won't work if you upgrade to PHP 5.3+. Therefore you should also upgrade Joomla to 1.5.26 to ensure maximum security and stability for that particular version. Once both PHP and Joomla have been upgraded, everything will work smoothly.
To upgrade your PHP version, you will need to talk to your host, and why he is still running his servers on PHP 4.49 I do not know.
To update Joomla to the latest version, I would recommend download this package:
Joomla 1.5.0 to 1.5.26
I know its not the update for 1.5.1, but it will still work.
As for upgrading to Joomla 2.5, this doesnt have to be done. It is entirely up to you. Just be sure that all your etension will be compatible.
Hope this helps.
Nothing must change if you just upgrade PHP. Is there custom PHP build used or installed from packes (like .rpm or .deb)?
If you have simple wibsite and will follow guidelines on upgrading Joomla ( listed here: http://docs.joomla.org/Migrating_from_Joomla_1.5_to_Joomla_2.5 ) then process must go smoothly.
But if there are any extensions which do not have their Joomla 2.5 versions, you'll get in trouble because old ones wimply won't work after upgrade.
Use akeeba backup to backup your site before upgrade and try to backup/restore at separate place to just have a proctice. I confgure it to use zip format because it does not require any extra software to restore site, but that's up to you.

joomla: jomsocial installation problem (winxp)

i'm trying to install the jomsocial plugin on my local joomla.
joomla (v1.6) was freshly installed from scratch - i'm having the latest version of jomsocial (v2.20)
i've followed the jomsocial installation instructions but it didn't work,
during the installation process i got the same error over + over again:
Strict Standards: Only variables should be assigned by reference in ...
any ideas what could be wrong?
thanks
It would be helpful if you posted the complete error, but it looks like you need to change your php.ini error reporting log level.
See - joomla 1.5.22 on mysql 5.5

Resources