I'm working with 2.4.x revision and all is fine.
Today, i've tried to upgrade to 2.5.1.
The problem is that my $_POST['FCKeditor1'] remains absolutely empty after submitting
I've tried with the default configuration file : same problem
When comming back to 2.4.x, all is fine again.
Does anyone has an idea
I'm working under PHP 5.x and have the same problem under Linux or Windows.
Thanks by advance.
Galawa
Wed, 01/02/2008 - 20:34
#1
Re: POST remains empty under 2.5.1
We worked with 2.4.x and previous since about 2-3 years.
What might cause this ?
Re: POST remains empty under 2.5.1
hi, found a solution... (don't know if it's best.. but here it comes)
here is the original part in sampleposteddata.php:
changed to:
couldn't find any documentation online about the <?= ?>... in the foreach loop. Is correct php?
Re: POST remains empty under 2.5.1
My source was not changed to the good BasePath, although my include was in the new location.
Now, it seems to be working.
To xpoze : the code you're changing is in the sample given with fckeditor, not in the class code source. Thank anyway.