The Upload features are working in my dev environment however they do not work in my prod environment.
Both environments are Apache. Does anyone know if there is a setting to enable/disable this type of feature, either in Apache or TL Code?
Any help would be greatly appreciated.
Thanks!
Problem with TestCase and Requirement Upload
-
- TestLink user
- Posts: 4
- Joined: Thu Dec 08, 2005 9:04 pm
I have had problems with fckeditor upload too.
The problem was that the editor was configured to use .ASP scripts to upload files (this is the default found in testlink).
In my plain XAMPP setup I had no .ASP support so I have commented .ASP lines in testlink\third_party\fckeditor\fckconfig.jsp and enabled the .PHP ones.
Then upload needs to be enabled changing file testlink\third_party\fckeditor\editor\filemanager\upload\php\config.php
Hope this helps.
The problem was that the editor was configured to use .ASP scripts to upload files (this is the default found in testlink).
In my plain XAMPP setup I had no .ASP support so I have commented .ASP lines in testlink\third_party\fckeditor\fckconfig.jsp and enabled the .PHP ones.
Then upload needs to be enabled changing file testlink\third_party\fckeditor\editor\filemanager\upload\php\config.php
Hope this helps.