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 May 19th, 2006, 03:32 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
Fatal error: main(): Failed opening required './global.php'

hi, just bought and installed photopost. i have vbulletin, so i selected to use that with it as well.

i went to login with my current vbulletin login (not sure if i should even use that login) but it didnt prompt me to create a admin login, just took me to a login page after install, so i tried to login with the username and pw i created for the admin for vbulletin and got the following error:


Warning: chdir(): No such file or directory (errno 2) in /home/puregraf/public_html/graffiti-gallery/header-inc.php on line 60

Warning: main(./global.php): failed to open stream: No such file or directory in /home/puregraf/public_html/graffiti-gallery/header-inc.php on line 61

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/puregraf/public_html/graffiti-gallery/header-inc.php on line 61


im using vbulletin v3.5.4 and just downloaded the photopost, so i assume its the latest version

thanks
sabrina is offline   Reply With Quote
Old May 19th, 2006, 03:50 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Hello

On the last step of install where it asked for the vbulletin server path it was not entered correctly. You can ftp to your photopost directory and edit the config-int.php file and set the correct path to vbulletin in the $vbpath line.
__________________
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 May 19th, 2006, 03:57 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
Thank you very much!
sabrina is offline   Reply With Quote
Old May 19th, 2006, 04:07 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
Hi, i wanted the photopost to also work with the vbadvanced i have installed, that is working with the vbulletin. is this possible?

because the page to my vbadvanced is:
http://www.puregraffiti.com/index.php

and the page to the vbulletin is:
http://www.puregraffiti.com/graffiti-space/index.php

and now the page to photopost is:
http://www.puregraffiti.com/graffiti-gallery/index.php


i logged in at: http://www.puregraffiti.com/graffiti.../adm-index.php

but then after loggin in , it took me to:
http://www.puregraffiti.com/graffiti-gallery/index.php

so where is the admin cp for the photopost so i can manage the program?


i want the photopost to display the photos and stats etc on the vbadvanced page like the vbulletin displays its stats on the vbadvanced page.

is this possible?

thank you, i hope i didnt confuse you. thanks
sabrina is offline   Reply With Quote
Old May 19th, 2006, 05:08 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
hi, any ideas?

thanks.
sabrina is offline   Reply With Quote
Old May 19th, 2006, 05:10 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
well displaying things on vbadvanced would be code modification and you can post on the mod forums for this since they fall outside product support.

As far as logging into photopost admin and getting directed to the index page sounds like a cookie issue.

You can use phpmyadmin or if photopost database tables are in vb's database there sql box and input this mysql query to fix your cookie prefix.

UPDATE pp_settings SET setting='bb' WHERE id=172
__________________
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 May 19th, 2006, 05:51 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
its telling me i have the wrong username and or password when im trying to log in, and it let me log in once and now its not letting me login.. does this have to do with the cookie thing?

Last edited by sabrina; May 19th, 2006 at 06:20 PM.
sabrina is offline   Reply With Quote
Old May 19th, 2006, 08:39 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
In your config-inc.php file of Photopost do you have the correct vbulletin license number in the $vblicense variable? you can find the license number at the top of the vbulletin config.php file in their includes directory.
__________________
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 May 19th, 2006, 10:21 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
hi, i flushed the cookies like you told me and still after i login at http://www.puregraffiti.com/graffiti.../adm-index.php

i get directed to http://www.puregraffiti.com/graffiti-gallery/index.php

and not the admin cp..

the login is working now again, but thats what its doing still and i did what u said.

could it be something else wrong?

oh and yes i entered the correct vbulletin licence i got straight from the config file.

thank you
sabrina is offline   Reply With Quote
Old May 19th, 2006, 11:53 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
this is really weird, but i just went to http://www.puregraffiti.com/graffiti.../adm-index.php

and it took me to the admin cp finally!

is this going to be a problem like letting me access it and then not letting me?


i hope not, if it happens again ill post here.

thanks again for all your help

sabrina
sabrina is offline   Reply With Quote
Old May 20th, 2006, 08:14 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Okay your first issue you fixed by entering the correct license number next if you use phpmyadmin try running this query against the photopost database

UPDATE pp_settings SET setting='bb' WHERE id=172

You forgot to enter the cookie prefix and license number on install and your authentication will not work correctly without these.
__________________
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 May 20th, 2006, 12:38 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
thanks!!

now i just need help at: failed to open stream: Permission denied


thanks!
sabrina is offline   Reply With Quote
Old May 22nd, 2006, 04:35 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
Quote:
Originally Posted by sabrina
this is really weird, but i just went to http://www.puregraffiti.com/graffiti.../adm-index.php

and it took me to the admin cp finally!

is this going to be a problem like letting me access it and then not letting me?


i hope not, if it happens again ill post here.

thanks again for all your help

sabrina

this is happening again, and i have that cookie thing. could this be anything else?

thanks
sabrina is offline   Reply With Quote
Old May 22nd, 2006, 04:37 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
If you want you can send me admin login via pm gotta be cookies still not right
__________________
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 May 22nd, 2006, 04:49 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
edit, posted on here ops
sabrina is offline   Reply With Quote
Old May 22nd, 2006, 05:02 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
I had no issues getting into your gallery admin but at any rate I made the cookie domain this on both the forum and gallery

.puregraffiti.com
__________________
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 May 22nd, 2006, 07:48 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 221
hey chuck, thanks, its still having some issues i dont know why

but i tried logging out of the admin name on the site, and it said logged out and then took me back to the page and i was still logged in

now for some reason i just logged in a different name i created and it logged me in and then it loaded me to http://www.puregraffiti.com/graffiti...ry/profile.php

and im trying to click back on the browser and its redirecting me to that url, im trying to go to http://www.puregraffiti.com/graffiti-gallery/index.php and its redirecting me to that url

this is really weird, i havent made any changes to any files so i dont know why its doing this, can you please help


thanks


edit, now its working properly! it keeps doing weird things all the time, like the above, i dont know why, now its working properly again, but just 2 minutes ago it was doing that

Last edited by sabrina; May 22nd, 2006 at 07:54 PM.
sabrina is offline   Reply With Quote
Old May 22nd, 2006, 07:59 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Just make sure you clear your browser cookies. The programs are meshed correctly
__________________
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

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
Warning: main(./global.php kocontent Photopost Pro Installation & Upgrades 5 November 12th, 2006 04:14 PM
Fatal Error: failed opening prof3ta Photopost Pro Installation & Upgrades 1 November 27th, 2005 10:22 PM
Fatal Error: Failed opening memorybugs Photopost Pro Installation & Upgrades 12 May 15th, 2005 01:38 PM
Step 3 of installation: Fatal error: main(): Failed opening required elad Photopost Pro Installation & Upgrades 0 August 3rd, 2004 10:48 AM
Failed opening required '/home/sites/yoursite/photopost/languages/english/pp-inc.php KevlarMPowered Photopost Pro Installation & Upgrades 6 July 26th, 2004 05:05 PM


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

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