Cannot work the Download Monitor plugin on PHP7
-
When “Add New” button is pushed, the server error is displayed because mysql_real_escape_string function was removed in PHP 7.0.0.
https://php.net/manual/en/function.mysql-real-escape-string.phpPlease replace mysql_real_escape_string function to mysqli_real_escape_string function.
https://php.net/manual/en/mysqli.real-escape-string.phpadmin/addnew.php
admin/admin.php
uploader.php
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Cannot work the Download Monitor plugin on PHP7’ is closed to new replies.