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/)
-   -   need help fast please? (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/137643-need-help-fast-please.html)

appsfinder August 21st, 2008 12:22 PM

need help fast please?
 
Warning: require_once(./home/coversr/public_html/forum/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/coversr/public_html/gallery_global.php on line 58

Fatal error: require_once() [function.require]: Failed opening required './home/coversr/public_html/forum/global.php' (include_path='.:/usr/local/php52/pear') in /home/coversr/public_html/gallery_global.php on line 58

after install i get these errors please can you help

Chuck S August 21st, 2008 12:34 PM

remove the period off the front of your forum path in gallery config file. you have

./home/coversr/public_html/forum

it should be

/home/coversr/public_html/forum

appsfinder August 21st, 2008 12:47 PM

thanks
 
Quote:

Originally Posted by Chuck S (Post 1230837)
remove the period off the front of your forum path in gallery config file. you have

./home/coversr/public_html/forum

it should be

/home/coversr/public_html/forum

this is my config forum line
$forumpath = '/home/coversr/public_html/forum';

still got same problem?

do i have to install the gallery in www.covers-r/gallery/

or can i install it to http://www.covers-r.com/

Chuck S August 21st, 2008 12:50 PM

Code:

Content visible to verified customers only.
You should be able to install it either way. Looking at your error though and the code posted above it seems your forum path is incorrect and has a period i the front.

appsfinder August 21st, 2008 01:15 PM

hi chuck
 
$forumpath = /home/coversr/public_html/forum

i removed . and still the same error

any idea's

Chuck S August 21st, 2008 01:26 PM

$forumpath = "/home/coversr/public_html/forum";

Chuck S August 21st, 2008 01:27 PM

Now your error has changed and we can not find the gallery forum files. you did upload the forums part to your forum directory right?

appsfinder August 21st, 2008 01:41 PM

hi chuck
 
Quote:

Originally Posted by Chuck S (Post 1230849)
Now your error has changed and we can not find the gallery forum files. you did upload the forums part to your forum directory right?


thanks that did it. :) now works

Chuck S August 21st, 2008 01:57 PM

Not a problem glad your sorted


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