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 February 27th, 2007, 08:06 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
After upgrade i can not login and other errors

Hello

I have now upgrade from 4.8 to 5.62.
Now i have folow Problems:

- i see now no more pictures
- i can not login with admin
- when i login with user, i see no profil for pictures upload

thanks for help

Link: http://www.informatikboard.ch/photos/
informatikboard is offline   Reply With Quote
Old February 27th, 2007, 04:24 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
well your login you would need to post a test login here so lets deal with what I see right this second

http://www.informatikboard.ch/photos...noch_keins.JPG

You have repeatedly ran the upgrade for 485 a total of 6 times over and over and this is why your photos will not show. You need to restore a backup of the Photopost photos table and rerun the upgrade scripts ONCE and only once.
__________________
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 February 28th, 2007, 05:24 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
and why the login don't work ?
i can not login in admin or client profile
informatikboard is offline   Reply With Quote
Old February 28th, 2007, 05:25 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
Quote:
Originally Posted by Chuck S View Post
well your login you would need to post a test login here so lets deal with what I see right this second

http://www.informatikboard.ch/photos...noch_keins.JPG

You have repeatedly ran the upgrade for 485 a total of 6 times over and over and this is why your photos will not show. You need to restore a backup of the Photopost photos table and rerun the upgrade scripts ONCE and only once.
You kno whiches photos table are important, because i have NO "pp_ ".
informatikboard is offline   Reply With Quote
Old February 28th, 2007, 08:59 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Your gallery is still the same here as you have done nothing of what I said. I can not assist you here unless you do as instructed.

You need to restore the photos table. Most commonly the one you want to restore is called pp_photos and then you rerun the upgrades ONCE.

As far as logins I had asked for you to post a login here but most likely if you upgraded from vb2 this would easily explain why you can not login
__________________
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 March 1st, 2007, 04:52 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
Now the pictures works, thanks.

But i have still folow problems:

"i can not login in admin or client profile"

Ps. I will send you login-details with pn
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 04:54 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
Login for try:

Last edited by informatikboard; March 1st, 2007 at 10:13 AM.
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 06:37 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Login works but your not logged in probally because of cookies

First off what where you running before you upgraded vbulletin wise?

Your cookies in vb should be set like this and Photopost as well

cookie path /

cookie prefix bb

cookie domain .informatikboard.ch


You can issue these queries against the Photopost database to make sure they are right

UPDATE pp_settings SET setting='/' WHERE id=171
UPDATE pp_settings SET setting='bb' WHERE id=172
UPDATE pp_settings SET setting='.informatikboard.ch' WHERE id=173
__________________
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 March 1st, 2007, 07:53 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
Hello

Our table calles settings not pp_settings:

We have do this things:
UPDATE settings SET setting='/' WHERE id=171
UPDATE settings SET setting='bb' WHERE id=172
UPDATE settings SET setting='.informatikboard.ch' WHERE id=173

and i see folow failure:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE settings SET setting='bb' WHERE id=172
UPDATE settings SET setting='.inf' at line 2
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 08:11 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
If your trying to update queries all at once you need to use semicolons

UPDATE settings SET setting='/' WHERE id=171;
UPDATE settings SET setting='bb' WHERE id=172;
UPDATE settings SET setting='.informatikboard.ch' WHERE id=173;
__________________
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 March 1st, 2007, 08:14 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
Done.

The login's in photopost still not work
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 08:36 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
I login fine with that username and there is an upload link for me to upload a photo. Now if you set your processor to gd2 in admin global options so uploads work I will gladly show you this is a fact by uploading a photo
__________________
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 March 1st, 2007, 08:40 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
Now it works, i dont know why ;-)
But i still can not login in the admin with my supervisor login from vB
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 08:44 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
well what do you mean by not login what happens?
__________________
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 March 1st, 2007, 08:45 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
i can upload pictures, but i cannot access:
http://www.informatikboard.ch/photos/adm-index.php
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 09:09 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Okay let me try to be even clearer so I can try and assist you.

What do you mean you can not access admin? Do you not see an admin link? What happens if you click it?
__________________
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 March 1st, 2007, 09:23 AM   #17 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
shure i can see the "Admin" - Link next to Home, but when i click on it, i see the login-site for login admin.

I put in the admin-login from vb (it is the same db) but i see a error:

"wrong username and passwort"
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 10:13 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Well did you also upgrade your forum along with the gallery? I think I asked questions earlier on this that where never answered.

Does your config-inc.php file have a line in it with this

$vblicense="122345678";

with obviously the string in there being set to your correct vb3 license number which can be found at the top of your config file for vb3 in the includes directory of the forum?
__________________
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 March 1st, 2007, 10:13 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 42
it works know !!!!!

I must change in the DB: "settings"
41 User Registration System from vb2 in vb3

;-)

thanks for your help
informatikboard is offline   Reply With Quote
Old March 1st, 2007, 10:48 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,667
Yep no problem
__________________
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 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 05:52 PM
2.9 Upgrade - Cannot login MRaburn ReviewPost Installation & Upgrades 1 March 17th, 2005 09:07 PM
Cannot Login After Upgrade Steve_C Photopost Pro Installation & Upgrades 1 March 3rd, 2005 09:25 AM
Unable to login after 4.8c to 4.8.1 upgrade =( croft Photopost Pro Installation & Upgrades 8 August 30th, 2004 08:57 AM
Cannot login after upgrade to 4.8d scroush Photopost Pro Installation & Upgrades 16 July 19th, 2004 07:56 PM


All times are GMT -5. The time now is 07:57 AM.

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