Git Product home page Git Product logo

Comments (2)

mdeweerd avatar mdeweerd commented on June 12, 2024

I found this in my access.log:

PHP Warning:  File upload error - unable to create a temporary file in Unknown on line 0, referer: https://SERVER/dolibarr/compta/facture/document.php?id=415&uploadform=1

And after throwing an exception in 'function trans()' when param1 is 'Fichier', I found the following stacktrace.

[php:error] [pid 256847] [client 192.168.0.254:39250] PHP Fatal error:  Uncaught Exception: HeRE in /home/www/SERVER/dolibarr18/htdocs/core/class/translate.class.php:633
Stack trace:
#0 /home/www/SERVER/dolibarr18/htdocs/core/actions_linkedfiles.inc.php(65): Translate->trans()
#1 /home/www/SERVER/dolibarr18/htdocs/compta/facture/document.php(91): include('...')
#2 {main}
  thrown in /home/www/SERVER/dolibarr18/htdocs/core/class/translate.class.php on line 633, referer: https://SERVER/dolibarr/compta/facture/document.php?id=415&uploadform=1

Implying that this line is not generating the the best user oriented message for the case where the temporary file can not be created:

                                        setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("File")), null, 'errors');

And probably related to adjusting the open_basedir path.

from dolibarr.

mdeweerd avatar mdeweerd commented on June 12, 2024

Solved, access to the /tmp directory was also required and not included in the open_basedir specification.

from dolibarr.

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.