whitevo
Feeling good, thats what I do.
access denied error is back in new form!
now it comes up in the apahce error log.
apparently DevAAC owner doesn't know what is causing it so i bring this issue in support section again.
this is the error:
The user and password are correct ones in the config.lua
i have tried different users and different passwords (no uppercase, no numbers, etc)
when i had this permission problem before i modfied my .htaccess
i was able to get into: localhost/#
now i rly don't have any clue how to proceed because i don't even know what is wrong.
this is .htaccess
now it comes up in the apahce error log.
apparently DevAAC owner doesn't know what is causing it so i bring this issue in support section again.
this is the error:
Code:
[Wed Jan 07 00:59:29.368149 2015] [:error] [pid 172564:tid 1804] [client 127.0.0.1:59340] PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [1045] Access denied for user 'whiserv'@'localhost' (using password: YES)' in C:\\UniServerZ\\www\\vendor\\illuminate\\database\\Illuminate\\Database\\Connectors\\Connector.php:47\nStack trace:\n#0 C:\\UniServerZ\\www\\vendor\\illuminate\\database\\Illuminate\\Database\\Connectors\\Connector.php(47): PDO->__construct('mysql:host=loca...', 'whiserv', 'test', Array)\n#1 C:\\UniServerZ\\www\\vendor\\illuminate\\database\\Illuminate\\Database\\Connectors\\MySqlConnector.php(20): Illuminate\\Database\\Connectors\\Connector->createConnection('mysql:host=loca...', Array, Array)\n#2 C:\\UniServerZ\\www\\vendor\\illuminate\\database\\Illuminate\\Database\\Connectors\\ConnectionFactory.php(59): Illuminate\\Database\\Connectors\\MySqlConnector->connect(Array)\n#3 C:\\UniServerZ\\www\\vendor\\illuminate\\database\\Illuminate\\Database\\Connectors\\ConnectionFactory.php(47): Illuminate\\Database\\Connectors\\ConnectionFactory->createSingleConnection(Array)\n#4 C:\\UniServerZ\\www\\vendor\\illuminate\\database\\Illuminate\\Da in C:\\UniServerZ\\www\\vendor\\illuminate\\database\\Illuminate\\Database\\Connectors\\Connector.php on line 47, referer: http://localhost/
i have tried different users and different passwords (no uppercase, no numbers, etc)
when i had this permission problem before i modfied my .htaccess
i was able to get into: localhost/#
now i rly don't have any clue how to proceed because i don't even know what is wrong.
this is .htaccess
PHP:
Options +FollowSymLinks
DirectoryIndex index.html index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>