wordpress - Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes) in /wp-includes/wp-db.php on line 2413 -


i'm getting error when try open 1 of dashboard pages in wordpress script

the error message follows:

fatal error: allowed memory size of 268435456 bytes exhausted (tried allocate 72 bytes) in     /home2/liquifac/public_html/grandviewbiz.com/wp-includes/wp-db.php on line 2413 

i asked around , told have increase memory_limit higher 256m, changed 512m , still same problem.

so please tell me how fix , should do?

ok wordpress saying don't have enough memory available dashboard / admin area. here's few things try:

  1. open wp-config.php file in site root , add following

    define( 'wp_memory_limit', '512m' ); define( 'wp_max-memory_limit', '512m' );

  2. disable plugins , see if issue goes away. if does, start reáctivating plugins 1 1 until issue returns. plugin activated last 1 pushing system limits, although may not single cause of issue.

  3. change theme 1 of include wordpress default themes, eliminate theme cause.

  4. increase memory available site via php.ini file.

  5. increase system memory via hosting control panel if available. alternatively contact hosting provider. may able identify memory hog.

ps. front end of website (grandviewbiz.com) giving 500 errors. should showing errors in system error log. speak web hosts if don't have direct access log files. logs should narrow down possible causes. if work through these find problem. may on crappy &/or low spec server simple doesn't have enough memory meet sites needs.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -