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 September 25th, 2005, 06:53 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
photos not matching members(NOT A BUG)

I received the following message from one of our users:

this link http://www.wetdawg.com/pages/photopo...500&ppuser=149 say that the album owner is perry22b, it should say jc_vaillant, these are my pictures

look like my daughter's picture is there on a new album http://www.wetdawg.com/pages/photopo...500&ppuser=150

I'm now 150 instead of 149

--------------------------------

Referring Page: http://www.wetdawg.com/pages/photopo...user/2/cat/500
IP Address: 65.94.160.42
User Name: jc_vaillant
User ID: 150


How do I fix this?
nnowakow is offline   Reply With Quote
Old September 26th, 2005, 10:44 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Did you switch integration types? If so you would need to realign your userids
s
__________________
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 September 26th, 2005, 04:41 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
We switched from phpbb to VBbulletin. How do I realign the userid? I am not a programmer, so I need some step by step instructions. Thanks!
nnowakow is offline   Reply With Quote
Old September 26th, 2005, 05:15 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
this should help

Reassign userid's when switching integrations to VBulletin
__________________
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 September 27th, 2005, 06:54 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
okay - yes, that will do the trick. I downloaded import.php. However, since I did not install photopost on my site, I am not certain what the proper database name, user name and passwords are. I have all the info on a document the programmer gave me, but they dont' seem to work...

I get this message when I try to call import.php

Unable to select VB database

Do i use the mysql dbname, user name and passwords?
nnowakow is offline   Reply With Quote
Old September 27th, 2005, 08:22 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Open up your config-inc.php file and the information you need should be in there
__________________
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 October 1st, 2005, 12:31 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
I found the information I need and I imputed the correct information. Now I get this error msg when I run import.php.

Error 1146: Table 'wetdawg.user' doesn't exist Query: SELECT * FROM user

What does this mean?
nnowakow is offline   Reply With Quote
Old October 1st, 2005, 08:36 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Did you enter the right table prefix for vbulletin database?
__________________
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 October 2nd, 2005, 05:30 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
Yes, I did...I entered

"photo_" for the photopost database prefix....

So what went wrong?
nnowakow is offline   Reply With Quote
Old October 2nd, 2005, 05:33 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
whups- actually, there does not seem to be a prefix for the vbulletin database. Its not anywhere in the file so I had left the vb prefix line blank -

$vb_prefix="";

I can't find any prefix for Vbulletin...I found the one for photopost...
nnowakow is offline   Reply With Quote
Old October 3rd, 2005, 05:16 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
Omegetron? Can you continue to help me with this? Read my last message pls. THere is not prefix for Vbulletin...
nnowakow is offline   Reply With Quote
Old October 3rd, 2005, 08:25 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Is wetdawg the database your forums are in?
__________________
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 October 3rd, 2005, 10:45 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
Yes it is. I just checked in "myphpadmin" and the vb3 tables are in the WetDawg database...I tried using "vb3_forum_" as the prefix - did not work, even though that is a table in the WetDawg database....
nnowakow is offline   Reply With Quote
Old October 3rd, 2005, 11:27 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
well you have to have some of the mysql stuff wrong look at this below its a simple query connect

Code:
Content visible to verified customers only.
Thats about as simple as it gets. As long as your database connection proper database and table are entered in the config you should be able to connect to that table
__________________
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 October 4th, 2005, 05:27 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
I think I am misunderstanding you. I just don't know WHERE to look for the prefix for vb3. Where would I find the prefix. It certainly isn't in the config-inc. php file.
nnowakow is offline   Reply With Quote
Old October 4th, 2005, 06:22 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Oh your vb3 config.php file in the vb includes directory at the bottom of the file right before cookie prefix
__________________
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 October 5th, 2005, 04:29 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
I finally got the import file to run. It was completed. I went to my photogallery and saw that there were a lot of thumbnails missing. So I went to admin and clicked "scan database" and asked it to create thumbnails where it was missing. The result: TONS of photos were LOST! What the heck happened. Is this reversible?
nnowakow is offline   Reply With Quote
Old October 5th, 2005, 04:35 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
Omegatron - look at my gallery - you will see I have lost so many photos - compare the columns on the home page - it says I have say "8" photos and then in the last column it says "no photos". What the hell happened?
nnowakow is offline   Reply With Quote
Old October 5th, 2005, 05:49 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
If your using the right script here it doesnt do anything to photos but place the right userid onto them. It deletes no photos.

Just like any upgrade or import your suppose to make backups before running them.

Did You?

I would tend to think your no photos is because of something else you ran not this specific script. I used this very script when I switched from UbbThreads to VB as did Michael.

What other steps did you do here besides run this script. Did you try to run this script on an old version of Photopost say 4.8 then do a photopost upgrade? That would not work. This script is for 5.0 and above. So it is very important to know what you did to cause this to be able to suggest a resolution.
__________________
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; October 5th, 2005 at 05:52 PM.
Chuck S is online now   Reply With Quote
Old October 5th, 2005, 07:22 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Oct 2003
Posts: 141
1. I used the import.php script. I am sure it was not designed to delete photos.
2. I put "vb3_" as the prefix in import.php, uploaded it to my photopost directory and then called it in my browser
3. Program ran successfully.
4. When I checked my photogallery, I saw that there were ALOT of thumbnails missing.
5. I then went into my admin and checked "scan database"
6. In there, I checked "check for and create missing thumbnails"
7. As this process was being done, the program deleted tons of photos - it kept saying "no thumbnail, deleting photo!"
8. I did not back up the database prior to doing this
9. Is there a way to retrieve the old photos - I know my database has been backed in up in the past, is it possible to retrieve old photos from there?

Please provide me with suggestions and I will find a programmer to help me out of this mess. Or can I hire one of you guys to fix this mess for me? I will provide you with all passwords, etc.
nnowakow 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
"Allow members to rate photos?" bug(FIXED) Johnny Doomo Photopost Pro Bug Reports 17 July 3rd, 2008 06:43 AM
can we have certain members' gallery photos a different color? scrapster2 Photopost Pro How Do I...? 0 July 26th, 2005 08:40 AM
quick way to delete 1 members photos? sross Photopost Pro How Do I...? 1 February 6th, 2005 02:19 PM


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

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