[01] Error: Please specify $dadabik_session_name in your config.php

deep64blue

DaDaBIK Guru
@symates - can you please add the details of your installation as these are required for support.

If you can access your application the go to Edit this App -> About / Upgrade then copy the text into this thread. If not please provide as much detail as possible.

Can you also paste the contents of your config_custom.php file please.
 

smyates

New member
hello,
my apologies regarding the short info. never really been a forum user before.

here are the contents of my config_custom.php file:

// add your config parameters here
$serial_number = '..............';
$dbms_type = 'mysql';
$host = 'localhost';
$db_name = 'ab940d6a_wp_dadabik_crud';
$user = 'ab940d6a_dadabik';
$pass = '';
$secret_key = '......';
$daadabik_session_name = '......';
$timezone = 'America/Chicago';
$default_install_enable_tables_on_creation = 'yes';
$grant_permissions_after_table_installation = 1;

$prefixes_to_exclude[0]='wp_';
$graphic_theme = 'bluegray';
$enable_data_tab_operations = 1;
$enable_create_view = 1;

Please note, I had a password in the $pass field but I could never get past this either. I finally removed the password to see how far I could get and now this is where I get stuck.

I am following the installation instructions on the video here: https://dadabik.com/wordpress-crud-plugin
I wasn't having much luck on my local installation because of the ioncube so I moved to my server. I'm still running into an issue. How can I access my application if I can't get it installed?
 
Top