This topic is locked

Deleted table elements still causing problems

10/6/2019 9:06:26 PM
PHPRunner General questions
K
keithh0427 author

I have a table in my project where I deleted 3 elements: rescheduledBy, rescheduledDate, rescheduledFrom
However, I'm still seeing them appear in the sacraments_settings.php file.
Specifically, they appear in the line that defines: $tdatasacraments[".strClickActionJSON"] = ...
Can someone tell me where in the project I can find the elements that I need to remove?

Sergey Kornilov admin 10/7/2019

What are "table elements"? If you are talking about database fields make sure you synchronized the database and project after making changes to database structure.

K
keithh0427 author 10/8/2019



What are "table elements"? If you are talking about database fields make sure you synchronized the database and project after making changes to database structure.


Yes, that was my first thought. I have done that multiple times and just did it again after reading your response. Just to be on the safe side. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=89054&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
I still see those database fields, but only in the one place where I mentioned. All other traces of the fields have been removed.