16
I'm running a website with XOOPS 2.0.6 on an Apache PHP module (I think) and I'm having this problem with the mydownloads module:
When I upload a file, either logged in as webmaster or test user, I keep running up against a barrier. Files smaller than ca 1,5 MB are uploaded; files larger than that 1,5 MB return an upload error.
I've enabled user upload, selected all listed file types as eligible for upload, I've set the maximum width and hight of uploads to 320, I've set the file size ceiling for uploads to 10,000,000 bytes, the uploads directory has been set to CHMOD 777. I'm positive I don't exceed my disk quota.
I can upload files through FTP and then add them to the database, but I'd like the users to be able to do this too. Obviously, I can't allow them FTP access :)
Also, there's another problem: When I enable admin approval for uploaded files, I can't approve them! Whn I click the approve button in the waiting files queue form, nothing changes, the file is still listed as waiting for approval. I can delete unapproved files, though, and I've verified that they are in the uploads dir as expected.
Does anyone know the cause or a possible solution to this issue?