Do this.
Open up MySQL. and insert this:
Code:
select value from variables where varname='expansions';
If you do NOT see 255, but another number, insert this:
Code:
update variables set value=255 where varname like 'expansions';
By the way, this is EASILY found with Search.