Error on my server only when I use hype

I keep on getting an error each time i use hype. It keeps looking for this file
PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20121212/fileinfo.so’ - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/fileinfo.so: cannot open shared object file: No such file or directory in Unknown on line 0

Is this hype making this error is could it be my jquery file? this all over my error_log.

Any help would be great! :slight_smile:

This is caused by an PHP extension not loading properly. Hype doesn’t export PHP, so this isn’t strictly caused by Hype (though I could imagine situations where a server config might be invoking PHP at some point).

It is having problem loading the fileinfo.so extension. From what I can tell this is a standard PHP extension, so it is probably the case that your install is somehow corrupt. If you can, I would simply recommend reinstalling PHP or that extension if possible.

1 Like

Excellent. Will have a chat to the server techs… :slight_smile: Just don’t want to be kicked off for having a big load on their server. :slight_smile: Very good start and speedy reply! Thanks!