Beta Update

A place to report and discuss issues with the CMSMS 1.10 beta.
Locked
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Beta Update

Post by calguy1000 »

We plan to release a beta3 version tomorrow (Saturday the 15th of September 2011), assuming we can track down one problem wrt curl and the module manager (which I can't reproduce).

Some of the things solved/updated in beta3 are:
- MicroTiny
- Updated to new version of TinyMCE
- Static config option is now removed, a new mechanism that should solve the previous problems with TinyMCE not appearing has been implemented.
- Added a few new options and features (remove formatting button, resizing capability...).
- Smarty Processing
- Fixed an issue with the loading of plugins to resolve issues with lazy loading of plugins and modules.
- News LazyLoad
- News can't lazyload because of the routes.. hopefully we'll re-do the route stuff in CMSMS 1.11.
- More.

Edit:
We've replaced the ContentPostRender event in smarty MicroTiny with a new plugin called {cms_init_editor} that should be called in the head section of the page template, or in the page specific medata on templates, or pages that you wish the frontend wysiwyg to work on. This plugin will grab the preference for the frontend WYSIWYG module and check if that module has been activated in this request... if it has, then it will output the modules' initialization code (usually some javascript stuff).
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
deactivated010521

Re: Beta Update

Post by deactivated010521 »

calguy1000 wrote:assuming we can track down one problem wrt curl and the module manager (which I can't reproduce).
Ask the person with the curl problem to place some debug code after line: 838 of: lib/classes/class.cms_http_request.php

aka:

Code: Select all

$content = curl_exec($ch);
$getinfo = curl_getinfo($ch);
print "<pre>\n";
print_r($getinfo);
print "</pre>\n";
On most hosts you get a http error code 200 (ok) on some hosts a nasty http 413 error code (Request entity too large). If that's the case I might have some directions for a fix.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Beta Update

Post by calguy1000 »

I haven't been able to reproduce the 413 error... but just incase, what are you thinking?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “[locked] CMSMS 1.10 Beta”