PDA

View Full Version : CMS widgets


wisemasterchief
10-02-2014, 12:05 AM
When I edit a CMS widget, it breaks when the layout is written to screen... the widget is not displaying at all, but rather an edit box for entering static HTML with the template name displayed under.

help me!

tbworld
10-02-2014, 01:45 AM
1. Have you shut off the plugin/hook system and retried?
2. Any widget, a particular widget or is it just the act of editing?
3. vBulletin version?
4. PHP version?
5. Javascript errors in your console?
6. Errors reported in your PHP log?

If you would like assistance, please provide us with as much information as you can. :)

Lynne
10-02-2014, 04:08 PM
If you are running vB4.2.2, please add the following line to your config.php file under the <?php line:


define('SKIP_DS_ERRORS', true);

wisemasterchief
10-04-2014, 11:34 PM
If you are running vB4.2.2, please add the following line to your config.php file under the <?php line:


define('SKIP_DS_ERRORS', true);


thank you Lynne... that was the fix.
that also took care of deprecation warnings elsewhere in the site install