Hi.
I just changed my web server from PHP 5.6 to 7.0.
signature.php (v2.3) isn't working anymore.
The rest of 4images works fine.
Is there any "classic" trap I was falling into?
Otherwise, I post the exact erros.
Thanks,
... later ...
I noticed that ...
/signature/go
... works, but ...
/signature/signature.png
... creates this error:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /4images/includes/db_mysql.php:37 Stack trace:
#0 /signature/signature.php(142): Db->__construct('<myhost>', '<myuser>', '<mypassword>', '<mydatabase>')
#1 {main} thrown in /4images/includes/db_mysql.php on line 37
<myhost>, <myuser>, <mypassword> and <mydatabase> are of course correct.
... later ...
I found the solution.
Changing this line in signature ...
...
include(ROOT_PATH.'includes/db_mysqli.php');
...
(i.s.o. db_mysql.php)