aiuto urgente per installazione dadabik

ellisun

New member
Salve ho acquistato il 4 feb DaDaBIK 7.1 PRO per risolvere un problema di consegna veloce per una
soluzione con wordpress.
In questo momento sono veramente nei guai dovevo aver già consegnato ma dadabik non funziona non si installa da sempre i soliti errori che leggo sul forum.
Allora chiedo urgentemente il sorgente di come devo configurare l'installazione per farla funzionare sia sul server (non si installa) che poi su wordpress.
Questi i dati di host e db l'host è su aruba.
host mysql: 62.149.150.167
db:
$db_name = 'Sql587449_3'
$user = 'Sql587449'
$pass = *********************
$secret_key = *****************************
$dadabik_session_name = '1169711811110897';
Ambiente
Sistema operativo Linux
Server Apache
HO URGENTE BISOGNO DA IERI..di far funzionare il tutto
 

eugenio

Administrator
Staff member
Se non ci dice gli errori è impossibile aiutarla.
Indichi tutte le informazioni che servono, come spiegato qua http://www.dadabik.org/forum/list.php?1
 

eugenio

Administrator
Staff member
Ripeto qua http://www.dadabik.org/forum/list.php?1 ci sono le istruzioni per riportare gli errori, senza queste informazioni esatte, seguite alla lettea, non possiamo fare nulla.
 

ellisun

New member
[01] Errore: specificare host, username, il tipo di DBMS, il nome del database, URL del sito, i percorsi di sito, fuso orario, SECRET_KEY e dadabik_session_name in config.php. Se si utilizza ospite SQLite e username non sono necessari. dadabik_session_name deve contenere solo caratteri alfanumerici, con almeno una lettera; la sua lunghezza deve essere inferiore a 100 caratteri e deve essere diverso da quello SECRET_KEY
 

ellisun

New member
il config.php

<?php
/*
***********************************************************************************
DaDaBIK (DaDaBIK is a DataBase Interfaces Kreator) http://www.dadabik.org/
Copyright (C) 2001-2015 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). At a glance, you can use this program and you can modifiy it to create a database application for you or for other people but you cannot redistribute the program files in any format. All the details, including examples, in dadabik_license.txt.

If you are unsure about what you are allowed to do with this license, feel free to contact eugenio.tacchini@gmail.com
***********************************************************************************
*/
?>
<?php
// this is the configuration file
// to install DaDaBIK you have to specify AT LEAST $dbms_type, $host, $db_name, $user, $pass, $site_url, $site_path, $timezone, $secret_key, $dadabik_session_name

///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////
// required installation parameters: please specify at least the following 10 parameters

// dbms type ('mysql' or 'postgres' or 'sqlite')
$dbms_type = 'mysql';


// DBMS server host
$host = '62.149.150.167'; // the name or the IP of the host (computer) where the DBMS is running (e.g. '127.0.0.1' if the DBMS is running locally); please try 'localhost' instead of '127.0.0.1' if '127.0.0.1' is not working; some Web Hosting providers can require a full name e.g. mysql.yourdomain.com; for SQLite this parameter is not needed. For mysql and postgres you can also specify the port (if it's not the default one) separated from the host by a ":", e.g. "127.0.0.1:5431" to use the port 5431

// database name
$db_name = '****'; // for SQLite not only the name but 1) the full path is also needed (e.g. '/my_databases/music_databases/songs.db') and 2) you need to grant to the Web server write permissions on the database file

// database user
$user = '****'; // this user must have select, insert, update, delete permissions, create and drop permissions are also needed for installation, upgrade and administration area e.g. 'root'; for SQLite this parameter is not needed

// database password
$pass = '*****'; // for sqlite this parameter is not needed

// DaDaBIK complete url (e.g. http://www.mysite.com/john/dadabik/)
$site_url = 'http:///www.disciplinaterritoriale.org/program_files/';

// DaDaBIK url path (e.g. if $site_url is http://www.mysite.com/john/dadabik/ this must be /john/dadabik/, put slashes at the beginning and at the end; put just one slash '/' if DaDaBIK is installed in the root of a Website, e.g. for a $site_url like http://www.mysite.com) *** PLEASE NOTE THAT THIS IS NOT THE PHYSICAL PATH IT IS JUST THE LAST PART OF $site_url ***
$site_path = '/program_files/';

// timezone, specify here your timezone (a list of available timezone here: http://php.net/manual/en/timezones.php)
$timezone = 'Europe/Rome';

// secret_key: a long (60+ characters), random and complicated phrase which is used to sign authentication cookies for this application and therefore improve authentication security; you don't need to remember this phrase
// please note that in order to benefit from this security mechanism you must choose a different secret_key for each DaDaBIK application you create and you must keep this value secret
$secret_key = '*****';

// dadabik_session_name: the name of the session for this DaDaBIK application, used to avoid unexpected and risky effects if other applications installed in the same domain make use of the same session variable names that this application uses
// it must contain only alphanumeric ASCII characters, with at least one letter and no blank spaces; its length must be less than 100 characters and must be different than $secret_key; you don't need to remember this name
// please note that in order to benefit from this security mechanism you must choose a name which is unique among session names used by other applications installed in the same domain
$dadabik_session_name = '*****';

// additional installation parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// prefix to use for the name of the tables created by DaDaBIK, all the tables created by DaDaBIK use this prefix
$prefix_internal_table = 'da_'; // you can safety leave this option as is, you *must* leave this option as is after the installation

// language parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// choose the front-end language ('english', 'italian', 'german', 'dutch', 'spanish', 'french', 'portuguese', 'croatian', 'polish', 'catalan', 'estonian', 'rumanian', 'hungarian', 'slovak', 'swedish', 'russian', 'danish', 'finnish' or czech)
$language = 'italian';

// authentication and security parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// enable the users authentication (0|1). If you set 1, you have to login to use DaDaBIK
// by default DaDaBIK create an administrator user (username: root password: letizia) and a normal user (username: alfonso password: letizia); for security reasons please change both the passwords as soon as possible and never publish a DaDaBIK application having the default passwords
$enable_authentication = 1;

// number of times a user can type the wrong password before the account is blocked
// the failed login counter, before reaching maximum allowed number, is reset to 0 when the user correctly access the application using the right password (even from another IP/computer)
// If a user access a DaDaBIK application through a Wordpress authentication, this limit has no effect
// An admin user can re-enable a blocked user from the "edit" page of the user
$number_failed_login_before_blocking = 10;

// enable the Wordpress authentication (0|1). If DaDaBIK is integrated into a Wordpress website and $wordpress_authentication is 1, users authenticated through Wordpress are automatically authenticated into DaDaBIK too, without doing the log-in again. The Wordpress authentication feature requires that the DaDABIK application is installed in a subdirectory of the Wordpress site and that the same users (same username) is available both in Wordpress and DaDaBIK.
// please note that if $wordpress_authentication = 1, two users having the same username (one on Wordpress and one on DaDaBIK) can coexist and both access DaDaBIK as they were the same user, even if they have two different passwords
// please note that the Wordpress and DaDaBIK session expirations are not synchronized: if your session expires in Wordpress it doesn't mean it automatically expires in DaDaBIK. Use the logout button in Wordpress to be sure to disconnect to both Wordpress and DaDaBIK.
// If you enable the Wordpress authentication, you should login/logout through Wordpress without using DaDaBIK login/lougout; mixing Wordpress and DaDaBIK login/logout can lead to unexpected behaviours.
$wordpress_authentication = 1;

// enable granular permissions (0|1). Granular permissions allow you to set, for each users group, which operations (read, delete, update, create, details, search and quick search) are allowed on each form and field.
$enable_granular_permissions = 1;

// leave FALSE for better security in passowrd storage, change to TRUE for maximum application portability on old systems (see http://www.openwall.com/phpass/ for further details)
$generate_portable_password_hash = FALSE;

// Use the id_group of the user, instead of the username, to fill ID_user fields (0|1)
$use_id_group_for_ownership = 0;

// deletion parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// enable delete all feature (delete operations must be enabled too, from the administration interface) (0|1)
$enable_delete_all_feature = 1;

// when a record is deleted, delete also the uploaded files related to that record (0|1)
$delete_files_when_delete_record = 1;

// ask confirmation before deleting a record? (0|1); note that this works just for the standard data grid, not for template data grids
$ask_confirmation_delete = 1;

// CSV parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// enable export to CSV for excel feature (0|1)
$export_to_csv_feature = 1;

// CSV separator
$csv_separator = ",";

// CSV file creation time limit (in seconds), in order to use it uncomment the line below by removing // and set the number of seconds. This feature makes use of the set_time_limit() function and has no effect when PHP is running in safe mode
//$csv_creation_time_limt = 30;

// null handling parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// set to 1 if you want to:
// 1) Treat empty form fields as NULL values during insert and update
// 2) View NULL values as empty form fields during edit
// $treat_blank_as_null = 1 should be the most user friendly option if your DaDaBIK application is used by non-technical users.
$treat_blank_as_null = 0;

// the word used to display a NULL content (could also be a blank string '', it is always a blank string in edit/insert forms if $treat_blank_as_null is 1)
$null_word = '';

// if $treat_blank_as_null is 0, for each field a NULL checkbox is displayed and allows to set the NULL value during insert/edit, unless you set $null_checkbox to 0. If you set $null_checkbox to 0 and $treat_blank_as_null to 0 there is no way to insert a NULL value as a field value of a record
// note that, if the record you are editing contains a NULL value for one or more fields, the NULL checboxes are displayed anyway, even if $null_checkbox is set to 0 (unless you have set treat_blank_as_null to 1)
$null_checkbox = 0;

// Upload parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// relative URL from the DaDaBIK root dir to the upload folder; you can leave the default one, remember to put a slash (/) at the end if you change it
$upload_relative_url = 'uploads/';

// absolute path of the upload dir - please put slash (/) at the end
// e.g. 'c:\\data\\web\\dadabik\\uploads\\' on windows systems
// e.g. '/home/my/path/dadabik/uploads/' on unix systems
// make sure the webserver can write in this folder and in the temporary upload folder used by PHP (see php.ini for details)
// SECURITY: You SHOULD PROTECT the upload directory from public access, otherwise anyone who knows the URL of a file you have uploaded via DaDaBIK can access the file itself, even without logging-in. By default, STARTING FROM DADABIK 6.3 the /uploads folder contains an .htaccess file which should prevent public access on Apache, please test it because it might not work in your environment; if you change the default upload directory or use a different Web server than Apache you should provide the needed security by yourself. If you are upgrading from a version prior to 6.3 you probably DON'T have the .htaccess file. Please note that, depending on your computer / FTP configuration it is possible that you can't see the .htacces file, because it starts with a dot (.).
$upload_directory = '';

// max allowed size for the uploaded files (in bytes)
$max_upload_file_size = 20000000;

// allowed file extensions (users will be able to upload only files having these extensions); you can add new extensions and/or delete the default ones; if you add extensions you also have to provide the correct MIME type adding an element to the array $allowed_file_exts_mime_ar, if you delete an extension you have to delete also the corresponding MIME type in the $allowed_file_exts_mime_ar array

$allowed_file_exts_ar[0] = 'jpg';
$allowed_file_exts_ar[1] = 'gif';
$allowed_file_exts_ar[2] = 'tif';
$allowed_file_exts_ar[3] = 'tiff';
$allowed_file_exts_ar[4] = 'png';
$allowed_file_exts_ar[5] = 'txt';
$allowed_file_exts_ar[6] = 'rtf';
$allowed_file_exts_ar[7] = 'doc';
$allowed_file_exts_ar[8] = 'xls';
$allowed_file_exts_ar[9] = 'htm';
$allowed_file_exts_ar[10] = 'html';
$allowed_file_exts_ar[11] = 'csv';
$allowed_file_exts_ar[12] = 'pdf';

$allowed_file_exts_mime_ar[0] = 'image/jpg';
$allowed_file_exts_mime_ar[1] = 'image/gif';
$allowed_file_exts_mime_ar[2] = 'image/tiff';
$allowed_file_exts_mime_ar[3] = 'image/tiff';
$allowed_file_exts_mime_ar[4] = 'image/png';
$allowed_file_exts_mime_ar[5] = 'text/plain';
$allowed_file_exts_mime_ar[6] = 'application/rtf';
$allowed_file_exts_mime_ar[7] = 'application/msword';
$allowed_file_exts_mime_ar[8] = 'application/vnd.ms-excel';
$allowed_file_exts_mime_ar[9] = 'text/html';
$allowed_file_exts_mime_ar[10] = 'text/html';
$allowed_file_exts_mime_ar[11] = 'text/plain';
$allowed_file_exts_mime_ar[12] = 'application/pdf';

$allowed_all_files = 0; // set to 1 if you want to allow all extensions, and files without extension too; please note that, since you cannot provide the MIME type for all possibile files, file having extensions different than the ones specifiy in $allowed_file_exts_ar are not guaranteed to be handled as expected

// Duplication check parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// maximum number of records to be displayed as duplicated during insert
$number_duplicated_records = 30;

// select similarity percentage used by duplication insert check
$percentage_similarity = 80;

// debug parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// display the main sql statements of insert/search/edit/detail operations for debugging (0|1)
// note that the insert sql statement is will be displayed only if $insert_again_after_insert is set to 1 and $show_details_after_insert = 0
$display_sql = 1;

// display all the sql statements and the MySQL error messages in case of DB error for debugging (0|1)
$debug_mode = 1;

// display the "I think that x is similar to y......" statements during duplication check (0|1)
$display_is_similar = 0;

// search parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// enable the quick search feature, which provides a quick search row at the top of the results
$enable_quick_search_feature = 1;

// allow the "and/or" choice directly in the form during the search (0|1)
$select_operator_feature = 1;

// default operator (or/and), if the previous is set to 0
$default_operator = 'and';

// choose if you want to show the change table dropdown menu in the search form (1) or not (0)
$show_tables_menu_in_search = 1;

// enable the possibility, for users, to specify AND / OR operators during a search e.g. typing "apple OR banana" (0|1)
// operators are case sensitive, OR and AND must be written in capital letters
// users cannot mix operators (city AND Europe OR USA)
$enable_user_booleans = 0;

// data grid and details page parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// items of the menu used to choose the number of result records displayed per page, you can add new numbers and/or delete the default ones
$records_per_page_ar[0] = 10;
$records_per_page_ar[1] = 20;
$records_per_page_ar[2] = 50;
$records_per_page_ar[3] = 100;

// target window for details/edit, 'self' is the same window, 'blank' a new window; this works just for the standard data grid, not for template data grids
$edit_target_window = 'self';

// coloumn at which a text, textarea and select_single field will be wrapped in the results page, this value also determines the width of the coloumn in the results table (standard data grid) if $word_wrap_fix_width is 1
$word_wrap_col = '25';

// allow that $word_wrap_col value also determines the width of the coloumn in the results table (standard data grid) (0|1)
$word_wrap_fix_width = 0;

// always wrap words at the $word_wrap_col column, even if it is necessary to cut them (0|1)
// FEATURE NO LONGER AVAILABLE!
$enable_word_wrap_cut = 1;

// image files to use as icons for delete, edit, details
// you can use both relative or absoulute url here
$delete_icon = 'images/delete.png';
$edit_icon = 'images/edit.png';
$details_icon = 'images/details.png';

// enable results table row highlighting (0|1)
$enable_row_highlighting = 1;

// separator to use while displaying several values related to the same select_multiple_* field (in data grid and details page)
$separator_display_select_multiple = '<br/>';


// dates parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// field type for date and date time ('classic' or 'date_picker')
// the 'classic' method uses list boxes (one list box for year, one for month, ....); the 'date_picker" method uses a normal textbox plus a date/time picker

// WARNING: CLASSIC is not available anymore, even if you choose it date_picker will be used instead.
$field_type_for_date = 'date_picker';

// format used to display date fields ('literal_english', 'latin' or 'numeric_english')
// 'literal_english': May 31, 2010
// 'latin': 31-5-2010
// 'numeric_english': 5-31-2010
// please note that, in edit mode, the date in a date picker is always displayed in year-month-day format
// note that, depending on your system, you can have problem displaying dates prior to 01-01-1970 or after 19-01-2038 if you use the literal english format; in particular, it is known that this problem affects windows systems
$date_format = 'numeric_english';

// date field separator (divides day, month and year; used only with latin and numeric_english date format)
$date_separator = "-";

// start and end year for date field, used to build the year combo box for date and date_time fields (only if $field_type_for_date = 'classic')
$start_year = 1968;
$end_year = 2018;

// insertion parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// choose if, after an insert, you want DaDaBIK to display again the insert form (1) or not (0)
$insert_again_after_insert = 0;

// choose if, after an insert, you want DaDaBIK to show you a details page of the record just inserted
$show_details_after_insert = 0;

// choose if you want to show the change table dropdown menu in the insert form (1) or not (0)
$show_tables_menu_in_insert = 1;

// record locking parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// enable the record lock feature when a user is editing a record
$enable_record_lock_feature = 1;

// number of seconds after which a record is automatic unlocked (useful to avoid a record being locked forever when, for example, a user enters the record in edit mode and then left his workstation); choose a value >= 60
$seconds_after_automatic_unlock = 240;

// forms settings
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// show update and search submit buttons also at the top of the forms, not just at the bottom (0|1)
$show_top_buttons = 0;

// in the edit form show, after SAVE and BACK buttons, a SAVE+BACK button
$show_save_plus_back_button = 1;

// number of items a select_multiple_menu field should show
$size_multiple_select = 3;

// show "previous" and "next" buttons in edit and details forms (0|1)
// if you have tables with millions of records and your memory is not enough, the Web server could crash trying to find the next/previous record; if this happens, you should disable $show_previous_next
$show_previous_next = 1;

// email notices parameters
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// enable_insert_notice_email_sending: when a new record is inserted an e-mail containing the record details will be sent to the addresses below (0|1)
// this feature requires an "auto increment" primary key in the relative table
$enable_insert_notice_email_sending = 0;

// set here the recipient addresses of the insert notice e-mail
// Here is an example
// $insert_notice_email_to_recipients_ar[0] = 'my_account_1@my_provider.com';
// $insert_notice_email_to_recipients_ar[1] = 'my_account_2@my_provider.com';
// $insert_notice_email_cc_recipients_ar[0] = 'my_account_3@my_provider.com';
// $insert_notice_email_bcc_recipients_ar[0] = 'my_account_4@my_provider.com';

$insert_notice_email_to_recipients_ar[0] = '';

$insert_notice_email_cc_recipients_ar[0] = '';

// please note that on some PHP versions, probably only on MS Windows, the mail() function doesn't work fine: the messages are not send to the bcc addresses and the bcc addresses are shown in clear!!!
$insert_notice_email_bcc_recipients_ar[0] = '';

// enable_update_notice_email_sending: when a record is updated an e-mail containing the new record details will be sent to the addresses below (0|1)
$enable_update_notice_email_sending = 0;

// set here the recipient addresses of the update notice e-mail
// Here is an example
// $update_notice_email_to_recipients_ar[0] = 'my_account_1@my_provider.com';
// $update_notice_email_to_recipients_ar[1] = 'my_account_2@my_provider.com';
// $update_notice_email_cc_recipients_ar[0] = 'my_account_3@my_provider.com';
// $update_notice_email_bcc_recipients_ar[0] = 'my_account_4@my_provider.com';

$update_notice_email_to_recipients_ar[0] = '';

$update_notice_email_cc_recipients_ar[0] = '';

// please note that on some PHP versions, probably only on MS Windows, the mail() function doesn't work fine: the messages are not send to the bcc addresses and the bcc addresses are shown in clear!!!
$update_notice_email_bcc_recipients_ar[0] = '';


// advanced configuration settings, you can safety leave the following settings as they are
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

// the name of the main file of DaDaBIK, you can safety leave this option as is unless you need to rename index.php to something else
$dadabik_main_file = 'index.php';

// the name of the login page of DaDaBIK, you can safety leave this option as is unless you need to rename login.php to something else
$dadabik_login_file = 'login.php';

// prefix of the NULL checkbox name
$null_checkbox_prefix = 'null_value__';

// suffix of the select type (contains, is_null....) listbox
$select_type_select_suffix = '__select_type';

// suffix of the date time types
$year_field_suffix = '__year';
$month_field_suffix = '__month';
$day_field_suffix = '__day';
$hours_field_suffix = '__hours';
$minutes_field_suffix = '__minutes';
$seconds_field_suffix = '_seconds';

// htmLawed configuration, you shouldn't change this parameter, changing this parameter can lead to security problems, read documentation for more information
$htmlawed_config = array('safe'=>1, 'deny_attribute'=>'style, class');

// choose the correct db library; you shouldn't change this parameter
$db_library = 'pdo';

// perform a check about mbstring extension installation; this parameter should be always set to 1
$mbstring_check = 1;

// alias_prefix
$alias_prefix = '__'; // you can safety leave this option as is

// table_list_name name
$table_list_name = $prefix_internal_table."table_list"; // this parameter is here for historical reasons, don't change it

// how does DaDaBIK read the files uploaded: 'public_url' or 'php'; for security reason, you should keep this option set to "php" and keep the upload folder (see $upload_directory) protected from public access (see documentation)
$file_access_mode = 'php';

// if 1, the custom formatting functions take in input, for select_single/select_multiple fields having more than one linked field, each linked field value singularly. This allows to have more control on the outupt. It should be set to 0 just for compatibility with DaDaBIK applications created with DaDaBIK < 7.1 (if you can't modify your formatting functions). (0|1)
$pass_linked_fields_to_format_function_as_array = 1;


?>
 

eugenio

Administrator
Staff member
Quindi non sono errori di connessione come scritto nel primo messaggio?

Comunque il messaggio spiega chiaramente qual e' il problema, che e' nei parametri di configurazione, non li ho controllati tutti, ma gia' dadabik_session_name e' sbagliato, il messaggio dice:

"dadabik_session_name deve contenere solo caratteri alfanumerici con almeno una lettera"

mentre in config.php non c'e' nessuna lettera.

PS: cancelli password e altre informazioni riservate, questo forum e' pubblico.
 

ellisun

New member
ma io ho lasciato il config.php come mi è stato rilasciato ho inserito solo i dati della documentazione.
quindi devo cambiare session id? a piacere
e che altro?
 

eugenio

Administrator
Staff member
Non capisco, se ha acquistato DaDaBIK il file config.php viene rilasciato senza alcun parametro impostato, e' impossibile che i parametri fossero gia' impostati.
 

ellisun

New member
Dear ellisun promo,

thanks for your purchase of DaDaBIK. You may download using the following URL:

https://sites.fastspring.com/dadabik/order/dl/DAD160204-3041-18105F

For safety, you can check the md5 hash after download: 73481f7b03c6a8b9098f9596837336cf
 

ellisun

New member
Grazie per il Vostro Ordine

Stiamo elaborando il vostro ordine, i dettagli relativi alla consegna e alla ricevuta vi perverranno via e-mail a breve.

https://sites.fastspring.com/dadabik/order/invoice/DAD160204-3041-28103

ellisun promo
ebedetti@gmail.com
via longhena,10
roma
rm 00163
Italia
Identificazione di ordine: DAD160204-3041-28103
1 DaDaBIK 7.1 PRO
Total: € 54,90
 

eugenio

Administrator
Staff member
Ripeto e' IMPOSSIBILE che il file che avete scaricato avesse il config.php che mi ha scritto qua.
http:///www.disciplinaterritoriale.org/program_files/ immagino sia un vostro sito giusto? Come poteva essere gia' nel config ?
 

ellisun

New member
ma il problema si può risolvere perchè lo dovrei usare su wp da ieri ho staccato il cell..
ps. come cancello i messaggi precedenti?
 

eugenio

Administrator
Staff member
Scusi ma io non ci sto capendo nulla; ha caricato via FTP cosa? Non capisco cosa c'entri il caricamento via FTP.

Ripeto per l'ennesima volta che il file che ha scaricato non puo' essere quello che mi ha mostrato qua, il mio consiglio e' di rifare l'installazione da zero, utilizzando il file originale scaricato e di seguire alla lettera le istruzioni di installazione, incluso quanto scritto in config.php; cosi' facendo funzionera' tutto.
 

ellisun

New member
non mi può inviare un file config.php configurato da lei i parametri ce l'ha ho veramente bisogno di fare tutto in un ora
 

eugenio

Administrator
Staff member
Il supporto che possiamo dare e': a fronte di errori, dare indicazioni su come risolverli. E' quello che e' stato fatto.
Il file config.php è molto chiaro e l'installazione di DaDaBIK si puo' effettuare in pochissimi minuti seguendo le indicazioni.

Se l'errore visualizzato è ancora lo stesso significa che altri parametri non sono stati compilati come richiesto.
 

ellisun

New member
allora ho reistallato tutto ora per usarla in wp dove sono già loggata cosa devo fare?
praticamente ho tutto a posto però quando richiamo l' applicazione mi dice che non trova login io ho quello con cui mi loggo su wp ma lo devo indicare su qualche file?
 
Top