Forum Index
/
Feedback
/
Upload field problem
[
This topic is solved ]
Tomas Dvorak
23 October 06 / 15:41
Hi everyone,
I got following error message :
Fatal error: mime_magic could not be initialized, magic file is not available in /usr/local/admin/FH3/fields/class.UploadField.php on line 454
The code is working properly on may machine but, when I try this on final location I got the error message.
Can you someone help me please ?
Tomas
Teye Heimans
(Founder)
24 October 06 / 11:27
You should mail / call your hosting if they can fix it. This error message is shown because the "magic.mime" file could not be found. If you know the location of the magic.mime file you could try something like this:
<?php
ini_set
(
"mime_magic.magicfile"
,
"PATH\magic.mime"
);
?>
Good luck!
Top
powered by
PHP-GLOBE
© 2004 - 2012 FormHandler. All rights reserved. -
Open source license