php - Creating custom module problems in coreBOS-vtiger -


i have problem when creating custom module in corebos-vtiger:

fatal error: uncaught error: class 'logcreator' not found in c:\xampp\htdocs\corebos\modules\vtiger\listview.php:27 stack trace: #0 c:\xampp\htdocs\corebos\modules\logcreator\listview.php(10): include_once() #1 c:\xampp\htdocs\corebos\modules\logcreator\index.php(13): include_once('c:\\xampp\\htdocs...') #2 c:\xampp\htdocs\corebos\index.php(541): include_once('c:\\xampp\\htdocs...') #3 {main} thrown in c:\xampp\htdocs\corebos\modules\vtiger\listview.php on line 27 

if knows problem is?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -