• In advance, I appologize for my stupidity.

    I was an idiot and tried logging in to my page, but forgot my username/password combination since I have two, but instead of doing the right thing and hitting Forgot Password, I kept going until i got blocked (about five tries).

    The annoying part is, that apparently it wasn’t WordPress, but one of my plugins that blocked me, Jetpack. So I tried fixing it with their troubleshooting list, didn’t help. So the genius struck again; if I delete the plugin, It’s not there to block me! Big mistake. Now my site has a 500 Server Error. Tried contacting Jetpack support, they couldn’t help me, and refered me here.

    I have managed to get an error message from my server:
    Parse error: syntax error, unexpected ‘,’ in /customers/d/b/b/yondoloki.dk/httpd.www/wp-config.php on line 98

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    You have to check your config.php file and maybe .htaccess file too.
    Some settings probably do this.
    As it point you to line 98, what is there in your file? Did Jetpack security write there something? Delete it 😉
    So check these files and delete lines which does not belongs by default to your wp site or your settings.
    I am not familiar with these security plugins what changes they do in these files, so you have to look there.
    Check this https://jetpack.me/support/security-features/#unblock

    Thread Starter yondoloki

    (@yondoloki)

    ok, I fixed the mistake, and another one emmerged

    Parse error: syntax error, unexpected ”82.143.194.72” (T_CONSTANT_ENCAPSED_STRING) in /customers/d/b/b/yondoloki.dk/httpd.www/wp-config.php on line 98

    I don’t know what everything you have in config.php file. You can have there anything 😉
    So try to compare it to default config.php
    It looks something like this https://generatewp.com/wp-config/

    Thread Starter yondoloki

    (@yondoloki)

    on line 98 is (‘JETPACK_IP_ADDRESS_OK’ ‘82.143.194.72’)

    I tried deleting it, but then the error message before popped up again

    It has to be exactly this

    define('JETPACK_IP_ADDRESS_OK', '82.143.194.72');

    Or just disable whole Jetpack monster and delete every line of code everywhere 🙂 then install it again if you like it.

    Thread Starter yondoloki

    (@yondoloki)

    YES!! Thank you so much!! It’s working again!! 😀

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘500 Server Error’ is closed to new replies.