By cybe on
So I have a lot of big articles I wanto add but the max size seems to be 64kb, what do I tweak? Php, apache or mysql? Can
So I have a lot of big articles I wanto add but the max size seems to be 64kb, what do I tweak? Php, apache or mysql? Can
Comments
MySQL
In MySQL run
this should be enough, your new max will be 2^24 chars
--
Marco
max page node size?!?
I am trying to paste a table from dreamweaver into a drupal page node. The code itself is about 15k. I have applied the tweak above to no avail. I keep getting a page not found error. If I paste part of the code in and enclose it in
It will show it but when ever I try to do the whole thing it gives me the page not found error. I have tried removing everything except the
same problem as allitbooks
I am having the same problem as allitbooks: trying to enter the following html table into a page node in drupal 4.7.0 I get the error page that follows the code.
Error Page...
I checked the MySQL entry under nodes/body as suggested by marco but it was set to
which I would assume is longer than
and it certainly looks that way from MySQL documentation.
One funny thing: I find I can succesfully post up to the table row for dpreview successfully and can copy and paste the earlier entries into the same table after this thus giving me duplicate entries. So I assume there is something with the way the HTML is written after this that is wrong but I can't detect it.
Anyone got any ideas??
Same issue
I am having the same issue here. Drupal refuses to render the page if the textarea is larger then 64kb.
Any solutions or tweaks?
I have the same issue here D
I have the same issue here D 6.15.
My text in english is 62000 bytes, and it displays well.
The russian version is 52000 and the text does not appear. I myust cut half the text to get the text displayed.