Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Maximum Length of EZpage?

Maximum Length of EZpage?

Locked

Views: 1,000

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Jan 2007, 12:40 AM
#1
dave5698225 avatar

dave5698225

New Zenner

Join Date:
Jan 2007
Posts:
2
Plugin Contributions:
0

Maximum Length of EZpage?

Is there a maximum length to the HTML code that you can paste into an EZPage?

I pasted a large block of HTML code inside a new EZPage and verified that everything fit in the box while in Administrator. However, after saving and previewing the page on my site, the bottom half of the HTML block was gone. I went back into Administrator and found that the code was indeed truncated inside the HTML box within the EZpage.

Searched the forum but could not find an answer.. is this working-as-intended?

Thanks!

9 Jan 2007, 1:54 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Maximum Length of EZpage?

Look at your database for the table that holds the EZpages data, that is where the size limit is.

Just looked it up- It is a text field and should hold 65535 characters (approx. 65kB) If you exceded that you should probably be splitting that page up anyway.

9 Jan 2007, 2:18 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Maximum Length of EZpage?

I suppose you could alter that to be a MEDIUMTEXT (16MB) or LONGTEXT (4GB) field type if you're willing to live with the potential issues of packet size and ram limitations. (best way to find out if those limitations impact you is to try it out, both from admin and storefront.)

However, as Kim says, you'd be best advised to split up that very large page into several pages ... 64KB is pretty big for a single page of content ...