Log in

View Full Version : Maximum Number of Allowed File Uploads Exceeded


drew@odmart.com
03-09-2006, 01:13 AM
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

Morgan
03-09-2006, 01:20 AM
vB ACP -> PhotoPlog -> Usergroup Manager -> Edit Usergroup -> Go -> PhotoPlog Permissions -> Maximum File Limit

drew@odmart.com
03-09-2006, 01:23 AM
I set it to 10000 (was 100) - still no dice.

Morgan
03-09-2006, 01:27 AM
Are your users in any secondary usergroup that has a blank or zero for the limit?

drew@odmart.com
03-09-2006, 02:50 AM
I just checked, doesn't seem to be the case. Still no worky.

Morgan
03-09-2006, 03:18 AM
Run the following query from say phpMyAdmin, replacing vb_ with your vB table prefix:
Content visible to registered users only.
What are the results?

drew@odmart.com
03-09-2006, 04:46 AM
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

Morgan
03-09-2006, 06:33 AM
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.