• Hello Keith, how are you doing? Thank you for the plugin, but I’m getting the following error:

    WordPress database error Table (here I have changed the table prefix for security purposes) 'user.****_rsjp_job_postings' doesn't exist for the... SELECT * FROM ****_rsjp_job_postings WHERE archive != "1" ORDER BY title DESC made by require('E:\home\user\Web\wp\wp-blog-header.php'), require_once('E:\home\user\Web\wp\wp-includes\template-loader.php'), include('E:\home\user\Web\wp\wp-content\themes\Ciola\template-full-width.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, resumeForm_handler, rsjpFormInclude, include('E:\home\user\Web\wp\wp-content\plugins\resume-submissions-job-postings\includes\form.php')

    I’m having a really hard time with this, I deleted and reinstalled the plugin, re-saved permalinks (which are default), checked my database, changed the above mentioned line for the actual table “****_rsjp_submissions” but still no luck. I’ve seen that Jay12345 had the same problem a year ago and you told him:

    “Hi,

    If you are using version 2.5, then you must update the tables since 2.5 does not use that table anymore.
    You should’ve seen a notice when you updated the plugin to update your tables.”

    I’m using the latest plugin version (2.5.3 as of today), is there a way to update the table manually?

    Thank you in advance.
    Best regards,
    Paula Bambino

    https://wordpress.org/plugins/resume-submissions-job-postings/

Viewing 1 replies (of 1 total)
  • Plugin Author kandrews

    (@kandrews)

    On the query that is throwing the error, can you hard code the table name “YOUR_PREFIX_rsjp_job_postings” and see if that works?

    The table is defined as $wpdb->prefix . ‘rsjp_job_postings’, so whatever your prefix is, make sure it matches to what is in the database.

Viewing 1 replies (of 1 total)
  • The topic ‘Database error’ is closed to new replies.