Jump to content

login problems


Recommended Posts

Me too. getting the same problem and i did clear my cache. not having this problem on any other site...

 

Here is just some of them:

Fatal error: Allowed memory size of 232783872 bytes exhausted (tried to allocate 30720 bytes) in /home/indoinv/public_html/includes/functions.php on line 1997

 

Fatal error: Allowed memory size of 232783872 bytes exhausted (tried to allocate 122880 bytes) in /home/indoinv/public_html/includes/functions.php on line 4598

 

Fatal error: Allowed memory size of 232783872 bytes exhausted (tried to allocate 30720 bytes) in /home/indoinv/public_html/includes/functions.php on line 5180

 

 

Fatal error: Allowed memory size of 232783872 bytes exhausted (tried to allocate 491520 bytes) in /home/indoinv/public_html/includes/functions.php on line 5645

 

Fatal error: Allowed memory size of 232783872 bytes exhausted (tried to allocate 491520 bytes) in /home/indoinv/public_html/showthread.php on line 515

 

Fatal error: Allowed memory size of 232783872 bytes exhausted (tried to allocate 30720 bytes) in /home/indoinv/public_html/includes/class_bootstrap.php on line 1494

 

Fatal error: Allowed memory size of 232783872 bytes exhausted (tried to allocate 491520 bytes) in /home/indoinv/public_html/profile.php on line 532

Link to comment
Share on other sites

I've had this too.

 

Keep trying and you eventually get in.

 

I assume that the server resources are being stretched due to the popularity of II :)

 

 

I would normally agree with you, however the statistics don't bear out your theory!

 

There are currently 95 users online. 58 members and 37 guests

 

Most users ever online was 1,308, 06-12-2011 at 11:53 PM.

Link to comment
Share on other sites

Np, it seems to be intermittent... one minute it is okay and can navigate no probs... start to feel comfortable again and then it is gone... no access anywhere!

 

As you say, I am sure it will be fixed soon enough... hope soon... it's like having a death in the family :)

Link to comment
Share on other sites

1. Try adding this line to your wp-config.php file:

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

 

2. If you have access to your PHP.ini file, change the line in PHP.ini

If your line shows 32M try 64M:

memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

 

3. If you don't have access to PHP.ini try adding this to an .htaccess file:

php_value memory_limit 64M

 

4. Talk to your host.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...