• Resolved Tore Production

    (@tore-production)


    Hi,
    Our website have not been working for a week now and our web hoster says they cannot find any problem.

    From the beginning. When you are visiting the website you only get to a white background (nothing). I got the advice to update WordPress manually and have did this twice, but nothing happens. Have been following the upgrade instructions after the letter.

    In phpMyAdmin I have found an error message
    Error
    The additional features for working with linked tables have been deactivated. To find out why click here.

    When clicking on the link you see this text.
    PMA Database … not OK[ Documentation ]
    General relation features Disabled

    Under documentation
    $cfg[‘Servers’][$i][‘pmadb’] string
    The name of the database containing the linked-tables infrastructure.

    See the Linked-tables infrastructure section in this document to see the benefits of this infrastructure, and for a quick way of creating this database and the needed tables.

    If you are the only user of this phpMyAdmin installation, you can use your current database to store those special tables; in this case, just put your current database name in $cfg[‘Servers’][$i][‘pmadb’]. For a multi-user installation, set this parameter to the name of your central database containing the linked-tables infrastructure.

    I am not a pro in WordPress and if you know what the problem might be or want some more information we will be very thankful.

    By the way this is the website I have been talking about: https://www.toreproduction.com

    Merry Christmas // Tore Production

Viewing 5 replies - 1 through 5 (of 5 total)
  • The first thing to make sure you have no newline characters before or after the PHP tags in wp-config; the <?php tag should be on line 1, and ?> should be the very last characters of the file. If you’re in luck, that will fix it. If not, there may be a plugin conflict.

    See here.

    Thread Starter Tore Production

    (@tore-production)

    The site is working, but not good. Here is an error message I got, which I do not understand anything of.

    Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The siteurl option is deprecated for the family of bloginfo() functions. Use the url option instead. in /customers/b/5/5/toreproduction.com/httpd.www/wp-includes/functions.php on line 3542 Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The siteurl option is deprecated for the family of bloginfo() functions. Use the url option instead. in /customers/b/5/5/toreproduction.com/httpd.www/wp-includes/functions.php on line 3542 Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The siteurl option is deprecated for the family of bloginfo() functions. Use the url option instead. in /customers/b/5/5/toreproduction.com/httpd.www/wp-includes/functions.php on line 3542 Notice: Undefined index: rate in /customers/b/5/5/toreproduction.com/httpd.www/wp-content/plugins/wp-postratings/wp-postratings.php on line 563 Notice: Undefined index: pid in /customers/b/5/5/toreproduction.com/httpd.www/wp-content/plugins/wp-postratings/wp-postratings.php on line 564

    Your theme has a number of issues as does the wp-postratings plugin.

    Looks like the WordPress theme you’re using was made a long time ago, and needs to be updated. Many of the errors you see come from your theme calling WordPress functions with deprecated arguments.

    Look up each function you have trouble with in the Codex.

    For get_bloginfo, you can look up the Codex for it, but in this case the answer is right in the error code: wherever you have get_bloginfo(‘siteurl’) appearing in your theme, replace that with get_bloginfo(‘url’) or simply home_url().

    Long-needed upgrades can be tricky, WordPress has changed quite a bit since 2.2.

    If you get too many errors all over your theme, you might want to consider re-building it from a copy of an existing WP3-compatible design.

    Thread Starter Tore Production

    (@tore-production)

    Problem solved. I found a new version of my theme (iTheme2). Now I just need to edit it so it fits after my needs, but that will be easy when I just can copy those settings from my new theme.

    The only strange thing was that I could not find get_bloginfo(‘siteurl’) or any similar. But as written before it is not a problem any more.

    Thanks to all you help and Happy New Year

    // Tore Production

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Our website have stopped working without any reason’ is closed to new replies.