 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
August 12th, 2006, 03:23 PM
|
#21 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Try running upgrade.php and run the 4.82 upgrade
|
| |
August 12th, 2006, 03:25 PM
|
#23 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
| Quote:
Originally Posted by Chuck S Try running upgrade.php and run the 4.82 upgrade | Just the 4.8.2 upgrade?
|
| |
August 12th, 2006, 03:28 PM
|
#24 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
|
What about the other upgrades after 4.8.2, don't run them?
|
| |
August 12th, 2006, 03:40 PM
|
#25 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
|
when I re-run the upgrade script and select 4.8.2 and click the link, nothing happens.
|
| |
August 12th, 2006, 05:31 PM
|
#26 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
| Quote:
Originally Posted by Chuck S Your missing alot of things from the settings in admin you missed some upgrades it looks like to me | Hey Chuck,
how about some advice on what to do here. I tried what you suggested and it didn't work. running upgrade.php and clicking upgrade 4.8.2 leads me no where.
|
| |
August 12th, 2006, 06:10 PM
|
#27 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Place at the top of upgrade.php and yes only the 482 that I see Code: Content visible to verified customers only.
|
| |
August 12th, 2006, 06:20 PM
|
#28 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
|
Ran it, options now show under forum settings, still no avatars.
|
| |
August 12th, 2006, 06:26 PM
|
#29 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
|
ran the query again:
SELECT u.username, u.homepage, u.usertitle, u.posts, u.joindate, uf.field2, s.host, t.signature, avatar.avatarpath, NOT ISNULL( customavatar.filedata ) AS hascustomavatar, u.avatarrevision
FROM user u
LEFT JOIN userfield uf ON uf.userid = u.userid
LEFT JOIN SESSION s ON s.userid = u.userid
LEFT JOIN usertextfield t ON t.userid = u.userid
LEFT JOIN avatar AS avatar ON ( avatar.avatarid = u.avatarid )
LEFT JOIN customavatar AS customavatar ON ( customavatar.userid = u.userid )
WHERE u.userid =1
LIMIT 1
same results. hascustomavatar is set to 0
|
| |
August 12th, 2006, 06:51 PM
|
#30 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
well this stuff has nothing to do with the avatar issue. I would suggest you set hascustomavatar to 1 as that is what that field should be if your using customavatars and the file system
|
| |
August 12th, 2006, 06:56 PM
|
#31 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
| Quote:
Originally Posted by Chuck S well this stuff has nothing to do with the avatar issue. I would suggest you set hascustomavatar to 1 as that is what that field should be if your using customavatars and the file system | Would you happen to have a query to run to set that to 1?
|
| |
August 12th, 2006, 06:57 PM
|
#32 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
|
Chuck, would you say that this might be a problem with vBulletin and not PP?
|
| |
August 13th, 2006, 10:14 AM
|
#33 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
I could not tell you yes or no since I did not write vbulletin but I know on my vb when user's have custom avatars my hascustomavatar is set to 1. Now you can alter your vb3.php file and see if this solves your issue adding in bold. Code: Content visible to verified customers only.
|
| |
August 13th, 2006, 10:58 AM
|
#34 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
|
Are you running 3.6?
|
| |
August 13th, 2006, 11:05 AM
|
#35 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
| Quote:
Originally Posted by Chuck S I could not tell you yes or no since I did not write vbulletin but I know on my vb when user's have custom avatars my hascustomavatar is set to 1. Now you can alter your vb3.php file and see if this solves your issue adding in bold. Code: Content visible to verified customers only.
| I added the bold code, still no avatars
|
| |
August 13th, 2006, 11:30 AM
|
#36 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Yes I use 3.6 and you said your using filesystem to store avatars right? The avatar should display on what your query results are returning if I am seeing this right.
Try this also Code: Content visible to verified customers only.
|
| |
August 13th, 2006, 12:05 PM
|
#38 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
| Quote:
Originally Posted by Chuck S Yes I use 3.6 and you said your using filesystem to store avatars right? The avatar should display on what your query results are returning if I am seeing this right.
Try this also Code: Content visible to verified customers only.
| Yes, I am using the file system to store avatars, /forum/customavatars.
|
| |
August 13th, 2006, 12:11 PM
|
#39 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
| Quote:
Originally Posted by Chuck S Yes I use 3.6 and you said your using filesystem to store avatars right? The avatar should display on what your query results are returning if I am seeing this right.
Try this also Code: Content visible to verified customers only.
| I added this per your instructions and now have avatars: Code: Content visible to verified customers only.
|
| |
August 13th, 2006, 12:13 PM
|
#40 (permalink)
| | Member Verified Customer
Join Date: Aug 2002 Location: NY
Posts: 415
|
Even though that code change worked, hascustomavatar is still set to 0. Is this just a quick fix?
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:55 AM. | |