Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • Tolden posted an update in the group bpCKEditor: 13 years, 4 months ago

    The editor works but I get this error message:

    Warning: Invalid argument supplied for foreach() in /is/htdocs/XXXXX/www/XXXXX/wp-content/plugins/bpckeditor/frontend.php on line 20

    How can I fix this?

    • Hello Tolden… Sorry for the delay…

      To solve it, please find line 20 in that file. It will show you a block like this one:

      foreach ($options[‘config’] as $option => $value) {
      if ($value != ”) {
      if ($value == ‘true’) {
      $CKEditor->config[$option] = true;
      } elseif ($value ==’false’)…[Read more]

Skip to toolbar