Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
  2.  
  3. 2014/12/24 13:57:46 [warning] [application] The request to freegeoip.net failed: Server error response
  4. [status code] 502
  5. [reason phrase] Bad Gateway
  6. [url] http://freegeoip.net/json/182.171.233.223
  7. 2014/12/24 13:57:46 [error] [system.db.CDbCommand] CDbCommand::fetch() failed: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away. The SQL statement executed was: SELECT 'elements'.'id', 'elements'.'type'
  8. FROM 'craft_elements' 'elements'
  9. JOIN 'craft_elements_i18n' 'elements_i18n' ON elements_i18n.elementId = elements.id
  10. WHERE (elements_i18n.uri = :uri) AND (elements_i18n.locale = :locale) AND (elements_i18n.enabled = 1) AND (elements.enabled = 1) AND (elements.archived = 0).
  11. 2014/12/24 13:57:46 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away' in /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/framework/db/CDbCommand.php:543
  12. Stack trace:
  13.  
  14. #0 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/framework/db/CDbCommand.php(415): CDbCommand->queryInternal('fetch', Array, Array)
  15. #1 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/services/ElementsService.php(147): CDbCommand->queryRow()
  16. #2 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/etc/web/UrlManager.php(278): CraftElementsService->getElementByUri('', 'en_us', true)
  17. #3 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/etc/web/UrlManager.php(137): CraftUrlManager->_getMatchedElementRoute('')
  18. #4 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/framework/web/CWebApplication.php(140): CraftUrlManager->parseUrl(Object(CraftHttpRequestService))
  19. #5 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/etc/web/WebApp.php(264): CWebApplication->processRequest()
  20. #6 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/framework/base/CApplication.php(180): CraftWebApp->processRequest()
  21. #7 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/craft/app/index.php(62): CApplication->run()
  22. #8 /nfs/c06/h06/mnt/187742/domains/obozfootwear.com/html/index.php(14): require_once('/nfs/c06/h06/mn...')
  23. #9 {main}
  24.  
  25. REQUEST_URI=/HTTP_REFERER=http://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCAQFjAA&url=http%3A%2F%2Fobozfootwear.com%2F&ei=8MWaVKfVBtGE8gWz-oKIBg&usg=AFQjCNGF_NGGtGdApatcXOoA3BYgIYOnZg&sig2=mmDpzpWjXopxNLsBnUTj6g&bvm=bv.82001339,d.dGc
  26.  
  27. 2014/12/24 13:57:46 [error] [application] CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
  28. 2014/12/24 13:57:46 [error] [system.db.CDbCommand] CDbCommand::fetchAll() failed: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away. The SQL statement executed was: SELECT `id`, `groupId`, `name`, `handle`, `context`, `instructions`, `translatable`, `type`, `settings`
  29. FROM `craft_fields`
  30. WHERE context = :context
  31. ORDER BY `name`.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement