Hi there,
I'm running vBulletin 4.2.1 and trying to get DBTech Gallery 1.2.9 to work. It install fine, but when I go to upload an image, I get the following error:
Code:
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid/gid is 221228/221228 is not allowed to access [path]/dbtech/gallery/images/upload/1/1 owned by uid/gid 25000/25000 in [path]/dbtech/gallery/includes/class_core.php on line 1203
Warning: copy() [function.copy]: Unable to access dbtech/gallery/images/upload/1/1/thumb/index.html in [path]/dbtech/gallery/includes/class_core.php on line 1220
Warning: copy(dbtech/gallery/images/upload/1/1/thumb/index.html) [function.copy]: failed to open stream: No such file or directory in [path]/dbtech/gallery/includes/class_core.php on line 1220
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid/gid is 221228/221228 is not allowed to access [path]/dbtech/gallery/images/upload/1/1 owned by uid/gid 25000/25000 in [path]/dbtech/gallery/includes/class_core.php on line 1228
Warning: copy() [function.copy]: Unable to access dbtech/gallery/images/upload/1/1/wm/index.html in [path]/dbtech/gallery/includes/class_core.php on line 1245
Warning: copy(dbtech/gallery/images/upload/1/1/wm/index.html) [function.copy]: failed to open stream: No such file or directory in [path]/dbtech/gallery/includes/class_core.php on line 1245
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid/gid is 221228/221228 is not allowed to access [path]/dbtech/gallery/images/upload/1/1 owned by uid/gid 25000/25000 in [path]/dbtech/gallery/includes/class_core.php on line 1253
Warning: copy() [function.copy]: Unable to access dbtech/gallery/images/upload/1/1/full/index.html in [path]/dbtech/gallery/includes/class_core.php on line 1270
Warning: copy(dbtech/gallery/images/upload/1/1/full/index.html) [function.copy]: failed to open stream: No such file or directory in [path]/dbtech/gallery/includes/class_core.php on line 1270
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid/gid is 221228/221228 is not allowed to access [path]/dbtech/gallery/images/upload/1/1 owned by uid/gid 25000/25000 in [path]/dbtech/gallery/includes/class_core.php on line 1203
Warning: copy() [function.copy]: Unable to access dbtech/gallery/images/upload/1/1/thumb/index.html in [path]/dbtech/gallery/includes/class_core.php on line 1220
Warning: copy(dbtech/gallery/images/upload/1/1/thumb/index.html) [function.copy]: failed to open stream: No such file or directory in [path]/dbtech/gallery/includes/class_core.php on line 1220
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid/gid is 221228/221228 is not allowed to access [path]/dbtech/gallery/images/upload/1/1 owned by uid/gid 25000/25000 in [path]/dbtech/gallery/includes/class_core.php on line 1228
Warning: copy() [function.copy]: Unable to access dbtech/gallery/images/upload/1/1/wm/index.html in [path]/dbtech/gallery/includes/class_core.php on line 1245
Warning: copy(dbtech/gallery/images/upload/1/1/wm/index.html) [function.copy]: failed to open stream: No such file or directory in [path]/dbtech/gallery/includes/class_core.php on line 1245
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid/gid is 221228/221228 is not allowed to access [path]/dbtech/gallery/images/upload/1/1 owned by uid/gid 25000/25000 in [path]/dbtech/gallery/includes/class_core.php on line 1253
Warning: copy() [function.copy]: Unable to access dbtech/gallery/images/upload/1/1/full/index.html in [path]/dbtech/gallery/includes/class_core.php on line 1270
Warning: copy(dbtech/gallery/images/upload/1/1/full/index.html) [function.copy]: failed to open stream: No such file or directory in [path]/dbtech/gallery/includes/class_core.php on line 1270
Warning: imagejpeg() [function.imagejpeg]: Unable to access [path]/dbtech/gallery/images/upload/1/1/thumb/14_1380616891.jpg in [path]/dbtech/gallery/includes/class_core.php on line 936
Warning: imagejpeg() [function.imagejpeg]: Invalid filename in [path]/dbtech/gallery/includes/class_core.php on line 936
Warning: imagejpeg() [function.imagejpeg]: Unable to access [path]/dbtech/gallery/images/upload/1/1/full/14_1380616891.jpg in [path]/dbtech/gallery/includes/class_core.php on line 936
Warning: imagejpeg() [function.imagejpeg]: Invalid filename in [path]/dbtech/gallery/includes/class_core.php on line 936
Warning: filesize() [function.filesize]: Unable to access [path]/dbtech/gallery/images/upload/1/1/full/14_1380616891.jpg in [path]/dbtech/gallery/includes/class_core.php on line 815
Warning: filesize() [function.filesize]: stat failed for [path]/dbtech/gallery/images/upload/1/1/full/14_1380616891.jpg in [path]/dbtech/gallery/includes/class_core.php on line 815
Warning: filesize() [function.filesize]: Unable to access [path]/dbtech/gallery/images/upload/1/1/thumb/14_1380616891.jpg in [path]/dbtech/gallery/includes/class_core.php on line 816
Warning: filesize() [function.filesize]: stat failed for [path]/dbtech/gallery/images/upload/1/1/thumb/14_1380616891.jpg in [path]/dbtech/gallery/includes/class_core.php on line 816
I can't turn Safe Mode off; is there a way to fix this?