This topic is locked
[SOLVED]

 Add On The Fly Does Not Work ..

3/5/2013 5:55:46 PM
PHPRunner General questions
J
joiresende author

I have a problem in one of my applications, I can not do Add on the fly does not work. Until the model newly acquired invoice does not work what could be causing this failure.
In other projects works perfectly.

T
tparkiDevClub member 3/6/2013

I have exactly the same problem which seems to be caused by something to do with the server environment because my project uploaded to my Demo account works perfectly there.

So what to do?

Sergey Kornilov admin 3/6/2013

There is not enough info to answer any of those questions. I recommend to contact support showing a way to reproduce the issue.

J
joiresende author 3/6/2013

After the response 'tparki' I insisted on another server to test and to my surprise it worked perfectly. What could cause this problem.

note: Also does not work on localhost

T
tparkiDevClub member 3/8/2013

Following help from Sergey <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=70130&image=1&table=forumreplies' class='bbc_emoticon' alt=':P' /> I found that after invoking a table lookup for one of my fields I needed to ensure my user had ADD permission for that table. With that additional permission Add on the fly worked just fine.

J
joiresende author 3/8/2013

Also managed to make it work.

Thanks for the support.