Giter VIP home page Giter VIP logo

Comments (4)

fiver-watson avatar fiver-watson commented on August 17, 2024

Hi there! Thank you for this report, @pprw . I have reproduced this locally, and filed the following ticket in our issue tracker, which we use instead of GitHub issues:

Please note that as an open source project managed by a company that gives away its core resources, we rely on community support to prioritize and sponsor fixes and enhancements for inclusion in the next public release. You can read more about our development philosophy and business model on our wiki, here:

So, while we now have a ticket to track this issue, and I have added it to an internal list of bugs to review and try to address in the next release, this does not guarantee its inclusion. If this is a priority issue for you or your institution and you would like to sponsor a fix for it so we can include it in our upcoming 2.4.1 bug fix release, let me know and our team can prepare a development estimate for you.

If you are a developer and would like to address this issue yourself and share the fix back with the community, we welcome pull requests! We have a number of development resources to get you started, here:

I'm going to close this GitHub issue now, so we can continue tracking this ticket in our Issue Tracker. Thank you again for the report!

Regards,

Dan Gillean, MAS, MLIS
AtoM Program Manager
Artefactual Systems, Inc.

from atom.

pprw avatar pprw commented on August 17, 2024

Thanks! The bug report you created focuses on the missing storage location information. In my atom instance, this information is missing when I create a report of the list of file of a fonds.

It is also impossible to generate reports for file's level (or item's level). This is a more critical bug because the location information is not only missing, there is no report at all. The two reports possible (Box Label or storage location) are not created at all. I just have the error message "No results found for Étiquette de boîte report" or " No results found for Localisations physiques report." in the job worker log.

The translation bug prevents the creation of reports in these cases. We could think switching temporary the site in English will fix the issue and create (English) reports. But in my experience, after switching the site in English with the button dedicated, I have a 500 error for every report creation attempt.

We personally don't have the possibility to finance development but I hope this issue will be fixed some day for the sake of all non-English users.

from atom.

fiver-watson avatar fiver-watson commented on August 17, 2024

Oh! Thank you for this additional information. I will do some further testing, and will either expand the scope of the ticket, or create a few related tickets to better capture the core issues. More soon.

from atom.

fiver-watson avatar fiver-watson commented on August 17, 2024

Hi again @pprw,

I'm doing a bit more testing. So far, as described on the issue I created, the box label and storage locations report generated for me, but with missing information. I had no problem generating file and item reports - they worked for me as expected.

I will need a bit more information from you to support my testing. Can you please tell me more about your particular installation? Specifically, things like:

  • What version of AtoM do you have installed - can you provide the full version number visible in Admin > Settings > Global at the top of the page?
  • Did you follow our recommended installation instructions?
  • If yes, are you installed using Ubuntu 16.04 or 14.04? If no, what changes have you made?
  • Is the default installation culture of your site (visible in apps/qubit/config/settings.yml "fr"? Or something else?
  • Were the descriptions created while using the French user interface, or was the language menu flipped to something else when they were created?
  • Anything else you can tell me that you think will assist in recreating this issue is welcome!

I did notice in your original report that one ability (for the qtSwordPlugin was skipped. I don't think it should matter, but can you try something for me first?

  1. Navigate to Admin > Plugins and make sure that the qtSwordPlugin is enabled
  2. In the command-line of your application, in the root AtoM directory (which is /usr/share/nginx/atom if you followed our installation instructions) first let's clear any running jobs - NOTE this will kill any jobs currently in the queue, so if you have running jobs, you might want to let them complete first:
  • php symfony jobs:clear
  1. Now let's clear our application cache:
  • php symfony cc
  1. We want to restart the atom-worker and other related services next.

If you are using Ubuntu 14.04 with PHP 5.x:

  • sudo restart atom-worker
  • sudo service php5-fpm restart
  • sudo service memcached restart

If you are using Ubuntu 16.04 with PHP7.0:

  • sudo systemctl restart atom-worker
  • sudo systemctl restart php7.0-fpm
  • sudo systemctl restart memcached

Let me know if this makes any difference. Thanks in advance!

from atom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.