Please, PLEASE help! I must be doing something stupid but I have no idea what. I might just do a write up for noobies once I know what to do.
OK --
Win2K
MYSQL Ver 5.0.3.37
PHP 5.2.1
Apache 2.2.4
TL - 1.6.3 and 1.7RC2
The Problem
--------------
I can use the FCKeditor to add and format text, BUT I cannot upload or attach images using the image button.
Research
----------
I have searched these forums and the wiki of the fckeditor and changed the relevant config files to no avail. I wonder if there is a step by step for noobs to make this easy? I am happy to create one if needed (once I get mine working!)
So What HAVE I tried?
-------------------------
-All new installs
-Edited testlink\third_party\fckeditor\fckconfig.js and uncommented the line;
FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code
in the same file I changed the following from reading 'asp' to 'php'
var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | php
-Edited testlink\third_party\fckeditor\editor\filemanager\browser\default\connectors\php\config.php
changed the line below from false to true
$Config['Enabled'] = true ;
also tried setting the below path (it is currently as below)
$Config['UserFilesAbsolutePath'] = '' ;
-did the same as above for
\testlink\third_party\fckeditor\editor\filemanager\upload\php\config.php
-created the folders
\testlink\userfiles\file
\testlink\userfiles\flash
\testlink\userfiles\image
\testlink\userfiles\media
for all the above folders I tried setting the security to 'everyone' with full control (just to get it working) to no avail

Further Information
---------------------
Could someone clarify which slashes '/' to use for the paths when referring to the userfiles (or any other folders for that matter) as I wonder if I'm doing something wrong here?
The Solution?
---------------
Can you help?
Thanks in advance for any help you can give!