Allowed Memory Size
-
I get this error message right after I installed the plugin.
<p>
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/a9726748/public_html/gallery/wp-admin/includes/user.php on line 95
<p>
Here is what my line #95 says in my editor (BlueFish – my OS is Ubuntu 13.10):
<p>
$user->admin_color = isset( $_POST[‘admin_color’] ) ? sanitize_text_field( $_POST[‘admin_color’] ) : ‘fresh’;
<p>
How is this dealing with the memory issue. What file do I change it in? I know it isn’t the user.php file, but which one is it. I know how to change it, but I just am unsure which one it is.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Allowed Memory Size’ is closed to new replies.