When trying to upload a file, before uploading and clicking the file upload button this error:
Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/dikkers-boersema.nl/httpdocs/include/inc_lib/imagick.convert.inc.php on line 44
php is in safe_mode on this host and can not be turned off, gd 1.6.2 is installed.
any hinsts Oliver ?
Warning: open_basedir restriction in effect. File is in wron
- Oliver Georgi
- Site Admin
- Posts: 9945
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Before any upload? Maybe because of PHP 4.2.2 that is used on that account. Funny thing: Apache 2.0.40 but very old PHP.
But maybe changing line 44 of "imagick.convert.inc.php" tomay help you
Oliver
But maybe changing line 44 of "imagick.convert.inc.php" to
Code: Select all
if(!IMAGICK_ON) include PHPWCMS_ROOT."/include/inc_lib/ext/hft_image/hft_image.php";Oliver