Undefined variable
Permalink
I have tried the installation , but it is now giving a blank page after filling the database details. I have checked the logs and the below error is showing
PHP Notice: Undefined variable: dsn in /home/extrinsicaglobal/public_html/concrete/libraries/loader.php on line 135 ##
Can someone help me with this please urgently?
PHP Notice: Undefined variable: dsn in /home/extrinsicaglobal/public_html/concrete/libraries/loader.php on line 135 ##
Can someone help me with this please urgently?
Line #135 actually does a check if the $dsn variable is defined so it's strange you would get that error, but then again it's in the error log and it might record more than necessary.
Seems to me that concrete can't connect to your database. I'm sure you are sure that the login information is correct?
When the $dsn variable is empty, which appears to be the case it returns "false" (boolean). Which results in a blank page apparantly and it means that either no connection can be made or the $server is empty.
No "Fatal error" found in your error logs?
@concretess = if you think it's bug, which I think it isn't (> (greater than) is the html entity for the >), report it to the bug tracker.http://www.concrete5.org/community/bugs...
Seems to me that concrete can't connect to your database. I'm sure you are sure that the login information is correct?
When the $dsn variable is empty, which appears to be the case it returns "false" (boolean). Which results in a blank page apparantly and it means that either no connection can be made or the $server is empty.
No "Fatal error" found in your error logs?
@concretess = if you think it's bug, which I think it isn't (> (greater than) is the html entity for the >), report it to the bug tracker.http://www.concrete5.org/community/bugs...
I also noticed that in both concrete/helpers/html.php and concrete/helpers/image.php files, where there should have been a ">", there was ">" which also caused a problem with the install.