• Resolved hermannf1

    (@hermannf1)


    Hi
    After update Short URL i get this errors:

    WordPress database error: [Table ‘d01b7054.wp_postmeta’ doesn’t exist]
    SELECT post_id FROM wp_postmeta WHERE meta_key = ‘_stt@_notsend_dup’

    WordPress database error: [Table ‘d01b7054.wp_comments’ doesn’t exist]
    SELECT comment_ID FROM wp_comments WHERE comment_approved = ‘1’ ORDER BY comment_ID DESC

    WordPress database error: [Table ‘d01b7054.wp_options’ doesn’t exist]
    UPDATE wp_options SET option_value = ‘yes’ WHERE option_name = ‘subscribe_reloaded_enable_advanced_subscriptions’

    WordPress database error: [Table ‘d01b7054.wp_options’ doesn’t exist]
    UPDATE wp_options SET option_value = ‘1’ WHERE option_name = ‘subscribe_reloaded_checked_by_default’

    WordPress database error: [Table ‘d01b7054.wp_options’ doesn’t exist]
    UPDATE wp_options SET option_value = ‘If A New Comment Is Posted:’ WHERE option_name = ‘subscribe_reloaded_checkbox_label’

    WordPress database error: [Table ‘d01b7054.wp_options’ doesn’t exist]
    UPDATE wp_options SET option_value = ‘<p><label for=\’subscribe-reloaded\’> [checkbox_label][checkbox_field]</label></p>’ WHERE option_name = ‘subscribe_reloaded_checkbox_html’

    The prefix is not right. Short URL don’t use the right prefix! Where can i change this?

    https://wordpress.org/plugins/shorten-url/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Nothing to do with this plugin … I assume this is a wp issue

    hello,

    i activated on 18aug and had a db error. same thing just happened. my message is a plugin is broken said 50 times 50 different ways. the plugin is adrotate, an established plug. when i deactivate the plugin the anticipated fatal call to undefined function error pops up. too bad there’s a conflict.

    where can i find the function get_short_link() ? i’m ultimately wanting all wp post to spit out a bit.ly url.

    First, I do not see the relation with the plugin 🙁

    my message is a plugin is broken said 50 times 50 different ways.

    => The error is thyen different and not related to the plugin

    when i deactivate the plugin the anticipated fatal call to undefined function error pops up.

    ==> “anticipated” ? what undefined function

    where can i find the function get_short_link() ?

    Errr … why ? If you remove the plufin, you should not have a link to this function

    After a verification, get_short_link() is not a function of my plugin …
    Then, one additional hint that the shorten_url plugin have nothing to do with your issue

    you misread my comment. in my search for a solution to my issue i was simply alerting you to a ‘conflict’ with an established plugin we use and value. if you had felt that it was beneficial for your plugin to remedy conflicts it’s a win-win. your plugin looks appealing.

    regarding the function, you mentioned it in your plugin sales pitch and i happened to be looking for it. thank you for the hint and we’re resolved.

    ok… thanks for the feedback

    For the function you are right, I mistype the name of that function in the how-to: the correct function is wp_get_shortlink which is a WP function.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘DB Error’ is closed to new replies.