Forums

multy site error (23 posts)

  1. wintergirl
    Member
    Posted 5 months ago #

    When I try to enable network setup on my WP installation, I get the following error after completing the steps on the codex page. Everyting is done as instructed, but I get a 500 internal server error, and in my error log, the following error is present.
    [Tue Dec 20 13:24:15 2011] [alert] [client 24.15.204.31] /home/caringa/public_html/blog/.htaccess: Invalid command '\xa0', perhaps misspelled or defined
    by a module not included in the server configuration, referer: http://myeatingdisorder.sytes.net/blog/wp-admin/network.php

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    Which step causes it to fail?

  3. wintergirl
    Member
    Posted 5 months ago #

    I don't know, just when i'm done with it all, and click on log in, it gives me the internal server error.

  4. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    Okay, you're doing it wrong, then.

    Read http://codex.wordpress.org/Create_A_Network

    You're going to have PAUSES between these steps. Like when you do Step 3? Stop. Refresh, continue on.

    So when you follow that, let us know what step it's failing on :)

  5. wintergirl
    Member
    Posted 5 months ago #

    do i pause after steps 1 and 2 also? and do i refresh my admin screan, or my ftp client.

  6. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    Well step 1 (backup) and 2 (make wildcard subdomains if applicable) are both outside of WP.

    Starting at #3, you add the ONE line to your wp-config, then you refresh so it you can go to Administration > Tools > Network Setup to see the screen where you will configure certain aspects of your network.

    Then you follow those directions in step 4, which has you logging out and back in...

  7. wintergirl
    Member
    Posted 5 months ago #

    it tells me to add lines to my .taxus file, and it tells me to add more the one line in wp-config. i'm using sub-directories, I'm not able to do sub-domains.

  8. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    I'm sorry ... to your .TAXUS file? I've never heard of that... What kind of server are you on? Or do you mean .htaccess ?

  9. wintergirl
    Member
    Posted 5 months ago #

    yes, that's what I meant. sorry, I'm visually impaired, and messed up.

  10. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    Okay. It's very important to copy that info to the right file. Copy/paste if you need to.

    Go ahead and add the lines to your .htaccess and your wp-config.php

    Then log out and log back in.

  11. wintergirl
    Member
    Posted 5 months ago #

    there is no logout link on the dashboard. there's a link that says log in, but that's it.

  12. wintergirl
    Member
    Posted 5 months ago #

    would someone please do it for me? I'll email you my info.

  13. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    If you want to hire someone, post on jobs.wordpress.net, or contact someone from codepoet.com - The free support here as limits (and one of them is doing that sort of work for you).

    Go and delete all the cookies for your domain from your browser. That will log you out.

  14. wintergirl
    Member
    Posted 5 months ago #

    when i completed the text for the wp-config file and refreshed, it showed me everything that i could do for the network settings, theames,etc. but, when i went to do the ".htaccess" config it messed up. here's what wordpress tells me to put in the file

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
     
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
     
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
     
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
  15. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    Yes. That's correct. What happens when you do this?

    Is that when yuo get error 500?

    If so, what text editor are you using to edit this file?

  16. wintergirl
    Member
    Posted 5 months ago #

    yes, it is. I'm using notepad to edit it.

    here's the error i get when going to my website.

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@myedblogs.myeatingdisorder.sytes.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Here's what it says in the error logs

    [Wed Dec 21 13:48:14 2011] [alert] [client 24.15.204.31] /home/caringa/public_html/myedblogs.sytes.net/.htaccess: Invalid command '\xa0', perhaps misspelled
    or defined by a module not included in the server configuration

  17. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    How are you uploading that file to your server?

    I think what's happening is you have some invisible characters in the file that are breaking it.

  18. wintergirl
    Member
    Posted 5 months ago #

    i'm hitting control C and then in my ftp client, hitting Control P. I'm visually impaired, and am using a screen reader to use the computer.

  19. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    Can you ask your webhost to look at it?

  20. wintergirl
    Member
    Posted 5 months ago #

    he did, and he is totally blind. he uses a screen reader like me.

  21. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    You mean you don't have a company, like Hostgator, that houses your website? This one's going to be a little more complicated, since I suspect your screenreader is putting in garbage characters ...

    What would be NICE is if you could make a blank .htaccess file, and change it's permissions to 777. Then WP should be able to edit it for you.

  22. wintergirl
    Member
    Posted 5 months ago #

    will it add the stuff it needs to run multy site?

  23. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 5 months ago #

    SHOULD yes :)

Reply

You must log in to post.

About this Topic

Tags

No tags yet.