Hi,
Trying to upload images doesn't seem to work for me even from within the Admin section. I'm sure I'm doing something basic wrong.
I've created a category called website, which has a max filesize of 100000 bytes, max width of 500px, max height of 375px.
I've CHMODed the "upload" directory to 777. There's a subdirectory called "images" in there and I've CHMODed that to 777 just to be sure.
When I try to upload an image called colourlogo.gif (100 x 100px, 4,674bytes) from my HDD I get the following error:
"Errors Returned Whilst Uploading
Invalid image file"
I've turned on the debug mode and get the following 6 errors:
1. Warning: getimagesize(): open_basedir restriction in effect. File(/tmp/phpQWIqjA) is not within the allowed path(s):
(/home/llanmonforuk/public_html) in file /class/uploader.php line 392
2. Warning: getimagesize(/tmp/phpQWIqjA): failed to open stream: Operation not permitted in file /class/uploader.php line
392
3. Warning: Failed fetching image size of /tmp/phpQWIqjA, skipping max width check.. in file /class/uploader.php line 397
4. Warning: getimagesize(): open_basedir restriction in effect. File(/tmp/phpQWIqjA) is not within the allowed path(s):
(/home/llanmonforuk/public_html) in file /class/uploader.php line 412
5. Warning: getimagesize(/tmp/phpQWIqjA): failed to open stream: Operation not permitted in file /class/uploader.php line
412
6. Warning: Failed fetching image size of /tmp/phpQWIqjA, skipping max height check.. in file /class/uploader.php line 417
I'm tearing out what little hair I have left
All (helpful) suggestions gratefully received