Support » Plugin: TNG Wordpress Integration » Solution to: “Uncaught Error: Call to undefined function ereg_replace()”

  • Resolved Sjoerd Blom

    (@vertizio)


    When you run into the following error:

    Fatal error: Uncaught Error: Call to undefined function ereg_replace() in /wwwroot/mydomain.com/tng/admin_login.php:71 Stack trace: #0 {main} thrown in /wwwroot/mydomain.com/tng/admin_login.php on line 71
    

    …downgrade to a lower version of PHP. You apparently use PHP7, which is not supported (yet).

    @mark@barnes: please make this plugin PHP7-ready. Thanks for the nice job.

Viewing 1 replies (of 1 total)
  • Plugin Author theKiwi

    (@thekiwi)

    Sjoerd

    An update I posted today replaces ereg_replace with preg_replace so should not display this error with PHP 7

    Roger

Viewing 1 replies (of 1 total)
  • The topic ‘Solution to: “Uncaught Error: Call to undefined function ereg_replace()”’ is closed to new replies.