![]() |
Weird problem with uploading Everytime i click the upload photo link i get this error: Warning: main(image-inc.php): failed to open stream: No such file or directory in /home/www/xxxxxx/forum/gallery/uploadphoto.php on line 17 Fatal error: main(): Failed opening required 'image-inc.php' (include_path='') in /home/www/xxxxxx/forum/gallery/uploadphoto.php on line 17 I checked all the files where i had to alter paths but couldnt find anything wrong. Also tried experimenting with files and folder permissions to no avail. Hope someone can help me out. /Repec ps Im using the vb3 integrated setup. |
Well if you do indeed have an image-inc.php file uploaded in the same directory as uploadphoto.php I do not see why you would get this error as just about every single file in Photopost's distribution has this line require "pp-inc.php"; So if the image-inc file exists I would think you should be getting an error trying to find pp-inc as well. You can take this line in uploadphoto.php at the top of the file require "image-inc.php"; change it to this and try require "{$Globals['PP_PATH']}/image-inc.php"; |
thx for the support, i already fixed it by adding the full path to the upload file. |
| All times are GMT -5. The time now is 09:54 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0