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 > ReviewPost Pro Support Forums > ReviewPost Installation & Upgrades

ReviewPost Installation & Upgrades If you're having problems getting ReviewPost Pro to work or receiving errors while running RP, seek help here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 25th, 2005, 10:55 PM   #1 (permalink)
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
Old July 25th, 2005, 11:18 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
In the adm-index.php - Gobal Option screen the areas of:
Full path to Header Include File = /public_html/x_psdivers/reviewpost/
Full path to the footer include file = /public_html/x_psdivers/reviewpost/

Should these be over to the Forums/ header and footer??
where ever they are???

I want everything to be based on the vbull format.. so that's why I'm asking...

thanx.
fpoole is offline   Reply With Quote
Old July 25th, 2005, 11:30 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 45,187
In your config-inc.php file set your $RP_PATH variable to the server path to the install right now you have it set to .

In your config-int.php file this

and I tried the full? paths for these:
$vbpath = "../forums"; $rppath = "../reviewpost";
as in: /public_html/x_psdivers/forums/

You must use FULL SERVER PATH not ../
__________________
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 July 25th, 2005, 11:34 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
????
Not sure I under stand??
This area:
// If your ReviewPost tables have a prefix, put it here
// Example:
// = "rp_";
$rp_db_prefix = "";
~~~~~~~~~~~~~~~`
to:
$rp_db_prefix = "rp_";

Like that or a full path like:
/public_html/x_psdivers/reviewpost/

???
I have a separate DB for the reviews... by itself

Ok, but still erroring out:
// To include the file, first edit the header-inc.php
//

if ( !isset($skip_exheader) ) {
include "header-inc.php";
}

// ReviewPost Pro Version Number
$VERSION = "2.91";

// Path to your ReviewPost installation - no end slashes
$RP_PATH = "/public_html/x_psdivers/reviewpost";

//**************** MySQL Database Configuration ****************//

Last edited by fpoole : July 25th, 2005 at 11:42 PM.
fpoole is offline   Reply With Quote
Old July 25th, 2005, 11:43 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
Now this error:

Warning: chdir(): No such file or directory (errno 2) in /home/pnwhosti/public_html/x_psdivers/reviewpost/header-inc.php on line 61

Warning: main(./global.php): failed to open stream: No such file or directory in /home/pnwhosti/public_html/x_psdivers/reviewpost/header-inc.php on line 62

Warning: main(./global.php): failed to open stream: No such file or directory in /home/pnwhosti/public_html/x_psdivers/reviewpost/header-inc.php on line 62

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pnwhosti/public_html/x_psdivers/reviewpost/header-inc.php on line 62
fpoole is offline   Reply With Quote
Old July 25th, 2005, 11:47 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 45,187
Yes and also in my post I state you need to set the correct paths to vb and reviewpost there as well in config-int.php

You should not change your reviewpost table prefix variable
__________________
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 July 25th, 2005, 11:47 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
Now getting error on adm-index:
http://www.psdivers.com/reviewpost/adm-index.php

Warning: main(/public_html/x_psdivers/reviewpost/languages/english/pp-inc.php): failed to open stream: No such file or directory in /home/pnwhosti/public_html/x_psdivers/reviewpost/pp-inc.php on line 73

Warning: main(/public_html/x_psdivers/reviewpost/languages/english/pp-inc.php): failed to open stream: No such file or directory in /home/pnwhosti/public_html/x_psdivers/reviewpost/pp-inc.php on line 73

Fatal error: main(): Failed opening required '/public_html/x_psdivers/reviewpost/languages/english/pp-inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pnwhosti/public_html/x_psdivers/reviewpost/pp-inc.php on line 73

~~~~~~~~~~~~~

can't access the main window, side menus still show ok..
fpoole is offline   Reply With Quote
Old July 25th, 2005, 11:48 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 45,187
Your path you set in your config is still wrong it is this

/home/pnwhosti/public_html/x_psdivers/reviewpost

not

/public_html/x_psdivers/reviewpost
__________________
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 July 26th, 2005, 12:00 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
Ok, My Mannnn.... I think I got it...

http://www.psdivers.com/reviewpost/index.php

I was confusaled on which one the "There..." was so changed them all in the config-inc and -int...

I'm new at this so got/get confused unless I know what file to change...
But appears to be working now, so I'll go to the next step an start uploading and hopefully won't run into the image errors...

thanx again... ;-))
fpoole is offline   Reply With Quote
Old July 26th, 2005, 11:56 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 45,187
I believe you do have it
__________________
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

vB 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
Filename, keyword bug in non-english languages(NOT A BUG) balazsp PhotoPost Pro Suggestions 2 June 29th, 2005 01:56 PM
ReviewPost PHP Pro Languages ? gargoyl Before You Buy 2 June 28th, 2005 02:51 PM
html in text from languages/english.php cognaccola Photopost Pro How Do I...? 4 April 28th, 2005 09:10 AM
Warning: main(.languages/english.php): failed to open stream XPF Photopost Pro Installation & Upgrades 9 March 6th, 2005 06:33 PM
Failed opening required '/home/sites/yoursite/photopost/languages/english/pp-inc.php KevlarMPowered Photopost Pro Installation & Upgrades 6 July 26th, 2004 06:05 PM


All times are GMT -5. The time now is 03:16 PM.

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