CKEditor for WYSIWYG Module on Drupal

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
mohamedismail
-


Joined: 30 Sep 2013
Posts: 3
Location: Schaumburg, IL.

PostPosted: Wed Dec 18, 2013 3:19 pm    Post subject: CKEditor for WYSIWYG Module on Drupal Reply with quote

I am trying to install CKEditor but I am getting this error mesage:
Xmessage: Notice: Undefined offset: 2 in wysiwyg_ckeditor_version() (line 85 of /var/www/vhosts/loggersms.com/httpdocs/sites/all/modules/wysiwyg/editors/ckeditor.inc). I changed ' into '' in that certain line.
_________________
Drupal Developers | Drupal Development
Back to top View user's profile Send private message Visit poster's website
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Sat Jan 18, 2014 9:36 am    Post subject: Re: CKEditor for WYSIWYG Module on Drupal Reply with quote

mohamedismail wrote:
I am trying to install CKEditor but I am getting this error mesage:
Xmessage: Notice: Undefined offset: 2 in wysiwyg_ckeditor_version() (line 85 of /var/www/vhosts/loggersms.com/httpdocs/sites/all/modules/wysiwyg/editors/ckeditor.inc). I changed ' into '' in that certain line.


A notice is not an error. Disable notices display in your php.ini to get rid of that message.

Edit php.ini, find the line starting with errors= and change it to:

Code:
error_reporting = E_ALL & ~E_NOTICE

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group