PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old January 9th, 2009, 09:49 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 208
Update for vBulletin 3.8.0?

Is there going to be an update for vBGallery to fix compatibility issues with vBulletin 3.8.0?
MotoUp is offline   Reply With Quote
Old January 9th, 2009, 10:39 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 208
Just a little follow-up on this...

I am still able to post photos just fine. It looks like everything is fine except posting comments. Once the post is submitted, the text that was typed is replace by a zero. That's all that shows in the post.

When I delete the comment, here is the error I get...

Quote:
Database error in vBulletin 3.8.0:

Invalid SQL:
UPDATE LOW_PRIORITY user SET pppcount = pppcount-1 WHERE userid = '1';

MySQL Error : Unknown column 'pppcount' in 'field list'
Error Number : 1054
Request Date : Friday, January 9th 2009 @ 10:36:09 AM
Error Date : Friday, January 9th 2009 @ 10:36:10 AM
Script : http://www.******.com/gallery/newreply.php
Referrer : http://www.*****.com/gallery/newrepl...ditpost&p=3218
IP Address : ***.***.***.***
Username : *****
Classname : vB_Database
MySQL Version : 5.0.45-log
Any help would be greatly appreciated.
Thank you.
MotoUp is offline   Reply With Quote
Old January 9th, 2009, 11:04 AM   #3 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
There is a little fix for the replacement by 0

vb 3.8 treats the $vbulletin->GPC['message'] differently...
open gallery/newreply.php:
find:
Code:
Content visible to verified customers only.
and replace with:
Code:
Content visible to verified customers only.
this takes care of the 0 error in 3.8

But this error does not exist in wysiwyg mode!! Its only there if your editor is in normal mode (non wysiwyg)

There is another little bug in that file.. but it has nothing todo with 3.8
find both fixes here: http://www.photopost.com/forum/1238073-post20.html

As to the delete error, i havent tried to delete a post under 3.8.. I will check tonight when i get home.. But as the error looks.. it must have been there before 3.8.
Are you sure you have the latest files? because it seems that either there is a bug that has nothing todo with vb3.8 (then it should be there also in vb3.7) OR in your 3.8 install you have some old rests of a version prior to 3.42... Anyway i will check that error message.. but i am in the office now.. and only have that install at home.

Luc

Last edited by Luciano; January 9th, 2009 at 11:14 AM.
Luciano is offline   Reply With Quote
Old January 9th, 2009, 11:12 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 208
Thanks Luc! You rock. That fixed it. I was just going to update my post and say that I found the fix for deleting the post in another thread. It had to do with adding "ppgal_" in front of something.

Thanks for your quick response.
MotoUp is offline   Reply With Quote
Old January 9th, 2009, 12:46 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2008
Posts: 11
That code fix worked perfectly! Thanks!
RomeoCharlie is offline   Reply With Quote
Old January 9th, 2009, 01:28 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
I passed that onto Michael
__________________
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 January 9th, 2009, 10:17 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 26
i wish photopost team will add
Human Verification into search, ecard and email image section for unregistered users

Last edited by al-taif.net; January 9th, 2009 at 10:22 PM.
al-taif.net is offline   Reply With Quote
Old January 9th, 2009, 10:30 PM   #8 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Quote:
Originally Posted by al-taif.net View Post
i wish photopost team will add
Human Verification into search, ecard and email image section for unregistered users
Well there is a hack for search..
http://www.photopost.com/forum/vb-3-...7-vb3-8-a.html

I have ecards and email OFF for unregistered users.. because those 2 functions can also be used by "human" spammers.. and I dont want them to be able to send mails from my server.

Luc
Luciano is offline   Reply With Quote
Old January 10th, 2009, 08:05 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Also keep in mind the beta forum for vbgallery has been open for some time now. I see users trying to suggest things in support threads but the developer is never going to see them so little chance he will know your wants.
__________________
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 January 10th, 2009, 11:15 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 169
Wish vbgalley had a real development, i think there was an update in a year and the program is starting to become buggy with the new vb
myuption is offline   Reply With Quote
Old January 10th, 2009, 03:39 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
vbGallery has an open active beta for the last couple months. Any suggestions should be placed in the beta 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 January 11th, 2009, 05:28 PM   #12 (permalink)
Member
 
Join Date: Jul 2005
Posts: 184
Quote:
Originally Posted by Luciano View Post
There is a little fix for the replacement by 0

vb 3.8 treats the $vbulletin->GPC['message'] differently...
open gallery/newreply.php:
find:
Code:
Content visible to verified customers only.
and replace with:
Code:
Content visible to verified customers only.
this takes care of the 0 error in 3.8

But this error does not exist in wysiwyg mode!! Its only there if your editor is in normal mode (non wysiwyg)

There is another little bug in that file.. but it has nothing todo with 3.8
find both fixes here: http://www.photopost.com/forum/1238073-post20.html

As to the delete error, i havent tried to delete a post under 3.8.. I will check tonight when i get home.. But as the error looks.. it must have been there before 3.8.
Are you sure you have the latest files? because it seems that either there is a bug that has nothing todo with vb3.8 (then it should be there also in vb3.7) OR in your 3.8 install you have some old rests of a version prior to 3.42... Anyway i will check that error message.. but i am in the office now.. and only have that install at home.

Luc
awesome. thanks! I had both errors you mentioned.

fixed now and working 3.8.0
Kseki is offline   Reply With Quote
Old January 16th, 2009, 07:25 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 26
Quote:
Originally Posted by Chuck S View Post
Also keep in mind the beta forum for vbgallery has been open for some time now. I see users trying to suggest things in support threads but the developer is never going to see them so little chance he will know your wants.
we are suggesting
but with no responds from developers

here is my suggestions
[suggestion] Human Verification, SEO and Meta Keywords

remember that we are waiting the latest version of vBGallery
to start upgrade to 3.8.0 .

Thanks
al-taif.net is offline   Reply With Quote
Old January 16th, 2009, 07:36 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
You can place suggestions in the suggestions forum but unfortunately that does not necessarily mean the developer will personally respond to any suggestions just that he will look there for ideas when the product is in a beta cycle.
__________________
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 January 17th, 2009, 12:08 PM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2008
Posts: 5
Quote:
Originally Posted by MotoUp View Post
Is there going to be an update for vBGallery to fix compatibility issues with vBulletin 3.8.0?
Quote:
Originally Posted by myuption View Post
Wish vbgalley had a real development, i think there was an update in a year and the program is starting to become buggy with the new vb
Agree. vBulletin 3.8.0 is gold for few days already, needed update of vBGallery is not (only) about new functions at this time, but at least about normal working together with last stable version of main product, to which is vBGallery bound. I just upgraded our site to vB 3.8.0 today and I have bugs due to issues with vBGallery :-(.
Quote:
Originally Posted by Chuck S View Post
vbGallery has an open active beta for the last couple months. Any suggestions should be placed in the beta forum.
Quote:
Originally Posted by Chuck S View Post
You can place suggestions in the suggestions forum but unfortunately that does not necessarily mean the developer will personally respond to any suggestions just that he will look there for ideas when the product is in a beta cycle.
Chuck, please, when we can expect update of vBGallery for troublefree functioning with vBulletin 3.8.0? I am not talking about new functions right now. I was looking for some info from your side regarding this, but I found nothing.
Charles_1 is offline   Reply With Quote
Old January 17th, 2009, 12:21 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
There is only one issue with vbGallery and vbulletin 3.8 and to my knowledge the fix is posted in post 3 of this thread. No other changes are needed. Luciano has tested things and this is all he has found. I also run vb 3.8 and find no issues other than the post comments issue which is an easy one line fix.
__________________
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 January 20th, 2009, 06:05 AM   #17 (permalink)
Junior Member
Verified Customer
 
Join Date: Apr 2005
Posts: 27
is this fix included in the last update from here?
PhotoPost 6.2 - 1/8/2009 Update!
animate is offline   Reply With Quote
Old January 20th, 2009, 06:52 AM   #18 (permalink)
Registered User
 
Join Date: Aug 2005
Posts: 1,229
Quote:
Originally Posted by animate View Post
is this fix included in the last update from here?
PhotoPost 6.2 - 1/8/2009 Update!
no that is photopostpro... not vbgallery!!!!
They are 2 different products!
Luciano is offline   Reply With Quote
Old January 20th, 2009, 08:38 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,702
Animate yes as Luciano points out your referencing a thread about a different product.

There should be a BETA 2.5 of vbgallery out soon for users to try. But as a side note the only issue with vb 3.8 was noted by Luciano about the comments thing and the little one line fix is posted above in this very thread.
__________________
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 2nd, 2009, 01:55 PM   #20 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2009
Posts: 9
Worked!
thanks!
rothnroll 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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Classifieds - Version Update: 3.03 - Security Update! Chuck S PhotoPost Announcements 0 July 3rd, 2008 07:21 AM
Reviewpost - Version Update: 4.02 - Security Update! Chuck S PhotoPost Announcements 0 July 3rd, 2008 07:20 AM
Images not showing anymore after update to vBulletin 3.5.5 LamBras Installs and Upgrade - vBulletin 3.5.X 1 August 4th, 2006 07:58 AM
PhotoPost 5.21 Update Posted (10/26/2005 Build Update) Michael P Photopost Pro Bug Reports 2 December 9th, 2005 01:41 PM


All times are GMT -5. The time now is 12:34 PM.

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