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 How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old December 7th, 2005, 02:34 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2005
Location: close to hell, mx
Posts: 14
Send a message via MSN to chio
Question OK this has got me!

Ive reinstalled the photopost SO MANY times without any success, reuploaded all the files, redownloaded the zip and did it all again. Tried using the vbulletin table, or outside creating photopost database and no luck!

I finish the install, it takes me to this page:

http://www.jeeperos.com/photopost/adm-index.php

then I hit the user and password and takes me to:

http://www.jeeperos.com/photopost/misc.php (wich is BLANK)

and also http://www.jeeperos.com/photopost/ is blank

ANY HELP WILL BE APPRECIATED!!
chio is offline   Reply With Quote
Old December 7th, 2005, 09:28 AM   #2 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2005
Location: close to hell, mx
Posts: 14
Send a message via MSN to chio
to the top
chio is offline   Reply With Quote
Old December 7th, 2005, 11:22 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Hello

What is your server path to vbulletin? I would tend to think Photopost being a white page while alot of server's tell you the error yours is not. You entered an incorrect path to the forums so we can not find global.php You can edit config-int.php and look at the $vbpath variable and correct the vbulletin server path.

Cookie settings also you most likely forgot here to enter bb as your cookie prefix. You can rerun install or using phpmyadmin make setting 172 in the photopost settings table bb

Your vbulletin cookies should be this

cookie path /

cookie domain .domain.com note the dot in front.

cookie prefix by default is in the config file of vb and is bb

photopost should be set as this

cookie path /

cookie domain .domain.com

cookie prefix bb
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 7th, 2005, 02:28 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2005
Location: close to hell, mx
Posts: 14
Send a message via MSN to chio
Ill try that from home tonight and let you all know, thanks!!
chio is offline   Reply With Quote
Old December 9th, 2005, 01:04 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2005
Location: close to hell, mx
Posts: 14
Send a message via MSN to chio
Well, re did it all, added the bb as prefix and still get the blank page...

where is the global file? I can not find it anywhere!??

geez this is frustrating
chio is offline   Reply With Quote
Old December 9th, 2005, 01:19 AM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2005
Location: close to hell, mx
Posts: 14
Send a message via MSN to chio
And for the record, I hit the "PhotoPost Internal User Registration" and add admin, pass and such, then go to the admin login, put the usr/pswd and sends me to the same white page...
chio is offline   Reply With Quote
Old December 9th, 2005, 05:44 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2005
Posts: 163
You proberbly need to edit config-int.php manually, open it up and change the following to something like this

$vbpath = "/home/*****/public_html/forum/foros/";
$vb_urlpath = "http://www.jeeperos.com/foros/";


global.php is in /foros/ it is a vBulletin file and doesn't need to be edited, you most likely have one of the above set wrong hence it can't find global.php

"And for the record, I hit the "PhotoPost Internal User Registration" and add admin, pass and such, then go to the admin login, put the usr/pswd and sends me to the same white page"

Did you change

define(VB3_INTEGRATION, 'on');
define(VB3_ENHANCEDINT, 'on');
define(VB3_COMMWYSIWYG, 'on');

to off in config-int.php

Last edited by Garrynz; December 9th, 2005 at 07:58 AM. Reason: forgot quotes
Garrynz is offline   Reply With Quote
Old December 9th, 2005, 07:41 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Garry already said this and it's right on. When you install make sure to select vbulletin integration and enter all the correct information. Basically you can not find the global.php file because you are not inputting the correct server path to the forum directory on the last step of install where it asks urls and paths for the integration. We make suggestions but you need to verify and correct. As long as everything is entered correctly on an install things go fine.

Here are the number 4 mistakes I see on vb3 installs so you can avoid them when correcting your issue.

1. Customers installs and enters forum server path incorrectly resulting in global.php not being found.

2. Customer enters in first step of install incorrect database info to connect to vbulletin. IE enters photopost's database info and then tries to do an install and gets mysql fetch array error line 25 of vb3.php

3. Customer does not enter mysql table prefix of vbulletin tables resulting in same error above mysql fetch array error line 25 of vb3.php.

4. Customer does not enter proper cookie prefix for vbulletin which results in admin login loop trying to get into photopost admin. We use the vbulletin cookies on front end since we load the vbulletin header however on admin side since we do not load vbulletin header etc you must have cookies properly configured.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 9th, 2005, 09:16 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2005
Location: close to hell, mx
Posts: 14
Send a message via MSN to chio
I did set to on and off the 3 vb settings (on for vb integration and off for standalone)...

Its weird because now, I do have full access to the admin control panel (on the photopost). I went and edited the pp_settings table and changed to the correct path for everything, checked the config_inc and config_int files for the correct path

Set the bb prefix for the cookies, .jeeperos.com for the path and so.

Is there any other file that needs to be edited (once its on the server?)



On the side let me make something clear: Ive installed and used photopost before and THERE IS NOTHING WRONG WITH IT, the problem here is either me making errors during the install or me not knowing the proper paths, or who knows but Im sure its not the software, since Ive made it work before.

thanks for helping me on the end-user-errors
chio is offline   Reply With Quote
Old December 9th, 2005, 09:26 AM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2005
Location: close to hell, mx
Posts: 14
Send a message via MSN to chio
For some dope reason I realized that I was adding the web/photopost/forum path instead of web/foros (my vb path)

thanks for the help, Photopost is working fine and ROCKS my boat now
chio is offline   Reply With Quote
Old December 9th, 2005, 09:36 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Yep alot of people don't realize that one. We can only SUGGEST a path on install and that path would be that of where the install script is running. Thus a customer has to enter the proper path and most bypass this which causes the error cause the path is wrong.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S 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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:32 AM.

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