|
Attention: Last reply in this thread was more than 18 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
Maximum Number of Allowed File Uploads Exceeded
I get this error now ( as do all my users) when attempting to upload. I've looked for a setting around this and can't find one. Help?
-Drew |
#2
|
||||
|
||||
vB ACP -> PhotoPlog -> Usergroup Manager -> Edit Usergroup -> Go -> PhotoPlog Permissions -> Maximum File Limit
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
I set it to 10000 (was 100) - still no dice.
|
#4
|
||||
|
||||
Are your users in any secondary usergroup that has a blank or zero for the limit?
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#5
|
|||
|
|||
I just checked, doesn't seem to be the case. Still no worky.
|
#6
|
||||
|
||||
Run the following query from say phpMyAdmin, replacing vb_ with your vB table prefix:
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#7
|
|||
|
|||
Database: swb_vb
Generation Time: Mar 08, 2006 at 09:42 PM Generated by: phpMyAdmin 2.7.0-pl1 / MySQL 4.1.15-log SQL query: SELECT usergroupid, photoplogmaxfilelimit FROM usergroup;; Rows: 10 usergroupid photoplogmaxfilelimit 1 100 2 99999 (admins) 3 100 4 100 5 10000 (super mods) 6 10000 (reg users) 7 100 8 100 9 0 10 0 |
#8
|
||||
|
||||
Set the usergroups 9 and 10 to have say 100 as their Maximum File Limit, and use the yes/no options to set upload and other permissions. Zero for Maximum File Limit is like a buzzkill, overriding the other permission, but if you change the zero to a number larger than zero, the greater permission should then apply.
EDIT: the Lite version treats zero as zero, but vB treats zero as unlimited, so this is why the zero is a buzz kill in the Lite version. In order to handle category level permissions, the Pro version now treats zero as unlimited.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Maximum number of images supported? | Ace | Pre-Sale Questions | 1 | 06-01-2008 05:39 PM |