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 August 21st, 2005, 09:42 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 12
VB3 integration as Photopostdev.com

I've followed all the items listed in the VB3 integration links.

Quote:
require_once('./global.php');
require_once('./includes/functions_bigthree.php');
require_once('./includes/functions_forumlist.php');
include('./photopost/inc_features.php');
include('./photopost/inc_photopost.php');
(i just remarked the include lines out so that people can start to visit the fourm)

I get these errors... Once I get past these rocks, I think I'm golden until template making time... which I'm outsourcing to a webdev guy.

i have tried with ./portal and ./photopost and I still get those errors. I realized the ./ and ../ difference which I found in another thread, but for the life of me cannot see what I'm missing here.

Warning: main(./portal/photopost/inc_features.php): failed to open stream: No such file or directory in /index.php on line 59

Warning: main(): Failed opening './portal/photopost/inc_features.php' for inclusion (include_path='.:/usr/local/lib/php') in /index.php on line 59

Warning: main(./portal/photopost/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 60

Warning: main(): Failed opening './portal/photopost/inc_photopost.php' for inclusion (include_path='.:/usr/local/lib/php') in /index.php on line 60

my links:
http://rocesfamily.com/portal/
http://rocesfamily.com/portal/forums
http://rocesfamily.com/portal/photopost

edit: i currently remarked out those lines for the moment...

Last edited by cynthetiq; August 21st, 2005 at 10:04 PM.
cynthetiq is offline   Reply With Quote
Old August 23rd, 2005, 09:47 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
place the full server path to the files or use ../photopost
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 23rd, 2005, 10:35 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 12
No dice. I've tried the full path below and also the url as well. Neither removed the error.

I've tried with the leading ../photopost/etc,

/home/.ember/rocesfam/rocesfamily.com/portal/photopost

am I to just use "../photopost"?
cynthetiq is offline   Reply With Quote
Old August 23rd, 2005, 10:44 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
are you doing this in the forums index file? Its not the portal index

Full path will surely work
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 23rd, 2005, 10:55 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
full path as long as its the right path to the file will work.

You can also try this ../portal/photopost
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 23rd, 2005, 10:26 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 12
I have edited the forum index.php file and used these variants so far:

include('portal/photopost/inc_features.php');
include('portal/photopost/inc_photopost.php');

include('../photopost/inc_features.php');
include('../photopost/inc_photopost.php');

this set gives me a different error:

include('/home/.ember/rocesfam/rocesfamily.com/portal/photopost/inc_features.php');
include('/home/.ember/rocesfam/rocesfamily.com/portal/photopost/inc_photopost.php');

Quote:
Fatal error: Cannot redeclare pp_get_ext() (previously declared in /home/.ember/rocesfam/rocesfamily.com/portal/photopost/inc_features.php:66) in /home/.ember/rocesfam/rocesfamily.com/portal/photopost/inc_photopost.php on line 36

Any other suggestions?
cynthetiq is offline   Reply With Quote
Old August 23rd, 2005, 11:33 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
redeclare?? I dont know why you would get that unless you where trying to include files twice as inc_features.php is the only block that has pp_get_ext so if thats the error your getting somewhere else your using a photo block that also has the same function?

inc_photopost.php should be the one included with the distribution just incase your trying to use the old hack with a file that name.

Now I stated this above in a post that should work

include('../portal/photopost/inc_features.php');
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 23rd, 2005, 11:51 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 12
yes I was using the OLD hack with that filename. maybe you should remove that old one or let someone know that it's for old distros.

Thank you for that last bit.. .had I told you I used the zip file you'd have figured it out right away. I should have said that I also applied the said zip file BEFORE I found that thread.

Nevertheless, it's working now and looks beautiful!!!! thank you very much for your hard work....
cynthetiq is offline   Reply With Quote
Old August 24th, 2005, 09:39 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Yeah as soon as you said you where getting a redeclare error I know what your where doing
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old October 13th, 2005, 08:00 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Location: Maryland
Posts: 34
Send a message via AIM to Judge Ruckus Send a message via Yahoo to Judge Ruckus
OK I HAD an issue but added full path to the bit in the index PHP.

Last edited by Judge Ruckus; October 13th, 2005 at 08:04 PM.
Judge Ruckus is offline   Reply With Quote
Old October 13th, 2005, 09:15 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Yep the path in that thread is an example You need to put the real one on your server
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   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
vB PP Integration from Photopostdev.com? Dartagnan Photopost Pro How Do I...? 3 October 15th, 2005 01:15 PM
I am willing to host photopostdev redtailboa General Discussion 5 October 15th, 2005 11:12 AM
Since photopostdev is gone.. Crow General Discussion 6 September 28th, 2005 11:32 PM


All times are GMT -5. The time now is 02:50 PM.

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