robko
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: media upload fails with no error messageHi @supporthero
Thanks for helping.I’m running php 7.2.6 – Forgot to mentione thgis, but I tried all versions from 5.2 to the latest one with no difference regarding this issue.
I tried to enable debugging and added the following code to wp-config.php
* @link https://codex.ww.wp.xz.cn/Debugging_in_WordPress */ define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); /* That's all, stop editing! Happy blogging. */When I check the wp-content there is no debug.log file. I turned on to display all hidden files, but there is nothing like a debug.log. It seems that the debug file can’t be written.
Also the upload of files again does not work. Seems that I have to re-install everything.
.htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: media upload fails with no error messageHi @supporthero
Thanks for the suggestions.
I went through all of the steps with the below results:I can upload media files and it shows a blue progress bar during upload. After uploading there is still no thumbnail shown and insert of the image dows not work, except using the url.
So, the positive thing is that the file uploiad works and the file is visible at the url. Unfortunaley all other processes are still not working proper, but at least I made some progress.
Thanks,
Robert