This topic is locked
[SOLVED]

 record not saving

5/25/2012 7:38:00 PM
PHPRunner General questions
S
stiven author

Hello,
I have been working on this all day today, i have a very large table, i have events on edit page, BeforeDisplay, Before-record-update, after-record-update, javascript-onload, when i click save the record is not saved the pages refreshes but the record is not updated, no error on firefox error console or javascript console on on google chrome, no errors in the error_log file on the server, is there a way to display any possible errors on the page?
Thanks

Sergey Kornilov admin 5/26/2012

Make sure you are not returning false in BeforeEdit function - record won't be updated if you do that. Not enough info to provide a better advice.

S
stiven author 5/27/2012

Indeed it was something on the before edit event, i'm not sure what it was since the code was quite long, i just reset the event and the problem was solved.
Thanks for the help.