0

我使用以下链接中提供的 vtlib 2.1 api 文档在 vtigerCRM 中创建了一个新模块。 http://wiki.vtiger.com/archives/index.php/Vtiger_CRM_5_Developer_Guide/VTLIB
虽然该模块似乎已成功创建,但当我尝试添加新记录时出现以下错误。

( ! ) WebServiceException: Permission to perform the operation is denied in C:\xampp\htdocs\dnbcrm\include\Webservices\Retrieve.php on line 30
Call Stack
#   Time    Memory  Function    Location
1   0.0037  338824  {main}( )   ..\index.php:0
2   0.8090  21393040    include( 'C:\xampp\htdocs\dnbcrm\modules\TargetModule\Save.php' )   ..\index.php:693
3   0.8209  21498512    CRMEntity->save( )  ..\Save.php:21
4   0.9772  23107304    VTEventsManager->triggerEvent( )    ..\CRMEntity.php:859
5   0.9773  23107304    VTEventTrigger->trigger( )  ..\VTEventsManager.inc:118
6   1.0133  23415848    VTWorkflowEventHandler->handleEvent( )  ..\VTEventTrigger.inc:119
7   1.0218  23433280    VTEntityCache->forId( ) ..\VTEventHandler.inc:51
8   1.0218  23433600    VTWorkflowEntity->__construct( )    ..\VTEntityCache.inc:83
9   1.0218  23433992    vtws_retrieve( )    ..\VTEntityCache.inc:16
4

1 回答 1

1

网上Vtiger_Module::initWebservice()有人说要解决这个问题,但实际上对我没有用。无论如何尝试一下,也许你会比我幸运。

于 2010-08-31T08:44:49.310 回答