This topic is locked

build 286 error

8/2/2007 10:17:20 AM
PHPRunner General questions
S
smaris author

Hi
error on inlineadd and inlineedit are back in build 286. If you build a project without checking the 'inline add and inline edit' checkboxes, you will get an error when you try to add or edit a record:
"inlineadd (inlineedit) not defined".
Fastest and easiest own bugfix till now is to modify the dbcommon.php in the project source and add default inits:
....

$useAJAX = true;

$suggestAllContent = true;
$inlineadd = false;

$inlineedit = false;
function CalcSearchParameters()

{

....
Stefan

Sergey Kornilov admin 8/2/2007

Stefan,
try build 287 and if you have any issues contact me directly at support@xlinesoft.com.