Jump to content
  • 0

Flux Error on module purchase


nazgul001

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   1
  • Joined:  06/26/13
  • Last Seen:  

Hello.

 

I have a problem in flux , and try to give permits in 0777 but was not settled ,can you help me ?

 

 

 

Critical Error

An error was encountered during the lifetime of the application.

This could be due to a variety of problems, such as a bug in the application.

However, normally it is caused by misconfiguration.

Exception Details

Error: Flux_Error

Message: MySQL error (SQLSTATE: 42000, ERROR: 1044): Access denied for user '**********'@'%' to database '***********************'

File: /home/********/public_html/main/lib/Flux/Connection/Statement.php:27

File Line Function/Method /home/********/public_html/main/lib/Flux/TemporaryTable.php 171 Flux_Connection_Statement::execute() /home/********/public_html/main/lib/Flux/TemporaryTable.php 71 Flux_TemporaryTable::create() /home/********/public_html/main/lib/Flux/ItemShop.php 161 Flux_TemporaryTable::__construct() /home/********/public_html/main/modules/purchase/index.php 13 Flux_ItemShop::getItems() /home/********/public_html/main/lib/Flux/Template.php 337 include() /home/********/public_html/main/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/********/public_html/main/index.php 177 Flux_Dispatcher::dispatch() Exception Trace As String#0 /home/********/public_html/main/lib/Flux/TemporaryTable.php(171): Flux_Connection_Statement->execute(Array)
#1 /home/********/public_html/main/lib/Flux/TemporaryTable.php(71): Flux_TemporaryTable->create('85802172_servid...')
#2 /home/********/public_html/main/lib/Flux/ItemShop.php(161): Flux_TemporaryTable->__construct(Object(Flux_Connection), '85802172_servid...', Array)
#3 /home/********/public_html/main/modules/purchase/index.php(13): Flux_ItemShop->getItems(NULL)
#4 /home/********/public_html/main/lib/Flux/Template.php(337): include('/home/********/...')
#5 /home/********/public_html/main/lib/Flux/Dispatcher.php(168): Flux_Template->render()
#6 /home/********/public_html/main/index.php(177): Flux_Dispatcher->dispatch(Array)
#7 {main}

 

 

 

And in Module Vote

 

 

 

Critical Error

An error was encountered during the lifetime of the application.

This could be due to a variety of problems, such as a bug in the application.

However, normally it is caused by misconfiguration.

Exception Details

Error: Flux_Error

Message: MySQL error (SQLSTATE: 42000, ERROR: 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 '' at line 1

File: /home/********/public_html/main/lib/Flux/Connection/Statement.php:27

File Line Function/Method /home/********/public_html/main/modules/vote/index.php 18 Flux_Connection_Statement::execute() /home/********/public_html/main/lib/Flux/Template.php 337 include() /home/********/public_html/main/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/********/public_html/main/index.php 177 Flux_Dispatcher::dispatch()   Exception Trace As String#0 /home/********/public_html/main/modules/vote/index.php(18): Flux_Connection_Statement->execute()
#1 /home/********/public_html/main/lib/Flux/Template.php(337): include('/home/mithrilr/...')
#2 /home/********/public_html/main/lib/Flux/Dispatcher.php(168): Flux_Template->render()
#3 /home/********/public_html/main/index.php(177): Flux_Dispatcher->dispatch(Array)
#4 {main}
Edited by nazgul001
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   55
  • Joined:  11/25/11
  • Last Seen:  

It's not a unix permission issue. Your Flux setting does not have the correct username/password/database information.

Make sure they are correct and that you can connect using a normal mysql client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   1
  • Joined:  06/26/13
  • Last Seen:  

i use the correct user name and password that the host give me

Link to comment
Share on other sites

×
×
  • Create New...