Thread Starter
cwalls
(@cwalls)
Knowing that TablePress is using the WordPress APIs was helpful. I went back into the SQL Server abstraction layer and determined that the function that strips off the single quotes from the column names was executing too early in the process. The code was refactored and the TablePress SQL was modified correctly.
I’m encountering a similar issue. The ORDER BY clause is including the LIKE condition. Did anyone ever find a resolution for this?
Thread Starter
cwalls
(@cwalls)
I’m not sure how, but I got past this issue. I restored my database and WordPress and walked through the setup again and managed to get past this. I tried this a few times yesterday to no avail.
Thread Starter
cwalls
(@cwalls)
From the wp-config.php file: $table_prefix = ‘wp_’;