I did not create the site and I am new to magento, I downloaded the files and database locally, but when I visit the local link I get this, I read on the internet it is a php 7 issue, is there a way to make magento 1.9 work with php 7?
Solved! Go to Solution.
Hello @alecom2go
In order to work with magento 1.9 you will need either
Magento 1.9 is not compatible to php7. So will have to change your php version as per above requirnment.
And also to solve redirection problem
1. Go to core_config_data table in database
2. Go to web secure url and web unsecure url
3. Change the url path to the local path
Hope it helps!!
Kudos and accept as solution if it works for you!
Hello @alecom2go
In order to work with magento 1.9 you will need either
Magento 1.9 is not compatible to php7. So will have to change your php version as per above requirnment.
And also to solve redirection problem
1. Go to core_config_data table in database
2. Go to web secure url and web unsecure url
3. Change the url path to the local path
Hope it helps!!
Kudos and accept as solution if it works for you!
how about php 5.6 would that be ok? cause I switched to that and I still get some issues
Can you tell which exact magento version. Below is the list of which php is compatible with which version
I have version 1.9.2
Okay then surely it will support.