PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 10th, 2006, 10:53 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
Error after brand new installation (vB and Photopost Pro)

Fresh install of vB, fresh install of Photopost pro. The install script runs just fine, but I get the following error when going to www.swingdc.org/photopost


Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/ennergi/public_html/photopost/header- inc.php on line 65

Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/php5-fcgi/lib/php') in /home/ennergi/public_html/photopost/header-inc.php on line 65


The path /home/ennergi/public_html/photopost/ is the correct path to the photopost directory. I can go to http://www.swingdc.org/photopost/adm-index.php and it gives me a login screen, but trying to log in or register brings back a "Page can not be found" error.
Exilera is offline   Reply With Quote
Old October 10th, 2006, 11:06 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Hello

In the install last step the correct vbulletin path was not entered edit your config-int.php file and in the $vbpath line place the correct server path to vbulletin

$vbpath = "/home/ennergi/public_html";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 10th, 2006, 11:19 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
Quote:
Originally Posted by Chuck S View Post
Hello

In the install last step the correct vbulletin path was not entered edit your config-int.php file and in the $vbpath line place the correct server path to vbulletin

$vbpath = "/home/ennergi/public_html";
Thanks Chuck, I'll make that change. Quick question; is there a way to edit a .php file aside from FTPing to the server and making the change that way? I don't have FTP access within my work's network...
Exilera is offline   Reply With Quote
Old October 10th, 2006, 11:25 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
You need some sort of access to the file to edit it whether ftp or control panel file access
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 10th, 2006, 07:41 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
Quote:
Originally Posted by Chuck S View Post
Hello

In the install last step the correct vbulletin path was not entered edit your config-int.php file and in the $vbpath line place the correct server path to vbulletin

$vbpath = "/home/ennergi/public_html";
That didn't work. Still returns the following error.

Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/ennergi/public_html/photopost/header-inc.php on line 65

Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/php5-fcgi/lib/php') in /home/ennergi/public_html/photopost/header-inc.php on line 65

Please help... It hasn't been working for the past 2 days now.
Exilera is offline   Reply With Quote
Old October 10th, 2006, 07:45 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
I'm using the php5 version of vBulletin and MySQLi. Is there any incompatability with all the vB files being .php5 and the Photopost Pro files being .php?
Exilera is offline   Reply With Quote
Old October 10th, 2006, 07:55 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Code:
Content visible to verified customers only.
That is the code there where your error is and that tells me your vbulletin server path is incorrect.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 10th, 2006, 07:57 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
Quote:
Originally Posted by Chuck S View Post
Code:
Content visible to verified customers only.
That is the code there where your error is and that tells me your vbulletin server path is incorrect.
I changed the path to exactly what you said I should... Here's a copy of what's in the config-int.php file:

// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/home/ennergi/public_html";
$pppath = "/home/ennergi/public_html/photopost";

That seems correct?
Exilera is offline   Reply With Quote
Old October 10th, 2006, 07:59 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
I think, the problem may be that it's looking for global.php, yet all of the vB files have the .php5 extension... how could I get Photopost to see all .php files as .php5 (or is it visa versa? heh...)
Exilera is offline   Reply With Quote
Old October 10th, 2006, 08:02 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
why do your php files have that extension? They should not have to have that extension. You can edit header-inc.php and change the require lines as yes we look for php files not php5
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 10th, 2006, 08:04 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
It's the php5 version of vBulletin. All of the vB files end in .php5. I tried to edit that file and change global.php to global.php5 but I get the same error...
Exilera is offline   Reply With Quote
Old October 10th, 2006, 09:20 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
If you changed the require line to global.php5 then the only other issue could be your path is incorrect
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 11th, 2006, 12:57 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
Quote:
Originally Posted by Chuck S View Post
If you changed the require line to global.php5 then the only other issue could be your path is incorrect
Well, that's the path you gave me, and that's what the host said the path to the root is... I don't see how it could be wrong?

Anyone have any other suggestions? It's been about 3 days now since I purchased Photopost and I still haven't been able to get it to work.
Exilera is offline   Reply With Quote
Old October 11th, 2006, 10:04 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Its not path to root its path to vbulletin.

What happens if you use vbulletin without the php5 files?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 11th, 2006, 10:10 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 65
Quote:
Originally Posted by Chuck S View Post
Its not path to root its path to vbulletin.

What happens if you use vbulletin without the php5 files?
Sorry this same question is in two different threads.

I installed vB with the normal .php files and I still got a memory error, just referenced a different file, but the same error. I installed the .php5 version of vBulletin and now I'm getting the same thing.
Exilera is offline   Reply With Quote
Old October 11th, 2006, 10:13 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
yes I just saw you posted two identical threads about this issue
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation problems photopost php pro vb3.6.0 Sky Pilot Photopost Pro Installation & Upgrades 24 September 20th, 2006 04:20 PM
Where can I find the differences between PhotoPost Pro vs. Photopost vBGallery? edprush General Discussion 1 April 8th, 2006 05:34 AM
PhotoPost PHP Pro or PhotoPost vBGallery? Which one to choose for vB 3.5.x? pulsorock Before You Buy 22 March 8th, 2006 08:49 AM
Have photopost pro + photopost vbgallery license - want to sell - how ? cinq General Discussion 14 February 2nd, 2006 04:53 PM
A completely New Installation with PP Pro v5.3 sjcctan Photopost Pro Installation & Upgrades 7 February 2nd, 2006 10:25 AM


All times are GMT -5. The time now is 06:13 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0