• Resolved mg10

    (@mg10)


    I try to migrate my wp to local and it don’t works. On php_error appears:

    PHP Warning: PHP Startup: Unable to load dynamic library ‘C:\MAMP\bin\php\php7.1.5\ext\php_mysql.dll’ – No se puede encontrar el m?dulo especificado. in Unknown on line 0

    In this directory there is a file called php_mysqli.dll Is this correct? Or should I change the name?

    I do not know where the error is

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dion

    (@diondesigns)

    The mysql extension is not supported in PHP 7. Please check your php.ini file and make sure you have a line that looks like this:

    extension=php_mysqli.dll
    

    Then make sure you delete the line that looks like this:

    extension=php_mysql.dll
    

    Now restart MAMP and you should be fine…well, as fine as one can be when using MAMP on Windows. ??

    Thread Starter mg10

    (@mg10)

    Thank you very much.
    I had already done this step and I solved it. But now I have this on apache_error:

    [Wed Feb 07 19:14:11 2018] [error] [client 127.0.0.1] script ‘C:/MAMP/htdocs/index.php’ not found or unable to stat

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php_mysql.dll’ is closed to new replies.