I've been having problems uploading documents to my site using the upload module. The uploads were making it to the temp directory, but not to the files directory and, therefore, weren't showing up in the final post. I searched through Drupal to find similar issues, but I couldn't find a post that solved my problem. So I decided to see if it had to do with the modules that I had installed.

Through a process of elimination, I determined that the problem had to do with the event module. When that module is disabled, I'm able to upload with no problems.

I would love to be able to use the event module, but I really need to be able to upload, too. Has anyone else encountered a similar issue? Any ideas for how to solve it?

Much thanks in advance,
Courtney

Comments

greggles’s picture

Priority: Critical » Normal

Can you do two things to help debug this issue and find a resolution?

1) Do a fresh installation of Drupal using the latest versions of the drupal core and of the Event module and see if this problem happens again.

2) Check in your php/apache/IIS error log to see what error messages you get when you try to upload the files. This will help determine where the problem is.

It would also be useful if you could share things like web server version, php version, operating system and version, and what your "temporary" directory is set to.

killes@www.drop.org’s picture

Status: Active » Closed (fixed)

This version of event.module is no longer supported. Please update your site. If the issue is still valid, don't hesitate to re-open it against a more recent version.