Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter bitsyandkitty

    (@bitsyandkitty)

    all ok now – seemed to be an FTP problem in that not al files were completing…

    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    hi Esmi,

    Have you any ideas why this install isn’t working?
    B.x

    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    Hi, thanks. re-uploaded and now getting error ending:

    Fatal error: Class ‘WP_Query’ not found in D:\domains\xxx.com\wwwroot\2010\wp-settings.php on line 204

    any further guidance – this is 3rd upload.

    many thanks,
    B.x

    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    Hi,
    FIXED This – It seems I couldn’t import a database INTO another database – I deleted the one I had set-up and imported the old one again and it bought across the posts.
    I wrongly assumed the SQL files would merge…

    The Backupwordpress plugin went belly up too – so simply deleted that and going to start again.

    Thanks for your help guys.
    B. x

    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    This is the error I am getting;
    SQL query:


    — Database: aleptiscouk_***

    — ——————————————————–

    — Table structure for table wp_commentmeta

    CREATE TABLE IF NOT EXISTS wp_commentmeta (
    meta_id bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
    comment_id bigint( 20 ) unsigned NOT NULL default ‘0’,
    meta_key varchar( 255 ) default NULL ,
    meta_value longtext,
    PRIMARY KEY ( meta_id ) ,
    KEY comment_id ( comment_id ) ,
    KEY meta_key ( meta_key )
    ) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =3;

    MySQL said: Documentation
    #1046 – No database selected

    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    Thanks v much for your response.
    I did export and import the databse earlier agin to double check – not sure if entirely successful as a commentmeta error…?
    I did follow that guide you’re referring to, under moving to a new server!
    Help still lost and stuck. Thanks in advance.
    B.x

    Forum: Plugins
    In reply to: Heatmap plugin failure
    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    mini update – heatmap sort of working now! feel free to add any feedback however as there really is very little out there regarding this plugin which has huge potential.
    another plugin – HeadCleaner – made it fail.
    B.
    x

    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    thanks racer – that’s working great. all very easy when you know how eh!

    many many thanks for the code.
    xx

    Thread Starter bitsyandkitty

    (@bitsyandkitty)

    Thanks racer but I’m not so clear – so do i add this code to the sidebar.php

    <?php
    global $wp_query;
    $postid = $wp_query->post->ID;
    echo get_post_meta($postid, ‘customField’, true);
    ?>

    ?
    change customField for something like ‘page-imag’e, create the custom filed in the page and add the image?

    i, surprisingly, drew a blank on widgets that do this simple – seemingly – function? There’s room for one out there you know!.

    thanks,
    Best, Bitsy x

Viewing 9 replies - 16 through 24 (of 24 total)