08-27-2017, 12:37 PM
Just to give you info on WHY this happened.
In those two files I mentioned you called, before the actual content of the table, you must be running some type of DB query, and it is causing it to break since we never actually pulled the data, just defined the variable. If you run into this again, just try moving your query to be the first thing before your foreach if possible.
In those two files I mentioned you called, before the actual content of the table, you must be running some type of DB query, and it is causing it to break since we never actually pulled the data, just defined the variable. If you run into this again, just try moving your query to be the first thing before your foreach if possible.