• I have just finished an install and received about 20 errors similar to this one.

    Warning in ./libraries/classes/Config.php#201
    preg_match(): JIT compilation failed: no more memory

    Backtrace

    ./libraries/classes/Config.php#201: preg_match(
    string ‘@Mozilla/([0-9]\\.[0-9]{1,2})@’,
    string ‘Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36’,
    NULL,
    )
    ./libraries/classes/Config.php#129: PhpMyAdmin\Config->checkClient()
    ./libraries/classes/Config.php#105: PhpMyAdmin\Config->checkSystem()
    ./libraries/common.inc.php#126: PhpMyAdmin\Config->__construct(string ‘config.inc.php’)
    ./tbl_create.php#19: require_once(./libraries/common.inc.php)

    Not sure why all of these errors exist since I just finished the install. Similar errors exist on the Dashboard screen as well.

    Any help with this would be appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Where are you hosting the site?

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    ./libraries/classes/Config.php#129: PhpMyAdmin\Config->checkClient()
    ./libraries/classes/Config.php#105: PhpMyAdmin\Config->checkSystem()
    ./libraries/common.inc.php#126: PhpMyAdmin\Config->__construct(string ‘config.inc.php’)
    ./tbl_create.php#19: require_once(./libraries/common.inc.php)

    Those are PhpMyAdmin files, not WordPress files.

    Thread Starter treekm11

    (@treekm11)

    Hosting is Local for now.

    Thread Starter treekm11

    (@treekm11)

    Otto,

    The problem appears to be the files from WordPress. Here is the two that are visible on the WordPress Login Screen.

    Warning: preg_replace(): JIT compilation failed: no more memory in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-includes/formatting.php on line 2075

    Warning: preg_replace(): JIT compilation failed: no more memory in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-includes/formatting.php on line 2078

    The common theme is “no more memory”.

    Thanks

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Possibly a silly question, but have you tried increasing the available memory to the PHP process in the PHP.INI file?

    Open the PHP.INI file, look for memory_limit = 32M or whatever it is set to, bump it up to about 64M or 128M, save, then restart the webserver process.

    If you have it on a hosting service, ask the hosting service how to properly adjust the PHP memory_limit. They should have specific instructions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New Install Preg_Match Errors’ is closed to new replies.