Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: update gone wrong
    Thread Starter austincourson

    (@austincourson)

    Must be a Christmas miracle it’s workin again. Thanks for all your help

    Forum: Fixing WordPress
    In reply to: update gone wrong
    Thread Starter austincourson

    (@austincourson)

    after some fiddling i now have this error on my page
    Fatal error: Call to undefined function: date_default_timezone_set() in /homepages/19/d314891559/htdocs/acrossthepond/wp-settings.php on line 36

    Forum: Fixing WordPress
    In reply to: update gone wrong
    Thread Starter austincourson

    (@austincourson)

    SQL query:
    
    -- phpMyAdmin SQL Dump
    -- version 2.6.4-pl3
    -- https://www.phpmyadmin.net
    --
    -- Host: db2314.perfora.net
    -- Generation Time: Dec 24, 2012 at 12:22 AM
    -- Server version: 5.0.96
    -- PHP Version: 5.3.3-7+squeeze14
    --
    -- Database: <code>db320269081</code>
    --
    -- --------------------------------------------------------
    --
    -- Table structure for table <code>wp_commentmeta</code>
    --
    CREATE TABLE  <code>wp_commentmeta</code> (
    
     <code>meta_id</code> BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
     <code>comment_id</code> BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT  '0',
     <code>meta_key</code> VARCHAR( 255 ) DEFAULT NULL ,
     <code>meta_value</code> LONGTEXT,
    PRIMARY KEY (  <code>meta_id</code> ) ,
    KEY  <code>comment_id</code> (  <code>comment_id</code> ) ,
    KEY  <code>meta_key</code> (  <code>meta_key</code> )
    ) ENGINE = MYISAM AUTO_INCREMENT =87 DEFAULT CHARSET = utf8 AUTO_INCREMENT =87
    MySQL said: 
    
    #1046 - No database selected
Viewing 3 replies - 1 through 3 (of 3 total)