PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.7x / 3.8x (http://www.photopost.com/forum/bugs-vbulletin-3-7x-3-8x/)
-   -   Error: Your image is too small. (http://www.photopost.com/forum/bugs-vbulletin-3-7x-3-8x/144144-error-your-image-too-small.html)

AfterWorldForum October 3rd, 2010 04:40 AM

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.

Luciano October 4th, 2010 07:30 AM

But still it shouldn't give you that error. That error comes from filetype setting : min width or min height.

SyRiAn BoY October 12th, 2010 07:52 AM

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?

Luciano October 12th, 2010 12:16 PM

problem is i do not have a copy of 2.43 you should upgrade to 2.5x

klaush December 13th, 2010 03:41 AM

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 (Post 1277760)
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


klaush December 13th, 2010 06:21 AM

Thanks, but nope, that did not solve the problem!

Quote:

Originally Posted by kevin_lee (Post 1281199)
You have to change property of image file and set size.


klaush December 13th, 2010 06:24 AM

Could you please explain a little more detailed, please; thanks!

Quote:

Originally Posted by kevin_lee (Post 1281199)
You have to change property of image file and set size.


Chuck S December 13th, 2010 07:29 AM

I believe he is referring to setting your image types and properties under the attachment manager in vbulletin.

klaush December 13th, 2010 08:23 AM

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 (Post 1281206)
I believe he is referring to setting your image types and properties under the attachment manager in vbulletin.


Chuck S December 13th, 2010 09:09 AM

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.

klaush December 13th, 2010 09:31 AM

Thanks, Chuck; i thought so!

But that did not solve my problem!:-)

Chuck S December 13th, 2010 09:49 AM

If you encounter issues you should ensure you are using the latest code. Are you using 2.51

klaush December 13th, 2010 09:52 AM

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 (Post 1281218)
If you encounter issues you should ensure you are using the latest code. Are you using 2.51


Chuck S December 13th, 2010 10:06 AM

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.

klaush December 13th, 2010 10:16 AM

O.k., lets do this in a new thread, if you like!

Thanks

Klaus

Quote:

Originally Posted by Chuck S (Post 1281221)
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.


Chuck S December 13th, 2010 10:25 AM

Yep better now that we know what issue we are talking about and I posted ;)

Soundsoflove May 25th, 2011 07:56 AM

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?

Chuck S May 25th, 2011 09:19 AM

Luciano provides support for vbGallery I will pass this on to him

Soundsoflove May 25th, 2011 09:26 AM

Chuck, I'm currently speaking with you via Email. I will continue to speak with you there. Maybe CC Luciano into our emails.

Thanks,

Chuck S May 25th, 2011 09:30 AM

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.


All times are GMT -5. The time now is 09:47 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97