This topic is locked
[SOLVED]

 Save Button not working

11/1/2018 1:16:26 PM
PHPRunner General questions
K
kouba author

Hi all,
I made some change in my project and the save button of edit or add page is not working anymore. I identifie the block code that generates this issue, which is 2 line add in the before add or before edit event pages. These lines help me to save in the database any change done by user (creating or modifying).
)

{

[color="#4169E1"] $values["created_by"] = ;

[color="#4169E1"]$values["modified_by"] = ;
[color="#0000FF"]return true;

}
As this affects the SAVE button, I am wondering if I break something here causing I can't save new record. Is there any workaround for this?
Thanks

admin 11/1/2018

I'm not seeing anything wrong with this code.
What exactly is happening when you click 'Save' button?
Posting your project to Demo Account is the easiest option to troubleshoot.

K
kouba author 11/1/2018



I'm not seeing anything wrong with this code.
What exactly is happening when you click 'Save' button?
Posting your project to Demo Account is the easiest option to troubleshoot.


Yes, you are right, it's about time column. For example, to add an activity, I have a column time where time is in uk format. it takes by default the current time in uk format. it seems that the button save not working is related to this.

admin 11/1/2018

You need to open a ticket with support team directly sending your Demo Account URL and instructions on reproducing the issue.