• Chargin

    (@chargin)


    Im using the latest version of this plugin, I did update it today also and then attempted to create a redirect.
    I get the “Unknown database problem updating URL for…” error. A quick google shows this was a known bug and this was fixed a few versions ago. But its still happening for me.

    Any advice out there on how to get this working?

    I just want to redirect subscribers to a certain page.

    https://wordpress.org/plugins/peters-login-redirect/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Chris Dillon

    (@cdillon27)

    Just a hunch but it sounds like an SQL mode conflict. I don’t have a quick way to check that setting within WordPress but if you have access to your web hosting cPanel, go to phpMyAdmin, select your WordPress database, select SQL, and enter this query:

    SELECT @@sql_mode;

    and click Go.

    If the result is empty, then it’s not an SQL mode conflict. Otherwise, post the result here.

    Let me know if you don’t have cPanel access and we’ll try another method.

    phmsburns

    (@phmsburns)

    I just had the same problem. Make sure their are not slashes at the front of your URL. Removing the slash helped me.

    So
    example.com/something/
    should be
    example.com/something

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unknown database problem updating URL for… etc’ is closed to new replies.