Error - Check DB connection: [06] Error:

deep64blue

DaDaBIK Guru
Warnings and login.php Only place login.php is referenced in the manual is in HTTP section (Platinum only). Why would the Pro version get these warnings?
Don't think the version is relevant, as far as I know login.php is present in every version, your problem might be a corrupted login.php file as it's trying to load a language that doesn't exist:-
Failed opening './include/languages/e.php'
Might be worth replacing your login.php with a fresh version from your downloaded dadabik.zip file.
 

TGSTech

Member
Don't think the version is relevant, as far as I know login.php is present in every version, your problem might be a corrupted login.php file as it's trying to load a language that doesn't exist:-

Might be worth replacing your login.php with a fresh version from your downloaded dadabik.zip file.
Replaced the login.php file in the root location, with the original download and same result.
Restarted server from zero, Same result.

I did do the D5 security check and it was equal. In fact i did it again this am to make sure.
Tried a few little things, just not a php coder to start debugging.

Also tried the same as what's in the warning line - command dadabikfldr/login.php Received the same warnings and so forth. Then i tried dadabikfldr/Yea_it_Worked.php To test and make sure the virtual host is working. That was successful Both the login.php and my test file are in the root directory. Has to be something wrong with the login.php file. This file appears to be invoking ionCube to decrypt files needed to login. Maybe the key is messed up. This is the file that came in the download pkg. Can someone send me a corrected login.php file?
Other ideas?

The following is a copy of the first few lines of the login.php file content. The rest of the content looks like the last three lines of this copied in text.

<?php //ICB0 72:0 81:1da47 82:3850b ?><?php //005e4
// /*
// ***********************************************************************************
// DaDaBIK (DaDaBIK is a DataBase Interfaces Kreator) https://dadabik.com/
// Copyright (C) 2001-2023 Eugenio Tacchini
//
// This program is distributed "as is" and WITHOUT ANY WARRANTY, either expressed or implied, without even the implied warranties of merchantability or fitness for a particular purpose.
//
// This program is distributed under the terms of the DaDaBIK license, which is included in this package (see dadabik_license.txt). For all the details see dadabik_license.txt.
//
// If you are unsure about what you are allowed to do with this license, feel free to contact info@dadabik.com
// ***********************************************************************************
// */
if(extension_loaded('ionCube Loader')){die('The file '.__FILE__." is corrupted.\n");}echo("\nScript error: the ".(($cli=(php_sapi_name()=='cli')) ?'ionCube':'<a href="https://www.ioncube.com">ionCube</a>')." Loader for PHP needs to be installed.\n\nThe ionCube Loader is the industry standard PHP extension for running protected PHP code,\nand can usually be added easily to a PHP installation.\n\nFor Loaders please visit".($cli?":\n\nhttps://get-loader.ioncube.com\n\nFor":' <a href="https://get-loader.ioncube.com">get-loader.ioncube.com</a> and for')." an instructional video please see".($cli?":\n\nhttp://ioncu.be/LV\n\n":' <a href="http://ioncu.be/LV">http://ioncu.be/LV</a> ')."\n\n");exit(199);
?>

HR+cPzvBqMmmIob3lLT5Jr2Rgv+ehoSlb7BmBwF85XZqnnHmEdnwk/JjenCbFK6XseY10P7F99Kt
96siW5YMfOAxCfMIsv/gFKnWSXfcNoVV9v+FSE6RNjz4Eww7KrKt7v6mJMGJcmyXP/k0ug9f/q8t
xRYADFP2qteqgZ/OTw06KDiZ5LOT2jq3yywUR+odk8rGN838o6rU1mQG4QPhdIT7fowUBTm4Lxsb
 

TGSTech

Member
Submitted ticket but their answer was not helplful:
Hello, you probably set a language that does not exist ("e") in the configuration file. As already clarified, this 24h email support is for DaDaBIK Enterprise/Platinum only. Please check the pricing page:
https://dadabik.com/index.php?function=show_pricing
and the license
https://dadabik.com/index.php?function=show_license
for further details.
>>>>
So, I new I had $languages_ar='english'; parameter so decided to just comment that out. Well, all the problems went away. The warnings were referencing language e.php and no, no parameters pointing to that so i was baffled. Embarrassing but true. Warning messages could use some work.

Anyway, thought you would like to know the solution. Again, many thanks for your assistance. It was invaluable. If i have dadabik development issues i will call on you again.
 
Top