• Hello~

    I am having a lot of trouble with folks trying to sign-up/register for my site. i am using the REGISTER PLUS plugin, which since wp’s update, hasnt had one that I know of and I cannot find a place that will actually let me ask the creator or his loyals for help, so here I am.

    After filling out the register form, they are given an error stating something about an INTERNAL SERVER ERROR.

    HELP! Im losing vital followers!

    Thanks,
    Robyn

    https://www.greenmoneyreport.com/useraccess

Viewing 2 replies - 1 through 2 (of 2 total)
  • I clicked the link and was taken to a login screen. I clicked “Register” and set up an account. However, I never received a confirmation email, so I have no way to log in and see what error you’re getting.

    But I did not encounter any errors during the registration process.

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘INTERNAL SERVER ERROR…HELP!’ is closed to new replies.