Menu

MySQL 3.x / 4.0 functions not available! (php5-mysql installed?)

2017-10-17
2017-10-17
  • Amit Pandey

    Amit Pandey - 2017-10-17

    Hi I'm geting this prolem when i access login but having this issue
    http://localhost/postfixadmin/login.php

    DEBUG INFORMATION:
    MySQL 3.x / 4.0 functions not available! (php5-mysql installed?)
    database_type = 'mysql' in config.inc.php, are you using a different database?

    Please check the documentation and website for more information.

     
  • Christian Boltz

    Christian Boltz - 2017-10-17

    the 'mysql' PHP module is gone in PHP7. Use 'mysqli' instead.

     

Log in to post a comment.