Jump to content
  • 0

Help fluxcp before installation problem


NaMiSwAn

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/09/16
  • Last Seen:  

guys can u help me about this error

i already setup na application.php and server.php then if i visit the webpage the error is appear

Error

An error occurred while trying to process your request.

Please try contacting an administrator: [email protected]<script data-cfhash='f9e31' type="text/javascript">/* */</script>

Edited by NaMiSwAn
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

you need to grant access for the user 'ragnarok' that connected using 'localhost'.

 

Example

mysql> GRANT SELECT,INSERT,UPDATE,DELETE ON `<schema>`.* TO 'ragnarok'@'localhost';
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   24
  • Joined:  02/11/16
  • Last Seen:  

Turn the debugging mode on so you can get the accurate reason why you're getting that message.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/09/16
  • Last Seen:  

here

 

Untitled.png


Problem Solved

 

Solution: From Xampp v.7.0.4 Downgrade to v5.6.19

Link to comment
Share on other sites

×
×
  • Create New...