Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

WP admin redirects to 404 and/or extremely slow WordPress

  • REFUNDED

Our website itself runs quickly. No issues. The dashboard takes forever to load, and often ends up at the 404 page.

Can you help us work out why and get it fixed?

We've tried disabling all plugins. No difference.

The site is teaminfocus.com.au

Answers (4)

2016-08-30

Arnav Joy answers:

Hi ,

I will need ftp and admin access to see this , please send me at : [email protected]

-ARnav


Jason Harris comments:

Messaged.


Jason Harris comments:

Thank you for your assistance. We've resolved the problem.

2016-08-30

Fahad Murtaza answers:

I can help, please direct message so I can look into it.


Jason Harris comments:

Messaged.


Jason Harris comments:

Thank you for your assistance. We've resolved the problem.

2016-08-30

juan manuel incaurgarat answers:

Hi Jason, this is not the solution but a hint to head you in the right direction:

You are experiencing that due hosting memory limit. It gets exhausted and ends up in a 404 error. Happened to me in the past.
Try this:

method 1: edit php.ini file

upload_max_filesize = 1000M
post_max_size = 2000M
memory_limit = 3000M
file_uploads = On
max_execution_time = 180

method 2: Editing Your .htaccess file

If that addition to your php.ini file doesn’t do the trick, try editing your .htaccess file and add or edit the following code at the very bottom:

php_value upload_max_filesize 1000M
php_value post_max_size 2000M
php_value memory_limit 3000M
php_value max_execution_time 180
php_value max_input_time 180

method 3: edit wp-config file

define('WP_MEMORY_LIMIT', '3000M');

here is a little video too:
https://www.youtube.com/watch?v=vJ8W-ddWt7o

source and extra info:
https://premium.wpmudev.org/blog/increase-memory-limit/?
http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

happy WordPressing!


Jason Harris comments:

Thank you for your assistance. We've resolved the problem.

2016-08-30

Rempty answers:

Please send me logins to wp-admin and FTP vía PM to take a look to the site


Jason Harris comments:

Thank you for your assistance. We've resolved the problem.