Support » Fixing WordPress » Big troubles in moving my wordpress site

  • Hello,

    I’m very sad today.

    I have a dedicate server with a wordpress site but have to format the entire machine.

    I back-up my entire site and database.

    Then i formated the server.

    When the server was Ok, i create and import the database and upload the files again via ftp.

    But sadly all my link’s are brooke now!. I cant’t access my pages and wp-admin Please visit http://www.madeiramarket.com

    What i made wrong? how can i solve this problem?

    Thank you.

    Vítor

Viewing 3 replies - 1 through 3 (of 3 total)
  • try deleting the .htaccess file
    if things then work, reset the permalinks
    dashboard – settings – permalinks

    Thread Starter Vítor Maia

    (@vmaia)

    Hi.

    There is no .htaccess file.

    When i try to access my admin appear this error:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/madeiram/www/wp-admin/includes/template.php on line 969

    ok – 1st try renaming the plugins folder – this will deactivate them – and be sure one isn’t messing you up
    if site works, rename plugins folder back to normal and activate plugins one by one

    if that does not work
    1. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '128M');

    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 128M:
    memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)

    3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 128M

    Talk to your host.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Big troubles in moving my wordpress site’ is closed to new replies.