PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   500 server error (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117282-500-server-error.html)

wintermute January 12th, 2005 03:50 PM

500 server error
 
Followed all the install directions and all went smoothly, but when I try to access the gallery/index.php I get the dreaded 500 internal server error. From my phpinfo I get the path as:
DOCUMENT_ROOT home/dancingmokey/www/www

So I input the gallery_config php as:
$forumpath = '/home/dancingmokey/www/www/forum';

and from the admin interface I put the files path as:
/home/dancingmokey/www/www/forum/gallery/images/

Any ideas on what I've done wrong here?

Brian January 12th, 2005 04:20 PM

Re: 500 server error
 
That path doesn't sound right... Would you mind just submitting a support ticket so I can have a look?

wintermute January 12th, 2005 07:24 PM

Re: 500 server error
 
Ticket's open, #883. Thanks in advance

Zachery January 12th, 2005 07:51 PM

Re: 500 server error
 
try

/home/dancingm/public_html/forum/gallery/images/

wintermute January 12th, 2005 08:21 PM

Re: 500 server error
 
Output from phpinfo:
Code:

Content visible to verified customers only.

wintermute January 12th, 2005 09:00 PM

Re: 500 server error
 
got the answer from my ISP, turns out the 777 permissions were causing it. Changed to 775 and all is well.

It really looked like a path thing to me as well, thanks guys.

hollyscooby May 8th, 2008 01:22 PM

doh! same for me - thanks for sharing what your ISP mentioned. that worked!


All times are GMT -5. The time now is 09:08 PM.

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