Don’t work on PHP7
-
problem
Fatal error: Uncaught Error: Call to undefined function ereg()
solution
replaceereg("msie", $br)
withpreg_match('/msie/', $br)
on 68 and 101 lines in /plugins/wordpress-admin-notepad/wp-admin-notepad.phpproblem
Uncaught Error: Call to undefined function mysql_query()
solution
replacemysql_query
withmysqli_query
on 471 and 472 lines in /plugins/wordpress-admin-notepad/wp-admin-notepad.php
- The topic ‘Don’t work on PHP7’ is closed to new replies.