Upgrade 10.6 Pro => 10.6 Enterprise

chrisj

New member
Hello,
Getting error running the upgrade procedure (not version upgrade, but Pro to Enterprise).
I have followed instructions as indicated in your documentation. I get through all the steps of the up.php process, and get a browser stop with just error in the popup window. The Loading swirly keeps rotating, but does not continue. I have tried both Chrome and Edge browsers.

Please advise,
Regards,
Chris

PHP Version: 7.2.24

mysql version: 5.5.5-10.3.17-MariaDB

Web server: Apache/2.4.37 (centos)

Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36

URL installation: http://madendock01.denn.com/sadweb1/

z1YJaqhNI9zhu9i
 

chrisj

New member
link to screenshot of error. It wont show with self-signed cert.
Chris

https://cloud.seajay.com/owncloud/s/z1YJaqhNI9zhu9i
 

eugenio

Administrator
Staff member
Hello,
it seems there is something unexpected in the files DaDaBIK is reading.

Have you changed any files (except from config_custom or custom function files)?

Do you have any blank lines at the beginning or at the end of config or config_custom?

Best,
 

chrisj

New member
Hello Eugenio,
See below my config_custom.php. I have not added anything to the custom_functions files at all. I have removed lines and will try again.

Regards,
Chris

<?php
/*
Add here the config.php parameters you want to modify, together with their values; see the documentation https://dadabik.com/index.php?function=show_documentation#config for furhter details
*/

// add your config parameters here
$parameter_example = 'value';
$serial_number = 'XXXXXXXX'; // DaDaBik Pro
// $serial_number = 'XXXXXXXX'; // DaDaBik Enterprise
$dbms_type = 'mysql';
$host = 'localhost';
$db_name = 'sad_temp';
$user = 'dbuser';
$pass = 'dbpassword';
$secret_key = 'thisisthesecretkeyandshouldbeatleastsixtycharactersandreallydoesnotneedtobesavedinanykindofsecretrepository';
$dadabik_session_name = 'thisisthesessionname';
$timezone = 'America/New_York';
$enable_data_tab_operations = 1;
$enable_create_view = 1;
 

eugenio

Administrator
Staff member
Hello,
then I suggest to open a support ticket writing to support@dadabik.org and we'll look at the problem closely.

Since you have shared the info here, I also suggest to change dadabik_session_name and secret_key.

Best,
 
Top