Hi Guys,
A problem has been reported to me that uploading through fckEditor will not work. After messing about with some settings it turns out that running php files in the fckEditor folder will not work and an Error 500 is returned. When I checked the log files the message in the subject was returned. The script is simple:
<?php
echo phpinfo();
?>
When I run this script from power/test.php, it works. It's only when running scripts from any folder within fckEditor/ that doesn't work.
I am using php 5.2.9 and Apache 1.3.42.
Does anyone have any ideas?