Hi,
I upgraded my joomla website to the latest version 3.7.0
After the upgrade I received a warning that I was still using PHP version 5.6.30 and that the support for this version will be closed soon.
So via the webprovider dashboard, I upgraded also the PHP version to 7.1.
--> Call to undefined function eregi() when trying to access the website.
So first I downgraded again to the PHP 5.6.30 to get the website running again.
Second I did do a grep to find the code who was using this function and found the jf_texturia file mainmenu.php (\templates\jf_texturia\scripts\php)
What can I do/change to get it running again?