php - vtiger crm 5.4.0 custom module installation shows Sorry! Attempt to access restricted file -
i in developing of custom module in vtiger crm 5.4.0 .when installing newly developed custom module @ server shows message 'sorry! attempt access restricted file.' , can't install module.
please me rectify issue.
the cause vtiger error “sorry! attempt access restricted file.” $root_directory value in ‘config.inc.php’ incorrect or misspelled.
in order correct follow steps below:
go vtigercrm directory open “config.inc.php” favorite text editor go line 86 , adjust $root_directory value correct vtiger directory. note, directory must end /. should – $root_directory = ‘/var/www/vtigercrm/’;
Comments
Post a Comment