 | |  | |
February 10th, 2010, 10:51 AM
|
#21 (permalink)
| | Junior Member Verified Customer
Join Date: Jun 2008
Posts: 15
|
Ahh - there was that little string I was looking for. I didn't think about looking in the admin php file for the gallery - I figured it was a call to a function in another php file!
As for the depreciation error - already have it tuned off in my php.ini - I just turned it back on to see if I could figure out why the thumbs wouldn't rebuild correctly.
Thanks,
|
| |
February 10th, 2010, 11:01 AM
|
#22 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
|
Correct to get rid of deprecated errors right now in PHP5 you can simply place @ in front of any function in the program to supress the error. Its not that big of a deal now because PHP5 although its deprecated still support those functions. Now beginning with php 6 alot of things will need to be rewritten.
|
| |
March 7th, 2010, 12:42 AM
|
#23 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 54
|
And what about PHP 5.3.2 released yesterday? Is there the same problem?
|
| |
March 7th, 2010, 05:53 AM
|
#24 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
|
If your running vbgallery and your php has changed and you get a deprecated error then yes to not get that error you can surpress it with @ in front of the php function thats the issue
|
| |
March 8th, 2010, 01:25 PM
|
#25 (permalink)
| | Member Verified Customer
Join Date: Mar 2005
Posts: 54
|
..and what about wrong thumbs problem? Does it fixed with PHP 5.3.2?
|
| |
March 8th, 2010, 01:29 PM
|
#26 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
|
well without knowing anything about your specific issue I cant comment.
You are posting in someone else's thread and there is nothing about wrong thumbs.
|
| |
April 2nd, 2010, 03:46 PM
|
#27 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2007
Posts: 25
|
This thread was a LIFESAVER. after upgrading to PHP 5.3.2. Thanks for all the inputs!! They worked.
|
| |
April 2nd, 2010, 07:25 PM
|
#28 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
|
glad it was useful
|
| |
May 18th, 2010, 07:43 PM
|
#29 (permalink)
| | Member Verified Customer
Join Date: Dec 2004
Posts: 78
|
Luciano,
I performed your changes to the 2.5.1 code, as you state in posts 12 & 19.
I then ran "Rebuild Image Sizes" against the affected categories in the Photopost vBGallery, and WHAM, the screwy "all the same" thumbnails were fixed.
Thanks for your work on this 'feature'.
KC
|
| |
January 12th, 2011, 07:27 AM
|
#30 (permalink)
| | Member Verified Customer
Join Date: Feb 2002
Posts: 181
|
This is STILL an issue (2.51 3.8 version). Honestly this should have been fixed a long time ago. We were having troubles with thumbnails as the original poster was and we applied his fixes and that corrected it. PHP 5.2 has just reached EOL so unless you want a bunch of support requests for this, I suggest you apply these patches to the latest version because hosts will be updating to 5.3 soon.
|
| |
March 8th, 2011, 07:30 AM
|
#31 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2011
Posts: 3
|
Is there a plan to fix this? The latest version available for download for VB3.8 is still 2.51. Also, is this issue fixed in version 3 (for installations of VB4)?
|
| |
March 8th, 2011, 01:40 PM
|
#32 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 1,229
|
this issue never existed in vbgallery 3.
I am running vbgallery 3 with php 5.34 and have no issues.
Luc
|
| |
January 20th, 2012, 04:11 PM
|
#33 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 106
|
Did this bug ever get fixed? I'm having the same issue.
|
| |
January 20th, 2012, 05:27 PM
|
#34 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
| |
| |
January 21st, 2012, 07:38 AM
|
#36 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
|
You can do that sure.
|
| |
March 12th, 2012, 10:40 AM
|
#37 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 106
|
I have tried to find the following: Code: Content visible to verified customers only.
in functions_gallery_imageedit.php
but it's not there.
I am having this thumbnail issue as mentioned by the OP.
By the way, I am using vbGallery 2.1
Last edited by edprush; March 12th, 2012 at 10:42 AM.
Reason: 2.1
|
| |
March 12th, 2012, 10:47 AM
|
#38 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
|
My suggestion is you upgrade if your using such an old version as it would not be designed to run on newer PHP. Now any discussions here in these older threads would be applied to any version these discussions would be on which I think would be 2.51 or 2.43 meaning the downloaded code here would be correct. There has not been a vbGallery 2.1 in many years.
|
| |
March 12th, 2012, 10:59 AM
|
#39 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 106
|
Thank you, Chuck.
Turns out that I must have been using the "search" function on Notepad++ wrong because it didn't find the code but I found it manually looking for it.
I will go ahead and upgrade my version of vBgallery. I haven't upgraded in years. Can you point me to instructions on how to upgrade from 2.1 to 2.51?
|
| |
March 12th, 2012, 11:04 AM
|
#40 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,676
|
Well the instructions are in the downloaded code. basically your uploading everything and you run the vbgallery_install.php file and select the upgrade process.
|
| | |
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:45 AM. | |