PDA

View Full Version : Template file size?


oldfan
10-21-2005, 01:40 AM
Whats the maximum file size of a template?
Or the maximum text on a template?

I'm asking because I'm trying to create my dvd list (its huge), its no longer accepting entries.
When I add more and try to save it, instead of returning to the edit template "tree" it goes to a blank page...

thanks

http://members.metallifukinca.com/m.php?

Marco van Herwaarden
10-21-2005, 05:09 AM
This might be caused by apache/php/mysql limits set on your server. Please check those.
The maximum set by vB would be ~16777215 bytes.

oldfan
10-25-2005, 02:38 AM
I contacted my isp and they told me to create a .htaccess with the follow info..

php_value post_max_size 20M
php_value upload_max_size 20M

I'm still having the same issue, the style manager goes blank after saving the new input

Guest190829
10-25-2005, 02:48 AM
Are you hardcoded the list in the style manager? Surely it would be better to use a database if you aren't doing so already...

oldfan
10-25-2005, 02:59 AM
huh?

Guest190829
10-25-2005, 03:05 AM
Are you adding dvd entries directly into the template?

oldfan
10-25-2005, 03:28 AM
oh sorry, yes I am

Guest190829
10-25-2005, 03:33 AM
Well then I suggest making a table of dvd movies in your database, then just querying it. This will take a whole load of of the templates.

oldfan
10-25-2005, 03:41 AM
Well then I suggest making a table of dvd movies in your database, then just querying it. This will take a whole load of of the templates.

I wouldn't have a clue how to do that :(

anyone wanna help me out please? :)