But here’s a clue that I think may be attributing to the issue:
If I look at a invoice that was added prior to my update from 3.5.6, the totals work.
But if I add another line to the invoice… it doesn’t add to the invoice total.
Upon further review… I noticed that the data wasn’t saving to the database. Even if I did a save data, most of the time the record didn’t save to the database… or sometimes the record would get created and show up in the database, but if I modified the record, the modifications weren’t being added.
Thinking it might be that the autosave was not set, I had my solution call it at startup.
The thing is that I’m not getting any errors that pop up letting me know what might be going on.
So… is there some log file that might be giving me some clues? Anyone had this issue?
I went into the Database Servers in Servoy 4 and when I clicked one of my databases, I got this error in my console:
Could not attach listener to paygo_db
Could not attach listener to paygo_db
Could not attach listener to paygo_db
Could not attach listener to paygo_db
Could not attach listener to paygo_db
Could not attach listener to paygo_db
Could not attach listener to paygo_db
Could not attach listener to paygo_db
I only clicked on Open Server once, and it generated this error.
Also, checked from another computer on our network… get the same result.
Any ideas? All necessary ports are open on both computers.