Problem with TestCase and Requirement Upload

The release 1.6 is going to be unsupported by Community. Because our effort moves ahead. However there are still valuable informations for you.
Locked
testerjeff26
TestLink user
Posts: 4
Joined: Thu Dec 08, 2005 9:04 pm

Problem with TestCase and Requirement Upload

Post by testerjeff26 »

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!
brubu
TestLink user
Posts: 13
Joined: Thu Jan 18, 2007 10:41 pm

Post by brubu »

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.
Locked