i do have problem.
I am making site using wordpress and i’ve got memory error while i’m trying to enter all pages. Here is an error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 87 bytes) in /wp-includes/meta.php on line 837
I tried to incerease using ini_set('memory_limit', '-1');
and define('WP_MEMORY_LIMIT', '512M');
but it didn’t work, or maybe i’ve done something work. Does anybody know how to fix that?