hello,
im getting this error in the task module, it pops up when i try to edit a task record:
Type: 8
Message: Undefined index: js
File: [htdocs]/include/epesi.php
Line=353
error backtrace:
File: [htdocs]/include/epesi.php
line 353
function called: handle_epesi_error(8, "Undefined index: js", "[htdocs]/include/epesi.php", 353, Array (#14))
File: [htdocs]/process.php
line 32
function called: process("__action_module__=%2FBase_Box%7C0%2FCRM_Tasks%7Cmain_0%2FUtils_RecordBrowser%7Ctask&%2FBase_Box%7C0%2FCRM_Tasks%7Cmain_0%2FUtils_RecordBrowser%7Ctask_callback_543812901e34fbcf85d1413081fcc09e=1", false)
heres what i did:
i added some fields to the tasks-module (through adminstration - record set). i added them also to the task-followup-lightbox template. i modified tasksCommon_0.php (very, very slightly, two lines added), which should insert the followup-fields in the database, using Utils_RecordBrowserCommon::update_record('task', $record['id'], $arraywithupdatefields);
i've undone all the mentioned code-modifications, but the error remains. i really dont know what to do with this error message. never touched epesi.php or process.php, never used or changed any 'js'-index, never renamed a database field. how can i fix this issue?
regards, christof