Author Topic: Suddenly, noone can upload file in Documents  (Read 2893 times)

pedja

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
Suddenly, noone can upload file in Documents
« on: November 05, 2010, 09:18:22 am »
SOmething strange happened today. noone can upload files as Documents.
Server configuration was not changed a bit.

When user posts upload Ajax cursos is showsn and that is all, no errors no nothing. After some time, cursor wanishes, uploadin dialog is still there and that is it.

When i check tmp folder, I can find file uploaded. For some reason, uploading process stops there. File is not moved to upload, not database populated.

This is not a problem of PHP upload settings. Nothing in serer configuration changed since yesterday, when it worked. There is alos more than enogh free space for file storage.

Ajax shows nothing, log is empty, and even php does not show any error. It just silently does not work.

How can I check what is the problem?


franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: Suddenly, noone can upload file in Documents
« Reply #1 on: November 12, 2010, 03:16:43 pm »
Have you checked the apache server error logs? Have you checked what happens when you create a new document, for instance, a text document? Have you tried uploading small files (say about 500kb)?

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

pedja

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
Re: Suddenly, noone can upload file in Documents
« Reply #2 on: November 15, 2010, 10:22:56 am »
I noticed nothing strange in Apache log. I also tried with very small files (few kilobytes) with the same results.

However, few days later, problem vanished. Upload works OK. I did not even restart server or computer.