|
#1
|
|||
|
|||
|
Upload as admin error
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 |
|
#2
|
||||
|
||||
|
Edit line 333.
Code:
if(function_exists('gd_info')) {
Code:
if(function_exists('gd_info')) {
Code:
if(function_exists('gd_info')) {
// punK
__________________
icq: 66760929 |
| Post Reply |
| Thread Tools | |
|
|