| Author |
Article size! |
|
BigDaveKnight
Quite a regular Joined: 19-May-2006 Posts: 42
From: Portsmouth, Hampshire, UK
|
Posted: 2011-06-29 13:31
I've started hitting the maximum size permissible for articles with some of the more extensive results tables I've been adding on my sports website - and this restriction seems to be truncating my articles prematurely! Is there any simple way to increase the maximum size of articles? ----------------- 
|
|
BigDaveKnight
Quite a regular Joined: 19-May-2006 Posts: 42
From: Portsmouth, Hampshire, UK
|
Posted: 2011-06-30 11:00
Kang? Doyley? AVW? Anyone?
|
|
avw
MPN Developer Joined: 07-Nov-2001 Posts: 1300
From: Houten
|
Posted: 2011-07-05 16:56
Is it truncated by the database? If so, use the database manager that you are used to (eg. phpMyAdmin) to extend the length of the fields home_text and story_text of table mpn_stories from type text into type mediumtext. I don't remember if their is a fysical restriction in the code, I don't expect that to be. So with a bit of luck, this should be the solution to your problem. Let me know your results. ----------------- Arjan MPN Project Manager
|
|
BigDaveKnight
Quite a regular Joined: 19-May-2006 Posts: 42
From: Portsmouth, Hampshire, UK
|
Posted: 2011-07-09 18:19
Cheers Arjan! ----------------- 
|