WP table prefix

5.96K viewsIssuesdatabase
0

Hi Rahul,

I just ran into an issue. For each wordpress site I install I change the table prefix for security reasons. On this install the prefix changed from wp_ to answers_

Now I am having issues on the front end, see attached screenshot. AP is still looking for a table with the default prefix:

[Table ‘xxxxxx_answersfinal.wp_ap_reputations’ doesn’t exist]

It doesn’t as it is called xxxxxx_answersfinal.answers_ap_reputations

 

The table names should be called with prefix, otherwise the default wordpress table name will be used:

$wpdb->prefix . "ap_reputations";

0

Hello,

Please tell me more about the issue. When it happens and in which page?

You are viewing 1 out of 4 answers, click here to view all answers.