PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   error with image-inc.php (http://www.photopost.com/forum/reviewpost-how-do-i/131643-error-image-inc-php.html)

pepito69 April 30th, 2007 04:14 PM

error with image-inc.php
 
When i upload a product without an image, i get this error:

Quote:

Warning: process_image(/home/mysite/public_html/reviewpost/languages/spanish/emails.php) [function.process-image]: failed to open stream: Permission denied in /home/mysite/public_html/reviewpost/image-inc.php on line 607

Fatal error: process_image() [function.require]: Failed opening required '/home/mysite/public_html/reviewpost/languages/spanish/emails.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/reviewpost/image-inc.php on line 607
The product becomes submited but i get this. If i upload it including an image i get no error.
Wha'ts happen please?

Chuck S April 30th, 2007 04:49 PM

what type of permissions have you set on that file that file should never be included in any uploads. Make sure the file is 644

pepito69 April 30th, 2007 05:04 PM

you are right, i had a wrong 777.

But i also have this error when submit a comment/post:

Quote:

Warning: main(/home/mysite/public_html/reviewpost/languages/spanish/emails.php) [function.main]: failed to open stream: Permission denied in /home/mysite/public_html/reviewpost/reviews.php on line 573

Fatal error: main() [function.require]: Failed opening required '/home/mysite/public_html/reviewpost/languages/spanish/emails.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/reviewpost/reviews.php on line 573
and reviews.php is 644 chmod. What could it be?
By the way, which chmod has to have reviewpost directory?

Chuck S April 30th, 2007 06:20 PM

You need to make sure your languages directory is 755 and the files underneath it are 644

pepito69 May 2nd, 2007 05:06 PM

thanx...... :)

Chuck S May 2nd, 2007 07:28 PM

No problem


All times are GMT -5. The time now is 03:59 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97