kah22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems With BlogMy Browser of choice is Firefox but the problem appears in it AND in IE 8
Forum: Fixing WordPress
In reply to: Transfering Blog From One Domain To AnotherBefore starting as advised above what would happen if
a. I completely delete the Database in MyOriginalSite and all files associated with it. Leave everything blank
b. edited the config.php file in MyTestSite to show the details of MyOriginalSite
c. in MyTestSite alter General Setting to show the WordPress Address (url) and site address (url) of MyOriginalSite
and then just ftp’d all the files from MyTestSite into MyOriginalSite – would that work? Would that keep the structure, design and content. I appreciate I might have to go in and alter links.
Forum: Fixing WordPress
In reply to: Hideing Duplicated Category LinksDiscovered my answer by trial and error remove:
<?php wp_list_categories(‘title_li=’) ?>
from custom_function.php
Forum: Fixing WordPress
In reply to: Transfering Blog From One Domain To AnotherAre happy times here again ??
I’ve only just seen my friends web account and it was actually an ordinary website he was running, the database has even been activated. Does that mean all I have to do is wipe everything from his server and edit wp-config.php to suit the new server press go and I’m home.
It couldn’t be that simple, but then that’s what I love about WordPress it makes everything simple for the likes of me ??
Kevin
Forum: Fixing WordPress
In reply to: Been Automatically Redirected To Scam SiteHi Guys thanks for the support. Don’t really know what weird JavaScript would look like.
Amyway the site was put up on my personal webspace for an author friend of mine – he has about 20 posts. We’ll be transferring them sometime next week to his own website – a complete new look.
It will take a bit of time I know but I’ll probably wipe everything in his existing website, database the lot and start from scratch and then just post and paste the material in page by page that way I’ll be reasonably happy that no bug is been transferred.
Kevin
Forum: Fixing WordPress
In reply to: Been Automatically Redirected To Scam SiteFound an answer: re-install everything except – do not overwrite wp-config.php or wp-content folder
Done and everything is working again
But one more question why did that code keep appearing and reappearing even though I had went through all index.php files and removed the offending code manually? Seeking knowledge.
Forum: Fixing WordPress
In reply to: Silence Is Golden HackJust a little bit more advice.
I deleted all but the content folder and the config.php file on my hosts site.
Downloaded a clean copy of WordPress opened it on my desktop before uploading and there was that little ‘silence is golden’ phrase on the content – index.php page. Where is it coming from, how can I kill the b…..d off
Kevin
Forum: Fixing WordPress
In reply to: Silence Is Golden Hackquick come back can’t figure out how to update within WP with the dashboard be all mixed up etc – if I’m ftp do I just overwrite all the files, or would that affect what I have on my database?
Forum: Fixing WordPress
In reply to: Thumbnail ProblemsNo Thesis support here!
Oh! Any particular reason?
Forum: Fixing WordPress
In reply to: Deleted DatabaseHang about there is a database there here is what it looks like any hope? I notice there is little in it, I’m assuming that was created when I tried the upload mentioned above.
Table Records Type Size Comments
wp_commentmeta 0 MyISAM 1.0 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:18 PM
wp_comments 1 MyISAM 7.2 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:18 PM
wp_links 7 MyISAM 3.5 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:18 PM
wp_options 145 MyISAM 352.2 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 01:12 PM
wp_postmeta 3 MyISAM 7.2 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:20 PM
wp_posts 4 MyISAM 9.0 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:20 PM
wp_terms 2 MyISAM 8.1 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:18 PM
wp_term_relationships 8 MyISAM 3.2 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:18 PM
wp_term_taxonomy 2 MyISAM 4.1 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:18 PM
wp_thesis_terms 0 MyISAM 1.0 KiB
Creation: Oct 02, 2010 at 01:12 PM
Last update: Oct 02, 2010 at 01:12 PM
wp_usermeta 16 MyISAM 7.8 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:19 PM
wp_users 1 MyISAM 4.1 KiB
Creation: Oct 02, 2010 at 12:18 PM
Last update: Oct 02, 2010 at 12:18 PM
12 table(s) 189 — 408.4 KiBForum: Fixing WordPress
In reply to: Deleted Databasegovpatel thanks for the reply, unfortunately it was the database that was deleted. I had been trying something which just didn’t work out.
Unfortunately the data base has gone, though the back-up of the wordpress that I was using is sitting on my hard drive.
When the database got deleted I then deleted all the files on my domain in the vain hope that if I reinstalled wordpress with the back up material I could regain the old database, unfortunately that hasn’t worked.
I have to accept that the data bas is gone but is there anyway from the backups I have on my hard drive that I can reclaim the files that were on the net. If there were I wouldn’t mind loading them up on an individual basis..
Hopefully
Forum: Fixing WordPress
In reply to: How To Do A Complete WipeJust to be sure. Does the above mean going into my ftp program and deleting everything in the public_html directory and then going to my database and using the Drop command remove the sites database?
Forum: Fixing WordPress
In reply to: Images Putting Me Crazy!!James, thanks for your answer. Problem solved
Forum: Fixing WordPress
In reply to: Simple php questionThanks for your support vtxyzzy
This was a premium theme (Thesis) that I was working with and I posed the same question there. The answer that came back said to change the custom-function.php file NOT the WordPress function.php file and add
<?php add_theme_support('post-thumbnails'); ?> add_theme_support('post-thumbnails');
again I got an error message but decided to try single lines and when I put
add_theme_support('post-thumbnails');
in on its own the plugin seem to be satisfied.Again many thanks for your help. Hopefully you advice and this will help other WordPressers!
Forum: Fixing WordPress
In reply to: Simple php questionYes, wp-includes/post-thumbnail-template.php is there