View Single Post
BoBiTza
Junior Member
Join Date: Feb 2021
Old 03-23-2021 , 03:36   Re: PHP error for website
Reply With Quote #2

The problem was: get_magic_quotes_gpc() == 1
Was removed from php 7
Just comment code out where you find get_magic_quotes_gpc()

Last edited by BoBiTza; 03-23-2021 at 03:36.
BoBiTza is offline