Welcome Guest, Not a member yet? Register   Sign In
Fckeditor+CI online
#1

[eluser]rurkss[/eluser]
Please, help me. I got this message, after I loaded my site on host
Code:
A PHP Error was encountered

Severity: Warning

Message: include_once(system/application/plugins/fckeditor/fckeditor_php5.php ) [function.include-once]: failed to open stream: No such file or directory

Filename: libraries/fckeditor.php

Line Number: 31
A PHP Error was encountered

Severity: Warning

Message: include_once() [function.include]: Failed opening 'system/application/plugins/fckeditor/fckeditor_php5.php ' for inclusion (include_path='.:/usr/local/php5/lib/php')

Filename: libraries/fckeditor.php

Line Number: 31
A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/rafinad/domains/mechty.com.ua/public_html/system/libraries/Exceptions.php:166)

Filename: codeigniter/Common.php

Line Number: 356
On localhost everything is working fine. why i got that message??!!

my config.php file
Code:
$config['fckeditor_basepath'] = "/system/application/plugins/fckeditor/"; // should start with slash

my fckeditor.php file in system/application/libraries/
Code:
if (!defined('BASEPATH')) exit('No direct script access allowed');
....
....
....
if ( !function_exists('version_compare') || version_compare( phpversion(), '5', '<' ) )
    include_once( 'system/application/plugins/fckeditor/fckeditor_php4.php'  ) ;
else
    include_once( 'system/application/plugins/fckeditor/fckeditor_php5.php ' ) ;


Messages In This Thread
Fckeditor+CI online - by El Forum - 04-16-2010, 09:48 AM
Fckeditor+CI online - by El Forum - 04-16-2010, 10:23 AM
Fckeditor+CI online - by El Forum - 04-16-2010, 10:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB