View Single Post
Old March 13th, 2008, 02:53 PM   #1 (permalink)
skicdave
Member
Verified Customer
 
Join Date: Jan 2004
Location: Canada
Posts: 33
Photo Post 6.02 vb3 Integration Install Problems

I just upgrade to vBulletin 3.6.8.

Trying to install a fresh version of Photo Post 6.02 (gave up on my older 4.6.5 which never survived changing our server 2 years ago) with vb3 integration.

The install script runs fine.

The instructions then say to 'open' header-inc.php . so I go to
http://mysite.com/photopost/header-inc.php

I get a blank screen.

in my server error log I get a bunch of complaints about underfined constants, however they are defined correctly ...

[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant MOBILE_CAT - assumed 'MOBILE_CAT' in /usr/sites/mysite.com/htdocs/photopost/config-int.php on line 31
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant VB3_INTEGRATION - assumed 'VB3_INTEGRATION' in /usr/sites/mysite.com/htdocs/photopost/config-int.php on line 41
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant VB3_ENHANCEDINT - assumed 'VB3_ENHANCEDINT' in /usr/sites/mysite.com/htdocs/photopost/config-int.php on line 42
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant VB3_COMMWYSIWYG - assumed 'VB3_COMMWYSIWYG' in /usr/sites/mysite.com/htdocs/photopost/config-int.php on line 43
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant VB2_INTEGRATION - assumed 'VB2_INTEGRATION' in /usr/sites/mysite.com/htdocs/photopost/config-int.php on line 49
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant VBP2_INTEGRATION - assumed 'VBP2_INTEGRATION' in /usr/sites/mysite.com/htdocs/photopost/config-int.php on line 55
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant THIS_SCRIPT - assumed 'THIS_SCRIPT' in /usr/sites/mysite.com/htdocs/photopost/header-inc.php on line 13
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Notice: Use of undefined constant THIS_SCRIPT - assumed 'THIS_SCRIPT' in /usr/sites/mysite.com/htdocs/photopost/header-inc.php on line 13
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Warning: chdir() [<a href='function.chdir'>function.chdir</a>]: No such file or directory (errno 2) in /usr/sites/mysite.com/htdocs/photopost/header-inc.php on line 47
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Warning: require(./global.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /usr/sites/mysite.com/htdocs/photopost/header-inc.php on line 48
[Thu Mar 13 14:44:18 2008] [error] [client 34.23.76.240] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/opt/csw/php5/lib/php') in /usr/sites/mysite.com/htdocs/photopost/header-inc.php on line 48

Any ideas?

Thanks
skicdave is offline   Reply With Quote