FileStorageManager: Unknown storage 'NULL'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Achyut
    Junior Member
    • Aug 2018
    • 18

    FileStorageManager: Unknown storage 'NULL'

    500 internal server error

    FileStorageManager: Unknown storage 'NULL'

    I am getting this error while downloading the uploaded file from Documents tab
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Did you customize file storage settings on your instance? Also check server error.log

    Comment

    • Achyut
      Junior Member
      • Aug 2018
      • 18

      #3
      Thanks for response

      No, I have write a code for multiple file upload. It is working fine but when i try to download that uploaded file then it redirect me to the url: http://localhost:8080/CRM/?entryPoin...mc9mh9rsfcungx and display error 500 internal server error

      FileStorageManager: Unknown storage 'NULL'


      following is the error in error.log file

      PHP Warning: PHP Startup: Unable to load dynamic library 'php_mysql.dll' (tried: C:\\xampp\\php\\ext\\php_mysql.dll (The specified module could not be found.), C:\\xampp\\php\\ext\\php_php_mysql.dll.dll (The specified module could not be found.)) in Unknown on line 0
      [Tue Sep 04 11:38:46.701989 2018] [mpm_winnt:notice] [pid 5168:tid 260] AH00354: Child: Starting 150 worker threads.

      Last edited by Achyut; 09-04-2018, 06:24 AM.

      Comment

      • Achyut
        Junior Member
        • Aug 2018
        • 18

        #4
        Now it is showing 404 Page Not Found error

        while downloading uploaded document file

        Error in espo error log

        [2018-09-04 12:30:56] Espo.ERROR: Uncaught Exception Slim\Exception\Stop: "" at C:\xampp\htdocs\myproject\web\NEW_ESPO_CRM\vendor\ slim\slim\Slim\Slim.php line 1022 {"exception":"[object] (Slim\\Exception\\Stop(code: 0): at C:\\xampp\\htdocs\\myproject\\web\\NEW_ESPO_CRM\\v endor\\slim\\slim\\Slim\\Slim.php:1022)"} []
        Last edited by Achyut; 09-04-2018, 01:10 PM.

        Comment

        Working...