ZipArchive class does not exist redux

Howdy...

I'm self hosting Xenfor 2.2.x and I'm trying to install the latest version. The one-click install says ZipArchive class does not exist and when I look at Server Environment Report it says ZipArchive is not enabled. However, PHP and yum seems to think it's installed and the zip.ini file is setup correctly. I've even reinstalled the php-zip package via yum.

phpinfo() says it's parsed the /etc/php.d/30-zip.ini file, and it shows up as a module later down the list.

Anything I am missing?
 
The check runs class_exists('ZipArchive'). Are you viewing phpinfo from the control panel (/admin.php?tools/phpinfo)? If it was recently installed, you may need to restart PHP or the web server.
 
Top Bottom