WYSIWYG editor is not showing anymore

3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 10, 2012   (RSS)

By kovali - September 9, 2012

Hi,

I have a website running with CMSB for some time already but now the WYSIWYG editor doesn't open anymore..., I get a blank page instead.

I noticed an error_log file in: /public_html/beheer/3rdParty/tiny_mce which shows the following error: [09-Sep-2012 11:48:02 UTC] PHP Warning: readfile() has been disabled for security reasons in /home/echob123/public_html/beheer/3rdParty/tiny_mce/tiny_mce_gzip.php on line 236

Line 236 in the code = readfile($cacheFile);

Any idea what causes this problem please ?

Everything used to work fine before for some months already, but now I get this error...

Thx for your help!

Re: [kovali] WYSIWYG editor is not showing anymore

By Jason - September 10, 2012

Hi,

From the look of the error, it seems like your host has disabled the PHP function readfile(). This is a common PHP function (http://ca.php.net/readfile). The best solution here would be to contact your host and ask them to re enable this function.

Please let us know if they're not able to resolve this issue or if you run into any other problems.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] WYSIWYG editor is not showing anymore

By kovali - September 10, 2012

Ok Jason, thanks, the host has fixed the problem.