XF 1.1 Unexpected Error

  • Thread starter Thread starter vVv
  • Start date Start date
V

vVv

Guest
Just happened the other day /Monday or Tuesday, forgot about it till just now cause of being busy. I checked server error log, and this was in it..

Code:
[Wed Dec 05 18:37:45 2012] [error] [client 100.43.83.134] File does not exist: /home/myuser/domains/spencerpassmore.com/404.shtml
[Wed Dec 05 18:37:45 2012] [error] [client 100.43.83.134] File does not exist: /home/myuser/domains/spencerpassmore.com/robots.txt
[Wed Dec 05 18:14:19 2012] [error] [client 50.121.28.211] File does not exist: /home/myuser/public_html/data/attachments/2/2989-5628a8f31f8a275b3548708e7f85dafc.jpg, referer: http://footish.xxx/forums/general-videos.82/
[Wed Dec 05 18:03:06 2012] [error] [client 50.121.28.211] File does not exist: /home/myuser/public_html/favicon.ico
[Wed Dec 05 18:03:06 2012] [error] [client 50.121.28.211] File does not exist: /home/myuser/public_html/favicon.ico
[Wed Dec 05 18:03:06 2012] [error] [client 50.121.28.211] File does not exist: /home/myuser/public_html/favicon.ico
[Wed Dec 05 17:43:02 2012] [error] [client 77.7.137.113] File does not exist: /home/myuser/public_html/favicon.ico
[Wed Dec 05 17:17:00 2012] [error] [client 124.115.6.16] File does not exist: /home/myuser/domains/spencerpassmore.com/404.shtml
[Wed Dec 05 17:17:00 2012] [error] [client 124.115.6.16] File does not exist: /home/myuser/domains/spencerpassmore.com/robots.txt
[Wed Dec 05 16:44:25 2012] [error] [client 84.60.190.51] File does not exist: /home/myuser/public_html/favicon.ico
[Wed Dec 05 16:42:43 2012] [error] [client 82.22.203.104] File does not exist: /home/myuser/public_html/favicon.ico
[Wed Dec 05 16:42:41 2012] [error] [client 82.22.203.104] File does not exist: /home/myuser/public_html/styles/novus/xfr, referer: http://footish.xxx/useralbums/
[Wed Dec 05 16:42:41 2012] [error] [client 82.22.203.104] File does not exist: /home/myuser/public_html/styles/novus/xfr, referer: http://footish.xxx/useralbums/
[Wed Dec 05 16:42:41 2012] [error] [client 82.22.203.104] File does not exist: /home/myuser/public_html/styles/novus/xfr, referer: http://footish.xxx/useralbums/
[Wed Dec 05 16:42:30 2012] [error] [client 82.22.203.104] File does not exist: /home/myuser/public_html/favicon.ico

Of course I don't have the "robots.txt" and 404.shtml on spencerpassmore.com nor the favicon.ico in any of them either. I tried viewing source of the error, but it was empty except for the single sentence saying I had unexpected error. After minute or two though, I refreshed page and it worked again.

Last server error log from XenForo ACP, is this below here:

Code:
Error Info
Zend_Db_Adapter_Mysqli_Exception: User myuser_xforous already has more than 'max_user_connections' active connections - library/Zend/Db/Adapter/Mysqli.php:333
Generated By: Unknown Account, Saturday at 8:07 AM
Stack Trace
 
#0 /home/myuser/public_html/library/Zend/Db/Adapter/Abstract.php(315): Zend_Db_Adapter_Mysqli->_connect()
#1 /home/myuser/public_html/library/XenForo/Application.php(553): Zend_Db_Adapter_Abstract->getConnection()
#2 [internal function]: XenForo_Application->loadDb(Object(Zend_Config))
#3 /home/myuser/public_html/library/XenForo/Application.php(780): call_user_func_array(Array, Array)
#4 /home/myuser/public_html/library/XenForo/Application.php(810): XenForo_Application->lazyLoad('db', NULL)
#5 /home/myuser/public_html/library/XenForo/Application.php(1098): XenForo_Application::get('db')
#6 /home/myuser/public_html/library/XenForo/Model.php(161): XenForo_Application::getDb()
#7 /home/myuser/public_html/library/XenForo/Model/DataRegistry.php(138): XenForo_Model->_getDb()
#8 /home/myuser/public_html/library/XenForo/Model/DataRegistry.php(97): XenForo_Model_DataRegistry->_getMultiFromDb(Array)
#9 /home/myuser/public_html/library/XenForo/Dependencies/Abstract.php(134): XenForo_Model_DataRegistry->getMulti(Array)
#10 /home/myuser/public_html/library/XenForo/FrontController.php(125): XenForo_Dependencies_Abstract->preLoadData()
#11 /home/myuser/public_html/index.php(13): XenForo_FrontController->run()
#12 {main}
 
Request State
 
array(3) {
  ["url"] => string(81) "http://footish.xxx/attachments/autumns-phone-picutres-2-1458-jpg.9491/?embedded=1"
  ["_GET"] => array(1) {
    ["embedded"] => string(1) "1"
  }
  ["_POST"] => array(0) {
  }
}

Not sure what's going on anymore, maybe my shared hosting is just crap? lol
 
Ignore the 404 errors (File does not exist).

The database error (User myuser_xforous already has more than 'max_user_connections' active connections) is only a concern if it persists or recurs in which case you need to ask your host to increase the connection limit in MySQL.
 
  • Like
Reactions: vVv
Ignore the 404 errors (File does not exist).

The database error (User myuser_xforous already has more than 'max_user_connections' active connections) is only a concern if it persists or recurs in which case you need to ask your host to increase the connection limit in MySQL.

yeah, i usually ignore the 404's lol. don't really have time to worry about robots.txt, favicon.ico, and whatever haha. especially on domain that i'm not really running any software anyway lol.

and okay, thanks Jake! :) i'm kinda thinking of moving to another shared hosting company, the current ones said about giving refund if i want it...just would hate to have to move though.. ugh
 
Top Bottom