• problem

    Fatal error: Uncaught Error: Call to undefined function ereg()

    solution
    replace ereg("msie", $br) with preg_match('/msie/', $br) on 68 and 101 lines in /plugins/wordpress-admin-notepad/wp-admin-notepad.php

    problem

    Uncaught Error: Call to undefined function mysql_query()

    solution
    replace mysql_query with mysqli_query on 471 and 472 lines in /plugins/wordpress-admin-notepad/wp-admin-notepad.php

    • This topic was modified 6 years, 2 months ago by denism300.
    • This topic was modified 6 years, 2 months ago by denism300.
  • The topic ‘Don’t work on PHP7’ is closed to new replies.