I tried to take over a jpg that I had already updoaded and got the following error message:
Fatal error: Call to undefined function: image_type_to_mime_type() in /homepages/30/d27616290/htdocs/phpwcms/include/inc_act/act_ftptakeover.php on line 106
Do I have to configure something so that jpgs are accepted?
thanks a lot
"take over files uploaded via ftp"
- Oliver Georgi
- Site Admin
- Posts: 9918
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
In the php.ini file there's a part that says "disable_functions ="macangelo wrote:ok, my PHP is 4.2.3. How can I disable this function?
thanks a lot
macangelo
just add something like this: disable_functions = image_type_to_mime_type
(when entering more than one function name... separate with commas)