Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Migration Issue
#1
I tried do migration of one vtiger 6.4 installation to coreBOS 7

After execute a migration script ( http://your_server/your_corebos/migrate_from_vt6.php )

Warning: include_once(config.security.php): failed to open stream: No such file or directory in /usr/share/coreBOS/corebos-master/config.inc.php on line 207

Warning: include_once(): Failed opening 'config.security.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /usr/share/coreBOS/corebos-master/config.inc.php on line 207

Warning: include_once(config.security.php): failed to open stream: No such file or directory in /usr/share/coreBOS/corebos-master/config.inc.php on line 207

Warning: include_once(): Failed opening 'config.security.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /usr/share/coreBOS/corebos-master/config.inc.php on line 207

This file ( config.secutity.php ) not in directory

I removed ( manually ) last lines in config.inc.php ( vtiger original ) and insert last line of config.inc.php ( coreBOS system )

// List of CORS Authorized Domains for Webservices
$cors_enabled_domains = '';

// Override with developer settings
if(file_exists('config-dev.inc.php')){
include('config-dev.inc.php');
}

System starts.

But showed ( after login )

Module name is missing or incorrect. Please check the module name.

I tried put manually in URL index.php?action=index&module=cbupdater ( but not woking too .. )

Someone can help me to continue with this migration?
Ranieri
eCRM Web
Reply


Messages In This Thread
Migration Issue - rslemer - 09-15-2017, 07:27 PM
RE: Migration Issue - joebordes - 09-15-2017, 09:53 PM
RE: Migration Issue - rslemer - 09-19-2017, 03:41 PM
RE: Migration Issue - joebordes - 09-19-2017, 04:47 PM
RE: Migration Issue - rslemer - 09-19-2017, 07:41 PM
RE: Migration Issue - joebordes - 09-19-2017, 08:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)