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 December 19th, 2004, 12:56 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
Fatal errors after 4.8.5 upgrade

I get this fatal error after upgrading photopost to 4.8.5 when I try to load photopost. I can get to the admin functions of photopost just fine. The directory is one of my vbportal directories.

Fatal error: Call to a member function on a non-object in /home/stlracin/public_html/includes/config.php on line 214


www.stlracing.com/photopost
jdearing is offline   Reply With Quote
Old December 19th, 2004, 01:00 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
I don't get this error if I turn off the VB3 integration in "EDIT INTEGRATION"
jdearing is offline   Reply With Quote
Old December 19th, 2004, 01:03 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,694
If your trying to use VBportal integration you cant as noted that only works with vb2
__________________
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 December 19th, 2004, 01:06 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
I have the vbportal integration off. I'm just trying to turn on the VB3 integration.

//---------------------------------- vB2 Portal -------------------------------------//
// To use set path and set flag to 'on'
define(VBP2_INTEGRATION, 'off');
$vbportal="/home/stlracin/public_html";
//-----------------------------------------------------------------------------------//

Last edited by jdearing; December 19th, 2004 at 01:18 PM.
jdearing is offline   Reply With Quote
Old December 19th, 2004, 01:56 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,694
Have you correctly edited the config-int.php with the proper paths and such?
__________________
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 December 19th, 2004, 01:58 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/home/stlracin/public_html";
$pppath = "/home/stlracin/public_html/photopost";

// We need the URL path to your PhotoPost and vb installation
$url_path = "/photopost";
$vb_urlpath = "/forums";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "/photopost/data/";

// If your PhotoPost tables have a prefix, put it here
// Example:
// = "pp_";
$pp_db_prefix = "";

// If you use the mobile phone integration, set this variable to the CatID for the gallery
define( MOBILE_CAT, -1 );

//------------------------------------- vB3 -----------------------------------------//
// VB3_INTEGRATION is for using vB3 headers/footers and styles
// VB3_ENHANCEDINT is for Enhanced vB3 Integration (using vB3 elements in PhotoPost)
// requires that VB3_INTEGRATION also be set to 'on'
// VB3_COMMWYSIWYG is for turning on the WYSIWYG interface on the Post A Comment page
// if you set this to 'off' then only the standard input box will appear
//
// Set to 'on' to enable specific integrations
define(VB3_INTEGRATION, 'off');
define(VB3_ENHANCEDINT, 'off');
define(VB3_COMMWYSIWYG, 'off');
//-----------------------------------------------------------------------------------//


//------------------------------------- vB2 -----------------------------------------//
// VB2_INTEGRATION is if you are using vB2 and want to use the vB2 integration
define(VB2_INTEGRATION, 'off');
//-----------------------------------------------------------------------------------//


//---------------------------------- vB2 Portal -------------------------------------//
// To use set path and set flag to 'on'
define(VBP2_INTEGRATION, 'off');
$vbportal="/home/stlracin/public_html";
//-----------------------------------------------------------------------------------//

NOTE: If I turn on the three VB3 integration things, I get the error. It works fine if I leave everything OFF.
jdearing is offline   Reply With Quote
Old December 19th, 2004, 02:01 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
I also had to set this to NO or I had just a plain white background (no stylesheets)

Use Integrated forum stylesheets?
If you use a forum like vB3 or Threads and want to use the intergated stylesheet option, choose Yes
jdearing is offline   Reply With Quote
Old December 19th, 2004, 02:08 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,694
// We need the URL path to your PhotoPost and vb installation
$url_path = "/photopost";
$vb_urlpath = "/forums";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "/photopost/data/";


You have not defined the urls to the programs
__________________
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 December 19th, 2004, 02:40 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
I changed it to this and still get the same error when I turn on VB3 Integration:


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

// We need the URL path to your PhotoPost and vb installation
$url_path = "http://www.stlracing.com/photopost";
$vb_urlpath = "http://www.stlracing.com/forums";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.stlracing.com/photopost/data/";

// If your PhotoPost tables have a prefix, put it here
// Example:
// = "pp_";
$pp_db_prefix = "";

// If you use the mobile phone integration, set this variable to the CatID for the gallery
define( MOBILE_CAT, -1 );

//------------------------------------- vB3 -----------------------------------------//
// VB3_INTEGRATION is for using vB3 headers/footers and styles
// VB3_ENHANCEDINT is for Enhanced vB3 Integration (using vB3 elements in PhotoPost)
// requires that VB3_INTEGRATION also be set to 'on'
// VB3_COMMWYSIWYG is for turning on the WYSIWYG interface on the Post A Comment page
// if you set this to 'off' then only the standard input box will appear
//
// Set to 'on' to enable specific integrations
define(VB3_INTEGRATION, 'off');
define(VB3_ENHANCEDINT, 'off');
define(VB3_COMMWYSIWYG, 'off');
//-----------------------------------------------------------------------------------//


//------------------------------------- vB2 -----------------------------------------//
// VB2_INTEGRATION is if you are using vB2 and want to use the vB2 integration
define(VB2_INTEGRATION, 'off');
//-----------------------------------------------------------------------------------//


//---------------------------------- vB2 Portal -------------------------------------//
// To use set path and set flag to 'on'
define(VBP2_INTEGRATION, 'off');
$vbportal="/home/sites/yoursite/web/vbportal";
//-----------------------------------------------------------------------------------//
jdearing is offline   Reply With Quote
Old December 19th, 2004, 03:34 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,694
Whats your $PP_PATH in your config?
__________________
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 December 19th, 2004, 03:40 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home/stlracin/public_html/photopost";
jdearing is offline   Reply With Quote
Old December 19th, 2004, 03:46 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
I'll send you the admin login if you want to look over everything yourself.
jdearing is offline   Reply With Quote
Old December 19th, 2004, 05:55 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 44
Problem solved. It was a path issue.
jdearing is offline   Reply With Quote
Old December 19th, 2004, 09:26 PM   #14 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
What path was it? Mine is doing the very same thing.

Chazhound
http://www.hotbars.net/pictures
chazhound is offline   Reply With Quote
Old December 20th, 2004, 11:09 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,694
check your config-int.php for your path and url statements and make sure they are correct.
__________________
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 December 20th, 2004, 09:08 PM   #16 (permalink)
Registered User
 
Join Date: Nov 2003
Location: Florida
Posts: 62
Send a message via AIM to chazhound
That got it... Thanks much for telling me.
Now my width is all messed up but at least it is up.

Chazhound
chazhound 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
2 Fatal Errors from Calling undefined functions fonzerelli_79 ReviewPost Installation & Upgrades 2 November 2nd, 2005 06:24 PM
upgrade errors ncg ReviewPost Installation & Upgrades 3 August 28th, 2005 11:16 AM
Fatal Error after upgrade to 5.03 SVTExchange Photopost Pro Installation & Upgrades 5 April 5th, 2005 11:43 AM
Fatal error after upgrade Wardsweb Photopost Pro Installation & Upgrades 3 February 1st, 2005 04:05 PM


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

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