Jump to content
  • 0

SQL Access Denied


eaglefalcon

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

Here, I'm running into the exact same problem.  Here is my error.php 

 

<?php exit('Forbidden'); ?>
[2016-09-30 22:50:45] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:45] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:45] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:45] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:45] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:45] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:45] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:45] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:45] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:45] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:46] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:46] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:46] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:46] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:46] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:46] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:46] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:46] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:46] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:46] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:48] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:48] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:48] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:48] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:48] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:48] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:48] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:48] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:48] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:48] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:49] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:49] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:49] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:49] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:49] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:49] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:49] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:49] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:49] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:49] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:51] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:51] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:51] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:51] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:51] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:51] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:51] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:51] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:51] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:51] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:52] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:52] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:52] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:52] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:52] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:52] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:52] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:52] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:52] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:52] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:54] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:54] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:54] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:54] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:54] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:54] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:54] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:54] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:54] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:54] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:55] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:55] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:55] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:55] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:55] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:55] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:55] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:55] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:55] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:55] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:57] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:57] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:57] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:57] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:57] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:57] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:57] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:57] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:57] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:57] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:58] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:58] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:58] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:58] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:58] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:58] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:58] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:58] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:58] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:58] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:50:59] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:50:59] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:50:59] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:50:59] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:50:59] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:50:59] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:50:59] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:50:59] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:50:59] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:50:59] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:01] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:01] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:01] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:01] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:01] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:01] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:01] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:01] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:01] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:01] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:02] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:02] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:02] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:02] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:02] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:02] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:02] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:02] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:02] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:02] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:03] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:03] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:03] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:03] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:03] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:03] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:03] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:03] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:03] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:03] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:05] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:05] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:05] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:05] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:05] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:05] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:05] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:05] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:05] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:05] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:06] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:06] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:06] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:06] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:06] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:06] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:06] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:06] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:06] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:06] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:08] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:08] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:08] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:08] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:08] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:08] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:08] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:08] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:08] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:08] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:09] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:09] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:09] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:09] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:09] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:09] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:09] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:09] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:09] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:09] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:11] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:11] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:11] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:11] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:11] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:11] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:11] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:11] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:11] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:11] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:12] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:12] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:12] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:12] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:12] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:12] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:12] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:12] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:12] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:12] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:13] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:13] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:13] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:13] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:13] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:13] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:13] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:13] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:13] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:13] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:15] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:15] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:15] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:15] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:15] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:15] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:15] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:15] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:15] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:15] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:16] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:16] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:16] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:16] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:16] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:16] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:16] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:16] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:16] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:16] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:18] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:18] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:18] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:18] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:18] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:18] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:18] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:18] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:18] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:18] (PDOException) **TRACE** #8 {main}
[2016-09-30 22:51:19] (PDOException) Exception PDOException: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
[2016-09-30 22:51:19] (PDOException) **TRACE** #0 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(81): PDO->__construct('mysql:host=127....', 'ragnarok', 'ragnarok', Array)
[2016-09-30 22:51:19] (PDOException) **TRACE** #1 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
[2016-09-30 22:51:19] (PDOException) **TRACE** #2 /home1/eaglefalcon/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
[2016-09-30 22:51:19] (PDOException) **TRACE** #3 /home1/eaglefalcon/public_html/modules/server/status.php(23): Flux_Connection->getStatement('SELECT COUNT(ch...')
[2016-09-30 22:51:19] (PDOException) **TRACE** #4 /home1/eaglefalcon/public_html/modules/main/preprocess.php(82): require_once('/home1/eaglefal...')
[2016-09-30 22:51:19] (PDOException) **TRACE** #5 /home1/eaglefalcon/public_html/lib/Flux/Template.php(334): include('/home1/eaglefal...')
[2016-09-30 22:51:19] (PDOException) **TRACE** #6 /home1/eaglefalcon/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()
[2016-09-30 22:51:19] (PDOException) **TRACE** #7 /home1/eaglefalcon/public_html/index.php(179): Flux_Dispatcher->dispatch(Array)
[2016-09-30 22:51:19] (PDOException) **TRACE** #8 {main}
 
One thing I notice right off the bat is that the connection connection attempts are to localhost which is not the settings within my server.php and is also not the setup I have in place.
Edited by Akkarin
Placed code into codebox.
Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

I've split the topic to move your post into your own thread. Don't hijack someone elses, please.

 

If you've setup the access credentials correctly within config/servers.php then you wouldn't be getting this error.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

add user in mysql privileges with the same username and password for ragnarok table if u already sure about your servers.php

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

I have tripple checked my server.php and my SQL privileges.  Everything looks good on those settings.  I have a hard time believing sql settings is the problem in this case since the settings were good when the control panel had to connect to the sql database in order to install the log tables.  Despite this the CP still wont log in to any account and errors with (something went wrong) after trying 50 create an account.  nothing new showed up in that error log file.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

I have a hard time believing sql settings is the problem in this case

Welp:

Access denied for user 'ragnarok'@'localhost' (using password: YES)

1.) Is your FluxCP being served from the VPS that hosts your rA server?

2.) Where in relation to your FluxCP is your MySQL server?

3.) Are you using Windows? 127.0.0.1 and localhost have different purposes.

4.) Does your MySQL user have access from localhost or 127.0.0.1 or from outside the local interfaces?

5.) If all the DB connection settings are correct in servers.php, then i would slightly modify the username to see if the new user is coming up in the logs. Just a hunch.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

The fluxcp and the RO server are at two completely different locations.  Server.php is setup with the correct IP, user name, and password.  If it was not, the initial CP setup would not succeed.  In mysql, the account has full access to the server.  The fact that the error log says ragnarok@localhost is a mystery to me... I haven't seen a new error log that would be dated for the recent attempts.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

ragnarok@localhost = in your servers.php.
Check back. if it says admin@localhost or such also its from servers.php

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

[2016-10-19 08:14:22] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1
[2016-10-19 08:14:22] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.mob_db' at line 1

[2016-10-19 08:14:22] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:22] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:22] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:24] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:24] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.mob_db' at line 1

[2016-10-19 08:14:24] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:24] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:24] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:27] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:27] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.mob_db' at line 1

[2016-10-19 08:14:27] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:27] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:27] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:28] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.ipbanlist WHERE rtime > NOW() AND (list = '174.*.*.*' OR list = '174.102.*.' at line 1

[2016-10-19 08:14:28] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.login WHERE sex != 'S' AND group_id >= 0 AND LOWER(userid) = LOWER('eaglefa' at line 1

[2016-10-19 08:14:28] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.login WHERE userid = 'eaglefalcon' LIMIT 1' at line 1

[2016-10-19 08:14:29] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:29] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.mob_db' at line 1

[2016-10-19 08:14:29] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:29] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:29] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.mob_db' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.ipbanlist WHERE rtime > NOW() AND (list = '174.*.*.*' OR list = '174.102.*.' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.login WHERE sex != 'S' AND group_id >= 0 AND LOWER(userid) = LOWER('eaglefa' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.login WHERE userid = 'eaglefalcon' LIMIT 1' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.mob_db' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:34] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:36] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

[2016-10-19 08:14:36] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.mob_db' at line 1

[2016-10-19 08:14:36] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:36] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters WHERE 1=1 AND (Scale = '0' OR Scale = '1' OR Scale = '2') AND (Rac' at line 1

[2016-10-19 08:14:36] [sqlSTATE=42000] Err 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-172.monsters' at line 1

 

I think I have found an error log that shows the problem.  This is in data/logs/sql/exceptions/  Accounts still arent not allowed to log in saying wrong password and new account creation bounces to a page that says "uh oh, something went wrong"

Edited by Akkarin
Placed code into codebox.
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

You've put a character like ' or " in a config file where you should'nt have. Most likely in servers.php.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

You've put a character like ' or " in a config file where you should'nt have. Most likely in servers.php.

is a "-" such a character?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

No. If it's not a ' in the config files in between the other ' ' then you're good. This looks like an issue with config/servers.php
 
 

'Database' => 'ragnarok',

Or

'Database' => 'ragnarok',

Could be wrong, but it's best guess with the info you've provided. Unless your database is called -172 then ignore the above.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

 

'Database'   => 'eathena-172',

'Persistent' => true,

this is what is written down at line 19 and 20.

 

'Database'   => 'eathena-172',

and this is line 40

 

from what I can see, this should be working.  any other ideas?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

Do you have anything in /data/logs/error/exceptions/ that might be helpful?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  11/24/11
  • Last Seen:  

just a few lines stating the webserver couldn't connect to the sql server which corresponds with times I restarted the sql server

Link to comment
Share on other sites

×
×
  • Create New...