Upload Error before Uploading

2 replies [Last post]
Joined: 03/10/2010
Points: 3
kaltura_upload_error.png

Hi,
I have the kalturaCE 1.5 installed on my debian server. while the installation everything worked fine. Now I wanted to upload a video but even before the upload should start I get an error in the status - nothing more! (look at the attachment)

Where do I start to find more information on this unamed "error"?

Joined: 02/26/2010
Points: 5

check your php settings for file upload size limits, max post size, and memory limits. I think the defaults for a fresh install are usually around 2M.

Joined: 03/10/2010
Points: 3

I have checked it:
upload_max_filesize = 128M
post_max_size = 128M
memory_limit = 256M

And it still doesn't work :(