The Geek -
I'm having a bit of trouble on with uploading images...I'm getting an open_basedir error:
Quote:
Warning: open_basedir restriction in effect. File is in wrong directory in /includes/functions_geekarticles_images.php on line 104
|
I'm usually able to edit the offending files by placing in the full path, but the line that seems to be causing the trouble is:
Code:
if (move_uploaded_file($file_source,$dest)){
Any ideas on how I could fix this?