OK long story short - been a LOOOoonnnngg time since I messed with
PHP/MySQL/web design in general/etc. So I went to SitePoint.com and
read up on their article about a PHP gallery. All I want for my latest site
is a splash screen with 4 links to the categories. For now that script suits
my needs. But I am getting errors. I have done the following...
1) Reset 'gallery' permissions to 777
2) Ensured 'my-URL.com/gallery' was the image directory.
3) Ensured 'my-URL.com/' was used in any links
4) Ensured MySQL database, table, etc. names ALL match up
No images are being put into the 'gallery' folder, however....
I'm getting the info put into my database... but getting these errors:
SP article: http://www.sitepoint.com/article/php...system-minutes
Any ideas??
PHP/MySQL/web design in general/etc. So I went to SitePoint.com and
read up on their article about a PHP gallery. All I want for my latest site
is a splash screen with 4 links to the categories. For now that script suits
my needs. But I am getting errors. I have done the following...
1) Reset 'gallery' permissions to 777
2) Ensured 'my-URL.com/gallery' was the image directory.
3) Ensured 'my-URL.com/' was used in any links
4) Ensured MySQL database, table, etc. names ALL match up
No images are being put into the 'gallery' folder, however....
I'm getting the info put into my database... but getting these errors:
Code:
Warning: copy(/5.jpg) [function.copy]: failed to open stream: Permission denied in /home/user/public_html/admin/upload.php on line 63 Warning: getimagesize(/5.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/user/public_html/admin/upload.php on line 66 Warning: Division by zero in /home/user/public_html/admin/upload.php on line 74 Warning: imagecreatefromjpeg(/5.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /home/user/public_html/admin/upload.php on line 84 Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/user/public_html/admin/upload.php on line 96 Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/user/public_html/admin/upload.php on line 97 File 1 Added
Any ideas??
Comment