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 July 18th, 2004, 03:03 PM   #1 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
Cannot login after upgrade to 4.8d

I cannot login to after I upgraded to VB 3, I did change the license number on the config file but now I'm getting the error below

Warning: main(languages/english/cookies.php): failed to open stream: No such file or directory in /home/modernmu/public_html/photopost/cookies.php on line 17

Fatal error: main(): Failed opening required 'languages/english/cookies.php' (include_path='') in /home/modernmu/public_html/photopost/cookies.php on line 17
scroush is offline   Reply With Quote
Old July 18th, 2004, 03:44 PM   #2 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,736
Check your $PP_PATH variable in the config-inc.php.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old July 18th, 2004, 03:53 PM   #3 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
Here is what it is

$PP_PATH = "/home/modernmu/public_html/photopost";
scroush is offline   Reply With Quote
Old July 18th, 2004, 09:01 PM   #4 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
Please Help I need to get this going, if you need access let me know.

Thanks

Carlos
scroush is offline   Reply With Quote
Old July 19th, 2004, 10:21 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
what version of Photopost are you using?

Does the language file cookies.php exist in the languages/english directory?
__________________
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 July 19th, 2004, 10:52 AM   #6 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
I'm using version 4.8D and yes cookies.php is in that directory
scroush is offline   Reply With Quote
Old July 19th, 2004, 03:00 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
Find every instance of this in cookies.php

require "languages/$pplang/cookies.php";


change to this

require "{$Globals['PP_PATH']}/languages/$pplang/cookies.php";
__________________
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 July 19th, 2004, 03:14 PM   #8 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
That fix the problem when I click on login problems, but I still cannot login, if you access let me know.

Thanks

Carlos
scroush is offline   Reply With Quote
Old July 19th, 2004, 03:38 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
You can PM an admin account to check cookie settings
__________________
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 July 19th, 2004, 03:43 PM   #10 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
check your PM

thanks
scroush is offline   Reply With Quote
Old July 19th, 2004, 04:24 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
Did you upgrade your forums from vb2? You need to also make sure you tell Photopost to use the vb3

Since I was unable to login with the supplied access it was a no brainer that your access was wrong or you did not change the forum type when upgrading


your cookie settings need to be as follows in Photopost

cookie path /

cookie domain empty for now

cookie prefix bb

vb license entered in photopost config
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; July 19th, 2004 at 04:28 PM.
Chuck S is offline   Reply With Quote
Old July 19th, 2004, 04:29 PM   #12 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
I did upgraded from VB2 here are my settings

$vblicense = '########';
$cookie_path = "/";
$cookie_domain = "";
$cookieprefix= "bb";
scroush is offline   Reply With Quote
Old July 19th, 2004, 04:34 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
Correct

However you have not told Photopost your using VB3 so how do you expect to login when your telling Photopost to use VB2
__________________
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 July 19th, 2004, 04:40 PM   #14 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
Hey what you do, thanks for fixing it.

Carlos

Last edited by scroush; July 19th, 2004 at 04:58 PM.
scroush is offline   Reply With Quote
Old July 19th, 2004, 05:27 PM   #15 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
well now I try to upload and I'm getting this error


Warning: main(image-inc.php): failed to open stream: No such file or directory in /home/modernmu/public_html/photopost/uploadphoto.php on line 17

Fatal error: main(): Failed opening required 'image-inc.php' (include_path='') in /home/modernmu/public_html/photopost/uploadphoto.php on line 17
scroush is offline   Reply With Quote
Old July 19th, 2004, 07:21 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
This has to do with server configuration. It can not even find a file that is in the same directory as the file that is being ran. This is not an issue with 99.99 of the servers out there. I have seen this in the case of a couple servers

in uploadphoto.php

find this

Find every instance of this in cookies.php

require "image-inc.php";


change to this

require "{$Globals['PP_PATH']}/image-inc.php";
__________________
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 July 19th, 2004, 08:56 PM   #17 (permalink)
Registered User
 
Join Date: Dec 2003
Posts: 45
Thanks again I had to change couple of files but it work.

Carlos
scroush 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
5.02 to 5.11 upgrade and cant login Silver_2000 Photopost Pro Installation & Upgrades 17 June 20th, 2005 06:52 PM
2.9 Upgrade - Cannot login MRaburn ReviewPost Installation & Upgrades 1 March 17th, 2005 10:07 PM
Cant login to admin after upgrade to 4.8.6 FrankR678 Classifieds Installation & Upgrades 4 March 4th, 2005 05:21 AM
Cannot Login After Upgrade Steve_C Photopost Pro Installation & Upgrades 1 March 3rd, 2005 10:25 AM
Unable to login after 4.8c to 4.8.1 upgrade =( croft Photopost Pro Installation & Upgrades 8 August 30th, 2004 09:57 AM


All times are GMT -5. The time now is 09:45 AM.

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