Problem with my wordpress blog

12 replies
I just moved to another hosting company, and wanted to tranfor my MySQL database, when i did that tryed to access ty the main page which is mariuspuluikis(.)com and it worked! But only the main page, when i am tryed to go somewhere else and it goes nowhere.. and when i am trying to login i got error like this:



I am not able to show the the error because i dont have enough posts.
if you go mariuspuluikiscom wp-admin

username admin
password L9M%b(ykjh

BTW, I Moved all my files from another host.

If someone know the answer to this that I would be very thankful.
#blog #problem #wordpress
  • Profile picture of the author Diana Lane
    Reset your permalinks. The non-technical reason behind this is because when this happens, it's what works for me

    P.S. I never noticed your access details there - I'd delete them from your post if I were you.
    Signature

    Plot short fiction, long fiction, even outline non-fiction * Edit the question prompts to suit your genre * Easily export text and image files for use with your word processor or Scrivener.
    {{ DiscussionBoard.errors[1722312].message }}
  • Profile picture of the author RGallowitz
    ask your hosting company. I wouldn't post access information in a public forum dude.
    Signature
    Make INSANE money by promoting PHYSICAL affiliate products.
    The one and only "GALLO Affiliate System" -
    >> Click Here! <<
    {{ DiscussionBoard.errors[1722315].message }}
    • Profile picture of the author John Hocking
      The permalinks are stored in the .htaccess file.

      It is a special file and lots of programs ignore it .

      Resetting your permalinks should fix the issue by writing the code into the current copy of the .htaccess file.
      {{ DiscussionBoard.errors[1722323].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by Marius_Puluikis View Post

        I just moved to another hosting company, and wanted to tranfor my MySQL database,
        What do you mean you "wanted" to transfer?
        Did you or didn't?

        Transferring the database is NOT done via the wp-admin interface.
        You use phpMyadmin: Export at the old server and Import on the new server.


        Originally Posted by John Hocking View Post

        The permalinks are stored in the .htaccess file.
        Actually, they are not.
        EVERY WordPress htaccess file looks like this:

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

        # END WordPress

        ...unless you added something manually.

        The "permalink structure" is stored in your database (wp_options table).
        And the "slug" that is created from your post title
        e.g. example.com/blog/your-post-title-here
        is also stored in the database, in the wp_posts table for every post/Page.
        Signature

        {{ DiscussionBoard.errors[1723293].message }}
  • Profile picture of the author bollytintin
    Hi Marius,

    Just as Istvan said, it must be a database problem. You will need to edit your database or reupload. Wish I can help out.

    But PLEASE remove your login details.

    keep working at it man.

    cheers
    {{ DiscussionBoard.errors[1723401].message }}
  • Profile picture of the author bollytintin
    Hi Marius,

    Just as Istvan said, it must be a database problem. You will need to edit your database or reupload. Wish I can help out.

    But PLEASE remove your login details.

    keep working at it man.

    cheers
    {{ DiscussionBoard.errors[1723491].message }}
  • Profile picture of the author tomcam
    Change your login name and your password immediately. Your hosting company will be happy to do it for you if you don't understand how.
    {{ DiscussionBoard.errors[1725121].message }}
    • Profile picture of the author Marius_Puluikis
      Originally Posted by tomcam View Post

      Change your login name and your password immediately. Your hosting company will be happy to do it for you if you don't understand how.

      My Hosting company have no idea, how to fix it.
      {{ DiscussionBoard.errors[1725645].message }}
      • Profile picture of the author stevendbrady
        Well, listen to the guys that are telling you what the problem is. I had the exact same issue, and it was the need for the .htaccess file. Make the .htaccess file in the root of your site just as Istvan Horvath said with that content and it should work just fine.
        {{ DiscussionBoard.errors[1725941].message }}
  • Profile picture of the author Marius_Puluikis
    Thanks guys, i change the password in the post, write email to my hosting company and probably i am gonna re-uploud my MySql database.
    {{ DiscussionBoard.errors[1725561].message }}
  • Profile picture of the author Marius_Puluikis
    I already fixed the problem. The database was fine, i just uplauded new version of wordpress to my server instead of copying my old wordpress files. Wordpress ask me to renewal my database, i login and everything was fine. I didnt need to edit htccss file.
    {{ DiscussionBoard.errors[1730478].message }}
    • Profile picture of the author stevendbrady
      Running through the WordPress install will add the required information to the .htaccess again. Glad you got it working.
      {{ DiscussionBoard.errors[1730493].message }}

Trending Topics