MilesWeb Hosting Forum

Web Hosting Technical Support => Errors and Solutions => Topic started by: Dipak Bhoi on July 04, 2015, 05:26:14 PM

Title: PHP Warning: Module 'zip' already loaded in Unknown on line 0
Post by: Dipak Bhoi on July 04, 2015, 05:26:14 PM
Hello folks,

One our client was receiving too many php warning for hist website which hosted on his VPS. And error_logs files filling the disk on the server.


QuotePHP Warning:  Module 'zip' already loaded in Unknown on line 0

Above error generates due to there is an already a another zip extension loading on the the the server, to resolve this you need to comment/delete line extension=zip.so from php.conf file.

That's it, restart httpd service to take effect.

Enjoy !!  :) ;) :)