bitsyandkitty
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Installation Fatal Errorall ok now – seemed to be an FTP problem in that not al files were completing…
Forum: Installing WordPress
In reply to: Installation Fatal Errorhi Esmi,
Have you any ideas why this install isn’t working?
B.xForum: Installing WordPress
In reply to: Installation Fatal ErrorHi, 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.xForum: Fixing WordPress
In reply to: Blog lost after transfer to new hostHi,
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. xForum: Fixing WordPress
In reply to: Blog lost after transfer to new hostThis is the error I am getting;
SQL query:—
— Database:aleptiscouk_***
—
— ——————————————————–
—
— Table structure for tablewp_commentmeta
—
CREATE TABLE IF NOT EXISTSwp_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
) ,
KEYcomment_id
(comment_id
) ,
KEYmeta_key
(meta_key
)
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =3;MySQL said: Documentation
#1046 – No database selectedForum: Fixing WordPress
In reply to: Blog lost after transfer to new hostThanks 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.xForum: Plugins
In reply to: Heatmap plugin failuremini 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.
xForum: Fixing WordPress
In reply to: Add different image in sidebar on each PAGEthanks racer – that’s working great. all very easy when you know how eh!
many many thanks for the code.
xxForum: Fixing WordPress
In reply to: Add different image in sidebar on each PAGEThanks 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