Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Tue, 07/17/2007 - 17:37
#1
extern
Joined:
17/07/2007
Posts:
2
Problem SSL+PHP
Wed, 07/18/2007 - 18:57
#2
extern
Joined:
17/07/2007
Posts:
2
Re: Problem SSL+PHP
I have solved.... I don't know why... but when a class object is included from external file, I need two call the inclusion with dirname(__FILE__)
I solved changing this lines in /fckeditr/
fckeditor.php
if ( version_compare( phpversion(), '5', '<' ) )
include_once(
dirname(__FILE__).
'/fckeditor_php4.php' ) ;
else
include_once(
dirname(__FILE__).
'/fckeditor_php5.php' ) ;
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: Problem SSL+PHP
I solved changing this lines in /fckeditr/fckeditor.php
if ( version_compare( phpversion(), '5', '<' ) )
include_once(dirname(__FILE__). '/fckeditor_php4.php' ) ;
else
include_once(dirname(__FILE__). '/fckeditor_php5.php' ) ;