muideengoldfinger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The uploaded file could not be moved to wp-content/uploads/2020/06Step one:
Login to your cpanel: http://yoursite.com/cpanel [You may need to contact your hosting provider for the login credentials.Step two: Go to > Public > wp-content > uploads > 2020 (Right click on the 2020 folder and change permission to 0777 (by checking all the write and read fields).
Step three: Open the 2020 folder you will find a folder named 06 in it. Delete that folder.
Step four: Head back to your WordPress site dashboard and try to re-upload the image.
I hope this helps
Forum: Plugins
In reply to: [Jock On Air Now (JOAN)] You already have a show scheduled at that timeI am having the same problem. I was able to create a schedule for Sunday. However, when I tried to create for Monday (6:00 – 8:00am), it shows this error. And it was a fresh installation.
So, looked into the database, and the only items are the ones I created successfully for Sunday. I also tried to schedule to another day (i.e Tuesday since Monday was returning error) and returns the same error.
Please can you check this?
Forum: Fixing WordPress
In reply to: Redirect loopHi johnfotios, thanks for your suggestion. However, the problem here occurs when trying to access http://www.example.com/login or http://www.example.com/wp-admin… Redirect loop…
Is there any other suggestion?
Forum: Fixing WordPress
In reply to: redirect loopHi everyone. I am also having this issue and I’ve tried the following
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] <-- I inserted this line RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressBut it isn’t working. Also, I tried to put the plugins on hold to see if it is one of the plugins that caused the problem… Even though I didn’t install any new plugin as at the last time I logged in.
Forum: Fixing WordPress
In reply to: wordpress 4.1 https redirect loop reverse proxy@tobros91, please where exactly did you “removed all other codes and just added
$_SERVER['HTTPS']='on?Thanks.