Their vBulletin setup has 25-30 products installed.
Once I disabled the plugin system the install was fine.
Hey HerrSieben,
You may want to place some of the larger plugins in a php file on the server.
Optimizing Plugin Memory Usage Quote:
|
The plugin system works by storing all plugin code for all scripts in memory, so you can quickly find your plugins using large amounts of memory if they contain a lot of code.
|