MyBB Codes

Full Version: [Release 1.4.x] Plugins Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Can I edit the code, every other plugin I have installed has worked accept this one. What an I do. I subscribed especially for this plugin!
(08-13-2010 01:44 PM)JeyTee Wrote: [ -> ]Can I edit the code, every other plugin I have installed has worked accept this one. What an I do. I subscribed especially for this plugin!

Like i wrote before, it is your hosting company that do not have the Zip File Functions enabled in their PHP. You can find out easily by creating a script having this in it and executing it :

PHP Code:[Highlight]
<?php
phpinfo
();
?>
You will not find out any modules allowing ZIP file manipulations...

Wink
So I have to contact the host? Will they change it for me?
If you have a GOOD host, yes they will make the ZIP functions available to all their customers. But unfortunately CHEAP host prefer to keep many PHP functions disabled for less ressources utilisation on their servers...

You have nothing to lose by asking them in a support ticket.

Have you taken the time to have a look at the phpinfo() results?

It can be quite helpfull to know the exact version of PHP installed on your server and the utilities already available... Wink

P.S. Could be helpfull for other users to know your hosting company name, so if they have the same issue as you they will know why!
Its fatcow.com, can anybody help me??
Pages: 1 2
Reference URL's