 | |  | |
October 3rd, 2010, 04:40 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 35
| Error: Your image is too small.
edit: Solved the problem. I recently altered a setting in my php.ini, and that was the culprit. Please ignore.
Last edited by AfterWorldForum; October 3rd, 2010 at 04:52 AM.
|
| |
October 4th, 2010, 07:30 AM
|
#2 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 1,229
|
But still it shouldn't give you that error. That error comes from filetype setting : min width or min height.
|
| |
October 12th, 2010, 07:52 AM
|
#3 (permalink)
| | Registered User
Join Date: Nov 2007
Posts: 1
|
you can use 150 * 150 px
also there is bug error: on the gallery/stats.php
for v2.4.3 on VB 3.8.6 Quote:
Invalid SQL:
SELECT user.userid, user.usergroupid, user.username, ppgal_user.ppicount
FROM user AS user
LEFT JOIN ppgal_user AS ppgal_user ON (ppgal_user.userid = user.userid)
WHERE ppicount > 0
ORDER BY ppicount DESC
LIMIT 10;
MySQL Error : Column 'ppicount' in where clause is ambiguous
Error Number : 1052
Script : xxx.com/gallery/stats.php
| any help?
Last edited by SyRiAn BoY; October 12th, 2010 at 07:59 AM.
|
| |
October 12th, 2010, 12:16 PM
|
#4 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 1,229
|
problem is i do not have a copy of 2.43 you should upgrade to 2.5x
|
| |
December 13th, 2010, 03:41 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2005
Posts: 119
|
Same issue her with 2.51 and VB 3.8.6:
Invalid SQL:
SELECT user.userid, user.usergroupid, user.username, ppgal_user.ppicount
FROM vb3_user AS user
LEFT JOIN vb3_ppgal_user AS ppgal_user ON (ppgal_user.userid = user.userid)
WHERE ppicount > 0
ORDER BY ppicount DESC
LIMIT 10;
MySQL-Fehler : Column 'ppicount' in where clause is ambiguous
Fehler-Nr. : 1052
Fehler-Zeit : Monday, 13.12.2010 @ 10:36:48
Datum : Monday, 13.12.2010 @ 10:36:49
Skript : http://xxxxx/stats.php
Referrer : Quote:
Originally Posted by SyRiAn BoY you can use 150 * 150 px
also there is bug error: on the gallery/stats.php
for v2.4.3 on VB 3.8.6 |
Last edited by klaush; December 13th, 2010 at 03:59 AM.
|
| |
December 13th, 2010, 06:21 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Oct 2005
Posts: 119
|
Thanks, but nope, that did not solve the problem! Quote:
Originally Posted by kevin_lee You have to change property of image file and set size. | |
| |
December 13th, 2010, 06:24 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Oct 2005
Posts: 119
|
Could you please explain a little more detailed, please; thanks! Quote:
Originally Posted by kevin_lee You have to change property of image file and set size. | |
| |
December 13th, 2010, 07:29 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
I believe he is referring to setting your image types and properties under the attachment manager in vbulletin.
|
| |
December 13th, 2010, 08:23 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Oct 2005
Posts: 119
|
May be...:-) What has this to do with the "stats.php" in the gallery folder? Or clearer, what cuses the error?
And if, what are the correct settings for those settings?
Greetings
Klaus Quote:
Originally Posted by Chuck S I believe he is referring to setting your image types and properties under the attachment manager in vbulletin. |
Last edited by klaush; December 13th, 2010 at 08:46 AM.
|
| |
December 13th, 2010, 09:09 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
This thread has nothing to do with stats. This error happens when a file is being uploaded that is smaller than the minimum thresholds set up for your filetypes.
|
| |
December 13th, 2010, 09:31 AM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Oct 2005
Posts: 119
|
Thanks, Chuck; i thought so!
But that did not solve my problem!:-)
|
| |
December 13th, 2010, 09:49 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
If you encounter issues you should ensure you are using the latest code. Are you using 2.51
|
| |
December 13th, 2010, 09:52 AM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Oct 2005
Posts: 119
|
Yes Chuck, with a fresh install and importing the categories and files with the importer from photopost, which we will need in future for other things in the community.
Greetings
Klaus Quote:
Originally Posted by Chuck S If you encounter issues you should ensure you are using the latest code. Are you using 2.51 | |
| |
December 13th, 2010, 10:06 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
what I am saying is what error are you getting? Thats one thing that happens when people start posting in other peoples threads. This thread is about a minimum issue and then someone else started saying something about stats.php error which has nothing to do with this thread.
|
| |
December 13th, 2010, 10:16 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Oct 2005
Posts: 119
|
O.k., lets do this in a new thread, if you like!
Thanks
Klaus Quote:
Originally Posted by Chuck S what I am saying is what error are you getting? Thats one thing that happens when people start posting in other peoples threads. This thread is about a minimum issue and then someone else started saying something about stats.php error which has nothing to do with this thread. | |
| |
December 13th, 2010, 10:25 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
Yep better now that we know what issue we are talking about and I posted |
| |
May 25th, 2011, 07:56 AM
|
#17 (permalink)
| | Junior Member Verified Customer
Join Date: May 2011
Posts: 5
|
I'm having the same trouble with this filetypes issue. Chuck, i try to change min width or min height but it still wont work.
the error:
Your image is too small. The minimum dimensions for this type of image in this category are 0 x 0 - keeps popping up.
My images are 533 - 800, how can i avoid this error?
|
| |
May 25th, 2011, 09:19 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
Luciano provides support for vbGallery I will pass this on to him
|
| |
May 25th, 2011, 09:26 AM
|
#19 (permalink)
| | Junior Member Verified Customer
Join Date: May 2011
Posts: 5
|
Chuck, I'm currently speaking with you via Email. I will continue to speak with you there. Maybe CC Luciano into our emails.
Thanks,
|
| |
May 25th, 2011, 09:30 AM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
You created your own issue. You created that directory to upload the images to and never set it to 777. when bulk uploading your directory and files should be 777 permissions you upload. You told me this in an email.
|
| | |
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 07:24 AM. | |