Jump to content
  • 0

Error in php mysql


benching

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

Can someone give me Installer password for fluxcp-1.0.0.1000,

else where can i get it?

Any info is a great help.

Thanks :)

post-7615-0-16883300-1350496648_thumb.png

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

check ur application.php if i am right..it should be inside there ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

thanks i got it,

but im having new error now /sob

it says

Error

An error occurred while trying to process your request.

Please try contacting an administrator: admin@localhost

help here thanks a lot :D

Edited by jordan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi jordan,

I would suggest turning error reporting on so that we can better investigate the issue. You will need to edit '/config/error.php', and then turn error_reporting to true. When you revisit the site, it should have a more detailed explanation on what the issue is.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

hello i am having this error on my site,

Exception Details

Error: PDOException

Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'127.0.0.1' (using password: YES)

File: /home/a4725528/public_html/lib/Flux/Connection.php:81 File Line Function/Method /home/a4725528/public_html/lib/Flux/Connection.php 81 PDO::__construct() /home/a4725528/public_html/lib/Flux/Connection.php 94 Flux_Connection::connect() /home/a4725528/public_html/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /home/a4725528/public_html/modules/install/index.php 17 Flux_Connection::getStatement() /home/a4725528/public_html/lib/Flux/Template.php 337 include() /home/a4725528/public_html/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/a4725528/public_html/index.php 170 Flux_Dispatcher::dispatch()

Exception Trace As String

#0 /home/a4725528/public_html/lib/Flux/Connection.php(81): PDO->__construct(*hidden*)

#1 /home/a4725528/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))

#2 /home/a4725528/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection()

#3 /home/a4725528/public_html/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')

#4 /home/a4725528/public_html/lib/Flux/Template.php(337): include('/home/a4725528/...')

#5 /home/a4725528/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render()

#6 /home/a4725528/public_html/index.php(170): Flux_Dispatcher->dispatch(Array)

#7 {main}

my sql databases and password are correct, still having this error, /wah

does anyone know how to fix this? a little info is a great help, /sob

Thanks :D

Edited by jordan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  103
  • Reputation:   28
  • Joined:  09/20/12
  • Last Seen:  

your sql information needs to be corrected

Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'127.0.0.1' (using password: YES)




your sql uis wrong, very first line is quoted, use the correct password.



Secondly, never use root for ANYTHING including mysql, create a new user.
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

isnt it "mysql workbench",

do i need databases on site?

because i have mysql installed on my computer,

it seems those login credentials that i am using in my sql on my computer,

are not those what it needs,

does it need an online database?

Edited by jordan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  103
  • Reputation:   28
  • Joined:  09/20/12
  • Last Seen:  

you need a mysql server running whereever you are hosting sql related applications, you do not want to allow remote connections to a remote mysql server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

isnt it "mysql workbench",

do i need databases on site?

because i have mysql installed on my computer,

it seems those login credentials that i am using in my sql on my computer,

are not those what it needs,

does it need an online database?

Hi jordan,

You need to enter the correct information within '/config/servers.php' of your FluxCP directory. At the moment, it is configured to connect to '127.0.0.1'; it should be your own home computer's IP instead (since this is where you are hosting your RO Database).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

[solved] :D

Link to comment
Share on other sites

×
×
  • Create New...