Jump to content

failed to open stream: No such file or directory


NaniG

Recommended Posts

Hi to all,

 

 Am tryed to install / configure the KCFinder with CKEditor into my admin side. Am successfully configured and it is working fine in localhost (local machine) as well as in Remote Server Desktop (Test machine). But when i uploaded into production server, am getting the following type of error.

 

Warning: require(core/browser.php) [function.require]: failed to open stream: No such file or directory in /home/content/a/i/o/test/html/admin/ckeditor/kcfinder/core/autoload.php on line 30

 

 

Fatal error: require() [function.require]: Failed opening required 'core/browser.php' (include_path='.;C:\xampp\php\PEAR') in /home/content/a/i/o/test/html/admin/ckeditor/kcfinder/core/autoload.php on line 30

 

 

Am developing the site in Smarty (PHP) as well as MySQL as backend and my site is hosted in goDaddy shared hosting.

 

Please help me out form these issue

 

Thanks for reply Jugesh.

 

Yes, the include path is different in PHP.ini file and it is include_path:.;C:\xampp\php\PEAR. I uploaded PHP5.ini file due to my site was hosted in goDaddy Shared hosting. i changed the include path in php.ini file as "home\content\a\i\o\test\html", but getting the same error. Is the include path is right syntax, or shall i changed to other way. More ever i included the path on top of the page (config.php of KCFinder) with ini_set('include_path', 'home\content\a\i\o\test\html');

 

Please let me know the correct one.

 

Thanks in advance.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.