Hi
We fond a situation that block Dédalo in the update 6.2.9. If you don't change the server after update the code and data and use the Update ontology in old server, Dédalo will fail and you will no enter into area_maintenance.
So, in this case, follow the next steps:
Download the next 2 files:
class.dd_core_api.php
class.area_maintenance.php
Replace it into your Dédalo installation:
../dedalo/core/api/v1/common/class.dd_core_api.php
../dedalo/core/area_maintenance/class.area_maintenance.php
Check your config.php
and ensure that you have the new server: master.dedalo.dev
as is indicated into the update process.
define('STRUCTURE_SERVER_URL', 'https://master.dedalo.dev/dedalo/core/extras/str_manager/');
define('DEDALO_SOURCE_VERSION_URL', 'https://master.dedalo.dev/dedalo/code/dedalo6_code.zip');
Refresh the login page in the browser.
Wait until login is shown, and refresh the browser again.
Login
Go to area_maintenance: Administration->Maintenance
Update your code
Update your data
Update your ontology (!IMPORTANT: ensure that your server is pointed to master.dedalo.dev
)
Best