[14:32:32] Hello, evryone! [14:33:14] I got my MediaWiki 1.35 installed in my server with OpenBSD 5.9, php 74, and sqlite. [14:34:04] When I uploaded a image file, it gave me the "RuntimeException" error. [14:34:10] How to debug that? [14:34:48] (When I use the VisualEditor, it will also give me that error) [14:34:56] !errors [14:34:56] To see PHP errors, add this to the very top of LocalSettings.php: error_reporting(E_ALL); ini_set("display_errors", 1); Fatal PHP errors usually go to Apache's error log - also check the error_log setting in php.ini (or use phpinfo). For more details in wiki error reports, set $wgShowExceptionDetails = true; $wgShowSQLErrors = true; For full debug output, set $wgDebugLogFile to some path you like. [14:36:11] GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custom HTTP handler. [14:36:16] The problem found. [14:37:53] install the curl php extension [14:41:35] Majavah: Thank you sir. I successfully killed that problem. Have a good one. [14:44:19] I'm uploading a jpeg to my mediwiki but the thumbail is malformed. (Size of this preview: 800 × 450 pixels. Other resolutions: 320 × 180 pixels | 4,032 × 2,268 pixels). This makes the image unrecognizable in the pages. How can I correct this behavior? [15:03:22] nvm:) Looks like there was orientation metadata that was confusing.