lemonathor
Forum Replies Created
-
Thank you for the answers. I managed to do what I wanted following your advices.
I added bootstrap 4 and now I’m editing both html and css, thank you for your help!Forum: Fixing WordPress
In reply to: Can’t upload images. Permissions are correctIt was “move_uploaded_file”
Forum: Fixing WordPress
In reply to: Can’t upload images. Permissions are correctI found the problem!
These functions were blocked on my php configuration:system, exec, shell_exec, passthru, phpinfo, show_source, highlight_file, popen, proc_open, fopen_with_path, dbmopen, dbase_open, putenv, move_uploaded_file, filepro, filepro_rowcount, filepro_retrieve, posix_mkfifo, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
I removed all of them and now I’m able to upload images. It’s weird because php would complain on the error_log that a function is disabled but my error logs are empty.
Do you know which one of those was the one causing the problem?
Forum: Fixing WordPress
In reply to: Can’t upload images. Permissions are correctHello, I added the “define UPLOADS” line because I thought it was trying to upload elsewhere. I will remove it and try again.
`define( ‘UPLOADS’, ‘wp-content/uploads’ );
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );Tried again, still same problem.
- This reply was modified 6 years, 3 months ago by lemonathor.
Forum: Fixing WordPress
In reply to: Can’t upload images. Permissions are correctYes and they are useless. The don’t know what to do, I can’t even get someone that understands a little about this to help me on their support page.
I talked with them for like 6 hours in chat, none of them could help me. They all linked me to guides on hostinger’s pages to learn about WordPress, “fixed” file ownership for me, changed my php version (without even telling me), it’s so annoying I can’t upload images.
Forum: Fixing WordPress
In reply to: Can’t upload images. Permissions are correctHostinger support says “Yes, you are able to modify the ownership”
Forum: Fixing WordPress
In reply to: Can’t upload images. Permissions are correctHello!
Never worked, it is a new instalation. I’m using Hostinger’s Premium Shared Hosting. PHP 7.4 and WordPress 5.3.2