I have followed the vtlib document and created a custom module. I thought I had made some errors on my module, so I created the payslip module. I am still getting the same errors<br><br>1. when I click on payslip I get &quot;Module name is missing. Please check the module name.&quot;<br>
2. I have commented out &quot;die(&quot;Module name is missing. Please check the module name.&quot;)&quot; on index.php. Error 1 dissappers. When I try adding a new payslip item, I get <br><br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<b>Fatal error</b>: Uncaught exception &#39;WebServiceException&#39; with
message &#39;Permission to perform the operation is denied for name&#39; in
F:\xampp\htdocs\m4g\include\Webservices\VtigerWebserviceObject.php:50
Stack trace:
#0 F:\xampp\htdocs\m4g\include\Webservices\Utils.php(265):
VtigerWebserviceObject::fromName(Object(PearDatabase), &#39;Payslip&#39;)
#1
F:\xampp\htdocs\m4g\modules\com_vtiger_workflow\VTEventHandler.inc(50):
vtws_getWebserviceEntityId()
#2 F:\xampp\htdocs\m4g\include\events\VTEventTrigger.inc(119):
VTWorkflowEventHandler-&gt;handleEvent(&#39;Payslip&#39;, 3)
#3 F:\xampp\htdocs\m4g\include\events\VTEventsManager.inc(118):
VTEventTrigger-&gt;trigger(&#39;vtiger.entity.a...&#39;, Object(VTEntityData))
#4 F:\xampp\htdocs\m4g\data\CRMEntity.php(859):
VTEventsManager-&gt;triggerEvent(Object(VTEntityData))
#5 F:\xampp\htdocs\m4g\modules\payslip\Save.php(29):
CRMEntity-&gt;save(&#39;vtiger.entity.a...&#39;, Object(VTEntityData))
#6 F:\xampp\htdocs\m4g\index.php(693): include(&#39;F:\xampp\htdocs...&#39;)
#7 {main} thrown in <b>F:\xampp\htdocs\m4g\include\Webservices\VtigerWebserviceObject.php</b> on line <b>50</b></blockquote><div><br>What Am I doing wrong? I am running vtiger 5.1 on php 5.2.9 and mysql 5.0.51a <br></div>