GoDaddy - Preview DNS

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 13, 2009   (RSS)

Re: [richb] GoDaddy - Preview DNS

By Dave - August 12, 2009

Hi richb,

We thought we had that fixed in a previous release. Basically godaddy adds some code that breaks the javascript in CMSB. Obviously our workaround was missing something if you're still getting an error. If you can email your CMS and FTP login details to me at dave@interactivetools.com along with short instructions on how to re-create the error I can patch your version and include that in the next release as well.

Note: Email, don't post login details to the forum.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [richb] GoDaddy - Preview DNS

By Dave - August 13, 2009

Hi Rich,

Thanks for sending your info through. For anyone else who has this error you can fix it by changing this line in /lib/init.php from this:
if (!$html) { ob_start('removePreviewDnsContent'); }

to this:
if ($html === null) { ob_start('removePreviewDnsContent'); }

And this fix will be in v1.33 as well.

Thanks!
Dave Edis - Senior Developer
interactivetools.com