image_type_to_mime_type

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
oops
Posts: 35
Joined: Tue 18. Nov 2003, 01:14
Contact:

image_type_to_mime_type

Post by oops »

Fatal error: Call to undefined function: image_type_to_mime_type() in /home/www/web14/html/include/inc_act/act_ftptakeover.php on line 106

:cry:

and

Warning: open_basedir restriction in effect. File is in wrong directory in /home/www/web14/html/include/inc_lib/imagick.convert.inc.php on line 44
Error while writing file to storage (2).

whatsup?
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

for error 1) disable this line in code - it happens if your PHP version is <4.3

error 2) check your write permissions.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
oops
Posts: 35
Joined: Tue 18. Nov 2003, 01:14
Contact:

Post by oops »

Oliver Georgi wrote:
error 2) check your write permissions.
What to check up?
oops
Posts: 35
Joined: Tue 18. Nov 2003, 01:14
Contact:

Post by oops »

:? any problems

Warning: open_basedir restriction in effect. File is in wrong directory in /home/www/web14/html/include/inc_lib/imagick.convert.inc.php on line 44

Warning: imagecreatetruecolor(): requires GD 2.0 or later in /home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php on line 248

--------------------------------------------------------------------------------
GD2 is installed, function ImageCreateTruecolor() exists, but image is not created
file=/home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php
--------------------------------------------------------------------------------

Warning: imagecopyresampled(): requires GD 2.0 or later in /home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php on line 268

--------------------------------------------------------------------------------
GD2 is installed, function ImageCopyResampled() exists, but image is not resized
file=/home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Image you are trying to output does not exist.
file=/home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Unable to output: /home/www/web14/html/phpwcms_tmp/thumb_preview/1_14_tpa01pCyp0.jpg
file=/home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php
--------------------------------------------------------------------------------

Warning: Unable to access /home/www/web14/html/phpwcms_tmp/thumb_preview/1_14_tpa01pCyp0.jpg in /home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php on line 298

Warning: getimagesize: Unable to open '/home/www/web14/html/phpwcms_tmp/thumb_preview/1_14_tpa01pCyp0.jpg' for reading. in /home/www/web14/html/include/inc_lib/ext/hft_image/hft_image.php on line 298

phpwcms_tmp 777
Post Reply