 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
August 23rd, 2004, 09:24 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Arizona
Posts: 344
| VB3 Integration
Now I know you are all thinking SEARCH idiot  and believe me I have...A LOT!!
I have followed the instructions letter for letter and it still does not work...here is my most current error:
Warning: main(mainfile.php) [function.main]: failed to create stream: No such file or directory in /home2/www/xtremeoff-road/photopost/header-inc.php on line 13
Fatal error: main() [function.main]: Failed opening required 'mainfile.php' (include_path='.:/usr/local/lib/php') in /home2/www/xtremeoff-road/photopost/header-inc.php on line 13
I haven't the slightest clue anymore what the problem is...please help!!!!
I am assuming the problem is in the header-inc.php, so here is the coding: Code: Content visible to verified customers only.
Thank you for your time!
Mike
|
| |
August 23rd, 2004, 10:25 PM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Arizona
Posts: 344
|
Anyone?
|
| |
August 24th, 2004, 12:06 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Arizona
Posts: 344
|
It is unfortunate to purchase an item for it not to work...Then on top of that, no real means of tech support.
As far as VB3 integration, I do not know what to tell you, however, it is not working over here.
|
| |
August 24th, 2004, 05:13 AM
|
#4 (permalink)
| | Registered User
Join Date: Jul 2004
Posts: 26
|
Hi!
Sorry im not a Profi but i will help you.
Do you want portal and forum integration or only forum?
I would say first you test it with only forum.
Also take the original header_inc and let the first part for Portal out.
The second Part is for Forum and so you should also fill out the chmdir with path to you Photopost.
------------------
$vbpath ="/home/xtremeoff-road/www/forums"; // changeme
$pppath ="/home/xtremeoff-road/www/photopost"; // changeme
chdir($vbpath);
require("./global.php");
eval('$navbar = "' . fetch_template('navbar') . '";');
$vbheader = "$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
$headinclude";
$vbheader .= "</head>
<body>
$header
$navbar
<div align=\"center\">";
eval('$vbfooter = "' . fetch_template('footer') . '";');
$vbfooter = process_replacement_vars($vbfooter);
$vbfooter = "</div>$vbfooter";
chdir($pppath . "/home/xtremeoff-road/www/photopost");
$HTTP_POST_FILES = $_FILES;
$HTTP_POST_VARS = $_POST;
?>
Please dry it,
|
| |
August 24th, 2004, 09:16 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
First off lets discuss your statement of no support?
Do you honestly expect a reply late at night? You are blasting support when you have posted 3 times from 930pm and 1am all within a 4 hour period.
How about you give us a chance to reply before such comments. It is 9am here the next morning and I am posting. If I am posting on a forum I would not expect support in any timely manner overnight. Now if I posted 9am and did not have a reply that evening it might be a little different.
First off VBPortal only works with VB2. We do not support VBPoral for VB3 because as far as I am aware it is still a beta product and we will not attempt to support that product till it goes GOLD. You may use the regular VBulletin Integration Header like everyone else.
Last edited by Chuck S; August 24th, 2004 at 09:18 AM.
|
| |
August 24th, 2004, 11:21 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Arizona
Posts: 344
|
Fortnox, I appreciate the reponse, as a matter of fact Twistedcrow was nice enough to work with me and everything is up and running.
Thanks again!
Mike
|
| |
August 24th, 2004, 11:25 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Arizona
Posts: 344
|
Omegatron, actually I began posting two days ago...Regardless, I was not blasting the actual people, more aggravated on the lack of literature. The program states that it integrates with vbulletin, well yes it does, however, the amount of work that goes into it should really be discussed...
Everything is up and running, however, none of the integration information that is available indicates any of the processes that I had to take to get it going.
It was more feedback than anything, was not a personal attack, probably just came out that way due to my aggravation...
Mike
|
| |
August 24th, 2004, 11:51 AM
|
#8 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
Two days ago was Sunday - and while we do provide coverage over the weekend, its not always immediate.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
August 24th, 2004, 02:17 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,788
|
Mike
Your first post that I see in this thread was placed last night. That is what I was referring to  Unless there is some other thread I do not see on this subject.
You might if you would be kind enough send your header-inc.php file to chuck@photopost.com. Obviously since VBPortal for VB3 is beta and we have not altered anything to make VBPortal work with Photopost yet I would be extremely interested in seeing what changes were made so I can make compare and put out an updated header-inc.php
|
| |
August 24th, 2004, 04:44 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Arizona
Posts: 344
| Quote: |
Originally Posted by omegatron Mike
Your first post that I see in this thread was placed last night. That is what I was referring to  Unless there is some other thread I do not see on this subject.
You might if you would be kind enough send your header-inc.php file to chuck@photopost.com. Obviously since VBPortal for VB3 is beta and we have not altered anything to make VBPortal work with Photopost yet I would be extremely interested in seeing what changes were made so I can make compare and put out an updated header-inc.php | Hey there, actually that was partly my fault, I had edited the top for VBPortal and I do not use it....
Everything has been fixed and it is running, however, that was when I had it on the root directory...Now I am in the process of installing it on an alias, or subdirectory, that is where a lot of the problems arrise.
Thanks for the time!
Mike
|
| |
August 24th, 2004, 07:50 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Jan 2004
Posts: 100
|
I'm a bit confused here... I just uploaded every photopost file to clear up any possible issues with old software and redoing the integration took a whole minute minute... certainly a post saying step 1, step 2, step 3 would be great but if you look at the documentation its all there.
|
| |
August 24th, 2004, 08:36 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Aug 2004 Location: Arizona
Posts: 344
|
Really, hmmm then I guess I missed where it said you needed to change images to ultimate URLS and various other things...
Glad it worked out for you!
Mike
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | VB3.5 integration Q | testpig | Classifieds Installation & Upgrades | 12 | August 16th, 2005 10:59 AM | | Integration with VB3 3.0.4 | rcull | Photopost Pro Installation & Upgrades | 0 | January 10th, 2005 05:52 PM | | vb3 Integration | Steve_C | Photopost Pro Installation & Upgrades | 8 | December 31st, 2004 10:17 AM | | Integration with vb3 | akvario | Classifieds Bug Reports | 13 | November 27th, 2004 07:33 PM | | VB3 integration | DigiCrime | Photopost Pro Installation & Upgrades | 2 | October 26th, 2004 02:58 PM | All times are GMT -5. The time now is 07:01 AM. | |