PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   Gallery installation problem (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/127601-gallery-installation-problem.html)

Griffin80 October 1st, 2006 03:06 AM

Gallery installation problem
 
I am installing the gallery for a client, but i keep getting this error:

http://www.eliteironbodybuilding.com/forum/gallery/

The board is running vBulletin 3.5.4 and version 1.0.3 of VBGallery.

Zachariah October 1st, 2006 11:49 AM

Change:
gallery/gallery_config.php.new

To:

gallery/gallery_config.php

Edit:
gallery_config.php
Fill out your PATH to the forums.
Code:

Content visible to verified customers only.

Griffin80 October 2nd, 2006 12:45 AM

this is already done, the path settings r correct.

Zachariah October 2nd, 2006 08:07 AM

Quote:

Warning: main(./global.php): failed to open stream: No such file or directory in /home/ironbod/public_html/forum/gallery/gallery_global.php on line 55
This error tells that there is no file found at line 55 in gallery/gallery_global.php.

gallery_global.php
Code:

Content visible to verified customers only.
- line 55 can not be found.
Line 52 calls for the gallery config file with the forum's PATH.
Line 54 changes to that PATH.
Line 55 calls for the global.php file in the forum's PATH.


Take a look at your /gallery/gallery_config.php
Code:

Content visible to verified customers only.
- no trailing slash


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