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?
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
eCRM Web