Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 05:05:27 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155544 Posts in 21714 Topics by 7736 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: FCKEditor Modul not displayed  (Read 215 times)
laurentw

Offline Offline

Posts: 4


« on: January 29, 2011, 05:46:39 PM »

Hi,
I've installed the new Wb 2.8.1 and the FCK is not displayed at all when trying to modify a page.

I uptaded manually the module (2.9.5), installing and uninstalling.

Any idea ?
Logged
laurentw

Offline Offline

Posts: 4


« Reply #1 on: January 31, 2011, 07:03:21 PM »

Finally, I founded the solution :

If you see in the Apache log that kind of message :

Code:
PHP Warning: main() [<a href='function.main'>function.main</a>]: open_basedir restriction in effect. File(/usr/share/pear/fckeditor_php5.php) is not within the allowed path(s):

The following line added to .htaccess file in the root directory normaly solve the problem :

Code:
php_value include_path '.:/var/www/vhosts/domain.com/httpdocs'

The value is the root path of the domain for the web site. You can find it with phpinfo :
Code:
<?php phpinfo() ?>
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!