Closed Thread
Results 1 to 9 of 9

Thread: Need help re-creating new account... or something...

  1. #1
    scs.bns00124 is offline x10Hosting Member scs.bns00124 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    6

    Need help re-creating new account... or something...

    Thank you for your help on this issue

    I installed Joomla as my root site.

    When I try to access http://scsbns01.x10.bz ,
    I get a browser 500 error
    --
    Internal Server Error

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

    Please contact the server administrator, no-reply@x10hosting.com 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.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    --

    Help.

    Barry Smith

  2. #2
    stpvoice's Avatar
    stpvoice is offline Community Support Rep stpvoice has a brilliant futurestpvoice has a brilliant futurestpvoice has a brilliant future
    Join Date
    Dec 2008
    Location
    United Kingdom
    Posts
    5,939

    Re: Need help re-creating new account... or something...

    Hello,

    Please post the contents of the .htaccess file in the public_html directory. If using cPanel file manager you'll have to enable the viewing of dotfiles to see it.
    Also, please verify that directories are not CHMOD 777. Generally, directories should be 755 and files 644.

    Thanks.


  3. #3
    scs.bns00124 is offline x10Hosting Member scs.bns00124 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    6

    Re: Need help re-creating new account... or something...

    Quote Originally Posted by stpvoice View Post
    Hello,

    Please post the contents of the .htaccess file in the public_html directory. If using cPanel file manager you'll have to enable the viewing of dotfiles to see it.
    Also, please verify that directories are not CHMOD 777. Generally, directories should be 755 and files 644.

    Thanks.
    I had no idea how to "enable the viewing of dotfiles" in cPanel file manager.
    (update: looked online, but found the solution by accident)
    Fortunately, the "Legacy file manager" wasn't stuck on stupid.

    I "Show File Contents" on the .htaccess file in the public_html directory using the "legacy file manager" (.htaccess is 0 bytes long) and I get the ?message? "empty".

    Second point -- the only directories that were 777 was the cache directory and the logs directory.
    All other directories are 755.
    All files in the public_html directory are 644.

    Still cannot load the Joomla site, and probably just need a "cleanuser" script run by admin.

    Thank you for your help.

    Barry Smith
    Last edited by scs.bns00124; 06-07-2011 at 10:40 AM. Reason: Updated information

  4. #4
    scs.bns00124 is offline x10Hosting Member scs.bns00124 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    6

    Re: Need help re-creating new account... or something...

    Someone closed this thread, but I'm still looking for help.

    I am STILL getting a 500 page when trying to load my website. SEE ORIGINAL POST.

    Barry Smith

  5. #5
    stpvoice's Avatar
    stpvoice is offline Community Support Rep stpvoice has a brilliant futurestpvoice has a brilliant futurestpvoice has a brilliant future
    Join Date
    Dec 2008
    Location
    United Kingdom
    Posts
    5,939

    Re: Need help re-creating new account... or something...

    Hello,

    Threads with are closed automatically once it's been 3 days since the last reply.
    We don't have a "cleanuser" script as you like. The account would need to be deleted and recreated. If you want to do that, say the word.

    Thanks.


  6. #6
    scs.bns00124 is offline x10Hosting Member scs.bns00124 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    6

    Re: Need help re-creating new account... or something...

    Quote Originally Posted by stpvoice View Post
    Hello,

    The account would need to be deleted and recreated.
    Thanks.
    Will I be able to use the same userid / webid?

    Barry Smith

  7. #7
    scs.bns00124 is offline x10Hosting Member scs.bns00124 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    6

    Re: Need help re-creating new account... or something...

    STPVoice (or other helpful individuals) --
    How do I delete my account?
    and how long do I have to wait before re-creating my account?
    and can I use the same logins for website and email and forums?

    Barry Smith

  8. #8
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: Need help re-creating new account... or something...

    Quote Originally Posted by scs.bns00124 View Post
    Will I be able to use the same userid / webid?

    Barry Smith
    You don't need to wipe your account off the system and then recreate it.

    Add:
    RewriteBase /
    in your parent .htaccess file.

    Or even better, just PM me.
    I wouldn't mind looking into it.

    ~MaestroFX1
    Last edited by MaestroFX1; 06-15-2011 at 02:04 AM.

  9. #9
    scs.bns00124 is offline x10Hosting Member scs.bns00124 is an unknown quantity at this point
    Join Date
    May 2011
    Posts
    6

    Re: Need help re-creating new account... or something...

    PM'd you, but since this is probably not a once in a century situation -- needing to get a domain back up and running with a fresh website, I'll also continue the discussion here in the forum...
    Quote Originally Posted by MaestroFX1 View Post
    Add:
    RewriteBase /
    in your parent .htaccess file.

    ~MaestroFX1
    And then?

    FOLLOW-UP edit --
    0) I removed the installation of Joomla from my site, and had to manually delete a configure.php left in my ./public_html/ directory.
    1) I had to rename ./public_html/.htaccess to .htaccess.txt (so the CPanel-FileManager-editor didn't choke up asking about character-encoding).
    2) I added the one line "RewriteBase / " to my empty file.
    3) I deleted the .htaccess which appeared while I was editing, and renamed .htaccess.txt back to .htaccess .
    4) my http://scsbns01.x10.bz/ came back up without a 500 error, and my domain also came back "alive".
    5) I quickly wrote a "landing page" html doc in my word processor, copied it to index.html, and uploaded the index.html to my ./public_html/ directory.

    Everything is working great now.

    The Joomla install or the configure.php from the Joomla install may have been to blame... but everything about my web directories is alive again... without having to completely delete my account and re-register.

    Barry Smith
    Last edited by scs.bns00124; 06-15-2011 at 03:45 AM. Reason: Solution applied

Closed Thread

Similar Threads

  1. account creating
    By ducgreat200164 in forum Free Hosting
    Replies: 1
    Last Post: 12-04-2010, 01:27 PM
  2. Creating account
    By crazy1701d in forum Free Hosting
    Replies: 2
    Last Post: 11-13-2010, 05:24 PM
  3. creating account
    By ameeba in forum Free Hosting
    Replies: 2
    Last Post: 04-10-2010, 06:49 AM
  4. creating account
    By unclebernie in forum Free Hosting
    Replies: 1
    Last Post: 02-22-2010, 06:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers