1
Installation, Update & Configuration / Re: PHP 7 - installation not running!
« on: September 01, 2016, 01:55:22 AM »
I must state I am not part of the 4images development team but have been here for awhile now and I made a quick google search and it looks like MySQL is no longer an option in php version7.
One person on another board said that he went through his code and everywhere he saw MySQL he changed it to mysqli (notice the I on the end meaning improved) and after he made all those changes his PHP program began working again.
I cannot say that would be the case with 4images because I did not develop it. I have heard people say that the new mysqli has some flaws that crash their sites from time to time but not sure if any of the calls in 4images would cause that or not.
As technology get better developers are always trying to catch up or walk away. I would think if the developers where going to upgrade 4images to this new format then they would be testing it very hard before releasing the code.
Just like my facebook login mod stopped working because facebook updated their code. I am looking into trying to fix it so 4image users can continue to enjoy it.
Your lucky because I cannot get my host to upgrade to php 5.4 (They do not see it in the near future) yet alone php7
I hope I gave you a little help in seeing that php 7 is a whole different world that opened up in the coding.
One person on another board said that he went through his code and everywhere he saw MySQL he changed it to mysqli (notice the I on the end meaning improved) and after he made all those changes his PHP program began working again.
I cannot say that would be the case with 4images because I did not develop it. I have heard people say that the new mysqli has some flaws that crash their sites from time to time but not sure if any of the calls in 4images would cause that or not.
As technology get better developers are always trying to catch up or walk away. I would think if the developers where going to upgrade 4images to this new format then they would be testing it very hard before releasing the code.
Just like my facebook login mod stopped working because facebook updated their code. I am looking into trying to fix it so 4image users can continue to enjoy it.
Your lucky because I cannot get my host to upgrade to php 5.4 (They do not see it in the near future) yet alone php7
I hope I gave you a little help in seeing that php 7 is a whole different world that opened up in the coding.