Hi everyone,
i was getting 2 errors when trying to update from 15 to 16. The one was the Profile-Modify.php common issue and i fixed that with the solution found on other topics.
Now i'm left with this in the Subs.php:
if (strpos($_SERVER['REQUEST_URL'], 'action=dlattach') === false && strpos($_SERVER['REQUEST_URL'], 'action=viewsmfile') === false)
// !!! $remember_old_url is set in writeLog().
if (!empty($remember_old_url))
Any thoughts on this one? I'm not really familiar with codes...