Vtiger web service “sorry! attempt to access restricted file” response
问题 I'm trying to create a lead via a web service request, but I'm getting a "sorry! attempt to access restricted file" response. I read that the most likely culprit is a misconfigured $root_directory url in config.inc.php, but mine is correct. The UI works fine. I can login and obtain a session name via the webservice but it seems like the "create" operation doesn't work. Here's the code for the create call: $lead = array('lastname' => 'test', 'assigned_user_id' => '1', 'company' => 'test');