jhdesign Posted October 14, 2006 Posted October 14, 2006 I had to create 24 shipping modules that are used in 24 different Shipping Zones. (Which use a table rate module that was hacked using a contribution to charge $X for first kg and $Y for addtional KG) If I have 20 modules installed then checkout_shipping.php works fine. If I install any additional module (meaning I'm at 21 now installed) the checkout_shipping.php goes BLANK. I've tested it on a clean latest version install of OSC and the error is still there. Has any encountered this?
jhdesign Posted October 14, 2006 Author Posted October 14, 2006 I found the issue. In cofiguration table, configuration_value is limited to 255 characters. And there is a table that listed all the modules installed, so it was cutting off the module names when it went beyond 255 characters. I just increased the limit to 1000 and it worked.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.