Calguy,
I had the same issue for a month or two now. When my hosting upgraded to 5.2.12 it did NOT fix my site.
Don
Search found 36 matches
- Tue Feb 16, 2010 3:08 pm
- Forum: CMSMS Core
- Topic: Page Loading and Not Loading issues.
- Replies: 37
- Views: 12216
- Tue Feb 16, 2010 2:05 pm
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
I have finally gotten the hosting company to upgrade to PHP 5.2.12 but the exact same problem exists. It is as I feared, not a PHP problem. Has anyone seen this issue with possibly an incomplete upgrade? Or does anyone have a way to get more information from the system to help determine what is happ...
- Wed Feb 03, 2010 10:55 am
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
I'm actually trying to get someone to help me to understand whether it really is a PHP issue or perhaps a mis-installed or mis-configured module.
It seems like there's never been any declared requirement of PHP higher than 5.3.6.
It seems like there's never been any declared requirement of PHP higher than 5.3.6.
- Tue Feb 02, 2010 1:07 pm
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
I have been trying to get my hosting company to upgrade the Php, but it isn't happening anytime soon. Why would we write the module in such a way to rule out most of the shared hosting companies? What is in the code that requires the later Php? Does anyone know? Perhaps I could code around the issue...
- Tue Jan 12, 2010 12:06 pm
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
Unfortunately I am in a hosting environment. I'm not sure I can update. Is there something missing in the one I have loaded? I just upgraded this customer to the newest platform available. It seems more like a coding error than a PHP issue. Do you have a specific theory of what might be wrong? Thanks
- Tue Jan 12, 2010 11:26 am
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
---------------------------------------------- Cms Version: 1.6.6 Installed Modules: * CMSMailer: 1.73.14 * FileManager: 1.0.1 * MenuManager: 1.6.2 * ModuleManager: 1.3.1 * News: 2.10.3 * nuSOAP: 1.0.1 * Search: 1.6.1 * ThemeManager: 1.1.1 * TinyMCE: 2.5.5 * C...
- Tue Jan 12, 2010 2:41 am
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
I'm pretty sure this is the default one: between the lines: --------------------------------------------------- {* billing form template *} {* this is a frontend template *} {if $logged_in} {$Orders->Lang('order_processing')}: {if isset($status)} {* there is an error of some type.... you can check...
- Tue Jan 12, 2010 2:23 am
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
I turned on debug and got these messages: Notice: Use of undefined constant ADDR_POLICY_LAST - assumed 'ADDR_POLICY_LAST' in /hsphere/local/home/c63396/millenniumlightingonline.com/modules/Orders/action.default.php on line 135 Notice: Undefined index: -1 in /hsphere/local/home/c63396/millenniumlight...
- Tue Jan 12, 2010 2:02 am
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
Re: zend_mm_heap corrupted
This is the line in the template that it dies on:
{assign var='addr' value=$one->get_shipping_address()}
Any ideas?
{assign var='addr' value=$one->get_shipping_address()}
Any ideas?
- Thu Jan 07, 2010 1:30 pm
- Forum: Modules/Add-Ons
- Topic: zend_mm_heap corrupted
- Replies: 16
- Views: 8238
zend_mm_heap corrupted
How do I debug this? 1.6.6 "Bonde" Orders 1.6.12, Products 2.4.6, Cart 1.4.2, Cgextensions 1.17.6, CGPaymentGatewayBase 1.0.3, , FEU 1.6.11, PayPalGateway 2.1.4, PriceBasedShipping 1.0.2, SelfRegistration 1.2.5, warehouse_taxes 1.1 I can add products, view the cart. When I go to the checko...
- Mon Nov 30, 2009 3:59 am
- Forum: CMSMS Core
- Topic: examples of taxes, shipping - anyone have them?
- Replies: 1
- Views: 875
Re: examples of taxes, shipping - anyone have them?
I just went into the database and the value is stored correctly, so I only need examples of the shipping rates.
Thanks!
Thanks!
- Mon Nov 30, 2009 3:42 am
- Forum: CMSMS Core
- Topic: examples of taxes, shipping - anyone have them?
- Replies: 1
- Views: 875
examples of taxes, shipping - anyone have them?
Hi, I have an IL tax rate of 7.25% and I got an error when I typed in 7.25 I got an "Invalid tax rate", but it won't take 0.0725 because it sets it to .07 any ideas? Also, if someone has used PriceBasedShipping I need to implement a basic 10% shipping cost that tapers off and I'm not sure ...
- Mon Nov 30, 2009 3:38 am
- Forum: CMSMS Core
- Topic: [solved] SelfRegistration shows form, submit results in 404
- Replies: 4
- Views: 1718
Re: SelfRegistration shows form, submit results in 404
Rolf,
I fixed this, but I can't remember how. I remember it was a dumb mistake, but I had several things wrong and now have the entire product/cart module set working.
I'm working on Orders now
I fixed this, but I can't remember how. I remember it was a dumb mistake, but I had several things wrong and now have the entire product/cart module set working.
I'm working on Orders now

- Sat Nov 28, 2009 6:08 pm
- Forum: CMSMS Core
- Topic: [solved] SelfRegistration shows form, submit results in 404
- Replies: 4
- Views: 1718
Re: SelfRegistration shows form, submit results in 404
Rolf,
I had originally set it to home.
I tried removing it and to set it to register-now neither worked any differently.
BTW, no registered users are being created if that helps.
I had originally set it to home.
I tried removing it and to set it to register-now neither worked any differently.
BTW, no registered users are being created if that helps.
- Sat Nov 28, 2009 4:53 pm
- Forum: CMSMS Core
- Topic: [solved] SelfRegistration shows form, submit results in 404
- Replies: 4
- Views: 1718
[solved] SelfRegistration shows form, submit results in 404
I am trying to get SelfRegistration to work. I have created the register-now page and placed this tag on eit: {cms_module module=SelfRegistration group=ecommerce} The page comes up and presents my form fields great. Then when I fill them and click on submit, I get a 404 on the post. I have checked t...