View Full Version : Upload as admin error
Anonymous
10-19-2004, 12:33 AM
Fatal error: Call to undefined function: gd_info() in /var/www/html/pixel/admin/index.php on line 333
This is produced when images are uploaded as admin user.
Thanks
Kevin
pixelpunk
10-19-2004, 12:41 AM
Edit line 333.
if(function_exists('gd_info')) {
Edit line 376.
if(function_exists('gd_info')) {
Edit line 618.
if(function_exists('gd_info')) {
That might work better. If you don't have GD Image Library (I suspect you don't) I am not sure how the script will react. If it will throw you errors due to that there can be some modification done to prevent it from needing GD.
// punK
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.