PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.6x (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/)
-   -   errors on install! (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/129417-errors-install.html)

sunnycher December 18th, 2006 10:30 PM

errors on install!
 
I installed this to a new vBulletin forum. Everything seemed to go ok, but when I tried to go to my gallery... url/gallery, I got this error


Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/prophoto/public_html/gallery/gallery_global.php on line 54

Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/prophoto/public_html/gallery/gallery_global.php on line 55

Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/prophoto/public_html/gallery/gallery_global.php on line 55



help please??

sunnycher December 18th, 2006 11:49 PM

I fixed this myself, not sure this is a bug or what but it's no in the install directions that I can tell.
The name of my site is prophotogs.com
if I put that in the forum path the error comes up
but if I use the name of the DATABASE, prophoto then it works.
So it's fixed as of right now, I still need to edit the init.php file and see if that gives me errors also.

Zachariah December 19th, 2006 07:08 AM

The error in question is from the path entered in the /gallery/gallery_config.php.


Code:

Content visible to verified customers only.

You can have the gallery in any folder but you need to reflect the path of the forum install folder.

You will also need to reflect the settings in AdminCP => vBGallery => Modify Settings --- the new PATH's and URL's of the gallery install folder.


All times are GMT -5. The time now is 01:24 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