Quote:
Originally Posted by archaosus
Bumping my original question of asking if its possible to store files in a subroot area or having them linked from the subroot storage area as I have a lot of files to serve.
|
Unless I'm misinterpreting your question, it sounds like your asking if you can serve up files into DownloadsII from another location on your site? If so, yes, using the
Import menu.
Quote:
Originally Posted by Rvl
i uploaded the files to forum root of course. i checked images, all of them uploaded to downloads folder. i get this error
Fatal error: Call to undefined function imagecreatefromjpeg() in /home/lordrvl/public_html/downloads.php on line 838
Code:
$orig_image = imagecreatefromjpeg($dl->url.$newfilename);
|
Only other thing I can think of is to try changing image libraries, or check to make sure which your host is running. Your not missing any images. Your failing to create any images when uploading. I presume this only happens when you try to upload something, right? You did CHMOD your
downloads folder to 777?