Welcome to WordPress Community Forum. Please login or sign up.

Nov 25, 2024, 01:22 PM

Login with username, password and session length

Shoutbox


Recent

Members
Stats
  • Total Posts: 55
  • Total Topics: 45
  • Online today: 5
  • Online ever: 136 (Apr 17, 2022, 11:37 PM)
Users Online
  • Users: 0
  • Guests: 3
  • Total: 3
3 Guests, 0 Users

Recent posts

#31
Fixing WordPress / WordPress ERR_TOO_MANY_REDIREC...
Last post by Chris - Feb 28, 2022, 01:55 AM
My wordpress website shows ERR_TOO_MANY_REDIRECTS (redirected you too many times.) error when I try to access access example.com/wp-admin (WordPress admin area). But I can access admin panel through example.com/wp-admin/index.php

How do I fix this error?
#32
Fixing WordPress / Re: User registration not rece...
Last post by Kailash - Feb 28, 2022, 01:54 AM
This should be server issue if you have migrated your data properly. Are you using PHP mail() function or SMTP authentication to send email notification from your website?

- Kailash
#33
Fixing WordPress / User registration not receivin...
Last post by Chris - Feb 28, 2022, 01:53 AM
Hi,

I have WordPress website which was recently move to a new hosting provider. Website and everything is working fine except user registration email. After migration user registration email stopped working and there is no error message as well. How can I fix it?

Thanks!
#34
Fixing WordPress / Re: How to clean hacked WordPr...
Last post by Kailash - Feb 28, 2022, 01:52 AM
You should reinstall WordPress as follow to clean the website:

- First secure full backup of your data (web contents and database).

- Remove/move all existing web contents and upload the fresh WordPress files/folders by downloading them from wordpress.org

- Connect it to your existing database by updating wp-config.php file.

- Download your plugins and themes and uploaded them.

- Upload your "/wp-contents/uploads" folder. Make sure there is no suspicious files in this directory.

- After login, save your permalink structure once again.

Hope this will help you cleaning your hacked WordPress website.

- Kailash
#35
Fixing WordPress / How to clean hacked WordPress ...
Last post by Chris - Feb 28, 2022, 01:51 AM
Hi,

I have a client hosting his website in a reseller account. His WordPress website was hacked and there were suspicious code and files added to his account. I was helping to him as we got a notice from the provider to fix this immediately. What is the best and fast way to clean hacked WordPress website.

Thanks,
#36
Fixing WordPress / Re: Error Establishing A Datab...
Last post by Kailash - Feb 28, 2022, 01:49 AM
Hello,

There can be several reasons for this error as follow:

[1] If there is any issue with MySQL service on the server. If other MySQL related websites are working fine, this should not be the reason.

[2] If there any database table corruption, you may receive this error. You can try to repair the table from phpMyAdmin or from control panel (if there is any option).

- Kailash
#37
Fixing WordPress / Error Establishing A Database ...
Last post by Chris - Feb 28, 2022, 01:49 AM
Hi,

I have installed WordPress successfully and I installed theme from WordPress admin area. It was working fine several hours ago but now it is showing the following error:

Error establishing a database connection

I did not make any changes in database or database user. How can I fix it?

Thanks,
#38
Fixing WordPress / Re: WordPress high usage by wp...
Last post by Kailash - Feb 28, 2022, 01:48 AM
Hello,

This is WordPress virtual cron and this is useful to automate certain task. If you are not using any scheduled tasks, you can disable this using wp-config.php file and manually set a cron to execute at regular interval.

For step-by-step instruction, you can refer our following KB:

Disable/Enable WordPress Cron

- Kailash
#39
Fixing WordPress / WordPress high usage by wp-cro...
Last post by Chris - Feb 28, 2022, 01:47 AM
Hi,

I have received a notification for one of my websites hosted on shared hosting that wp-cron.php is consuming high resources on the server. I have also noticed that wp-cron.php process is running each time I access any pages on the website.

How can I disable wp-cron.php and why it is being called on each page access?

Thanks!
#40
Fixing WordPress / Re: WordPress Post revisions c...
Last post by Kailash - Feb 28, 2022, 01:45 AM
Hello,

This is known issue in WordPress. By default it saves the post revisions whenever we edit any post and there is no limit on number of post revisions. This can cause large MySQL database size issue if you have large number of posts and you are frequently editing them.

You can certainly disable WordPress post revisions or you can limit it to number of post revisions. You can control this using wp-config.php file or there are third party plugins available. But it is better to manage it using wp-config.php file.

You can refer our following KB to disable or limit WordPress post revisions:

Disable Post Revisions in WordPress and Reduce Database Size

- Kailash