Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 not found when uploading files #981

Closed
bradfordcondon opened this issue Aug 7, 2019 · 4 comments · May be fixed by DivSeek-Canada/docker-tripal#3
Closed

404 not found when uploading files #981

bradfordcondon opened this issue Aug 7, 2019 · 4 comments · May be fixed by DivSeek-Canada/docker-tripal#3
Labels
Community - Question User questions, troubleshooting, debugging.

Comments

@bradfordcondon
Copy link
Member

bradfordcondon commented Aug 7, 2019

BUG/ERROR report

System information

  • Tripal Version: 7.x-3. latest
  • Drupal Version: 7.64
  • PostgreSQL Version: 9.5.14
  • PHP Version: 7.1

Issue description

I'm struggling with a error with all file uploads handled by the tripal importer class.
the upload dialog simply returns Not Found, with two urls in the network tab giving a 404:

GET https://mysiteroot.com/tripal/upload/0-tripal_importer/amel_cds.fasta/check/?module=tripal&chunk_size=2048000&file_size=8791

PUT  https://mysiteroot.com/tripal/upload/0-tripal_importer/amel_cds.fasta/save/0 

the files are not added to my site/default/files.... I tested Drupal's standard file field attached to analysis and i can upload files with that OK, so i dont think its a file system permission issue (although i ran the Drupal file permission drush helper to try and rule that out).

@bradfordcondon bradfordcondon added the Community - Question User questions, troubleshooting, debugging. label Aug 7, 2019
@spficklin
Copy link
Member

Does your admin/config/media/file-system page look like this:

image

@bradfordcondon
Copy link
Member Author

yes, it did originally. I was following some suggestions and changed the temp directory to a new temp deirectory, tmp2 , but this didn't work. I also have private files pointed at /var/www/private

@spficklin
Copy link
Member

@bradfordcondon that GET and PUT URLs look okay to me. I just checked that I'm seeing the same thing on a test upload. Did you check the Apache log file to see if there are any messages there?

@bradfordcondon
Copy link
Member Author

this is a known issue with how the docker Tripal stack hosts the site at somewhere.com/tripal. hopefully i'll resolve there eventually but not a Tripal issue so closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community - Question User questions, troubleshooting, debugging.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants