View Single Post
Old July 25th, 2005, 10:55 PM   #1 (permalink)
fpoole
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
Error: main(./languages/english/pp-inc.php):

Reviewpost - new install - new site
http://www.psdivers.com/reviewpost/index.php

I'm not sure if correcting this will make reviewpost work or not.
I tried searching the other threads found 2,
Errors with VB 3.0.7

but all they said was "Ok, found/fixed it" without say much about it.. like Global and vb$path or something like that.
I played with the paths (copied from ftp address) and then came up with this error:

Quote:
Warning: main(./languages/english/pp-inc.php): failed to open stream: No such file or directory in homepnwhostipublic_htmlx_psdiversreviewpostpp-inc.php on line 73
But I'm thinking it could be in the Global error message "..not found" I looked at all the dir and they're at chmod 777

Quote:
// We need to know the server paths to both your vB installation and your ReviewPost installation
$vbpath = "../forums";
$rppath = "../reviewpost";

// We need the URL path to your ReviewPost and vb installation
$url_path = "/public_html/x_psdivers/reviewpost/";
$vb_urlpath = "/public_html/x_psdivers/forums/";

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

// If your ReviewPost tables have a prefix, put it here
// Example:
// = "rp_";
$rp_db_prefix = "";

//------------------------------------- vB3 -----------------------------------------//
// VB3_INTEGRATION is for using vB3 headers/footers and styles
// VB3_ENHANCEDINT is for Enhanced vB3 Integration (using vB3 elements in ReviewPost)
// 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, 'on');
define(VB3_ENHANCEDINT, 'on');
define(VB3_COMMWYSIWYG, 'on');
//-----------------------------------------------------------------------------------//
and I tried the full? paths for these:
$vbpath = "../forums"; $rppath = "../reviewpost";
as in: /public_html/x_psdivers/forums/

and is the Global.php that is referred to the one in forums? something in there I need to change? chmod = 644
/forums/global.php = forums is = 777

thanx, thought I had it

~~~~~
New website, clean install
aMember
vbulletin
photopost
review post
No previous data, - fresh site.

thanx..
fpoole is offline   Reply With Quote