alansmithee
Forum Replies Created
-
Forum: Plugins
In reply to: CG-Amazon fix for WP 2.0If you upgrade beyond 2.0 (including 2.1-alpha1) there is a fatal error using the CG-Amazon and CG-WhatTunes plugins. Something about redeclaring wp_get_current_user(). I haven’t checked the CG code yet to see what might be the problem.
EDIT: I just commented this out in cga-config.php
//if (!isset($user_level))
//{
// if (!function_exists(‘get_currentuserinfo’))
// require (ABSPATH . WPINC . ‘/pluggable-functions.php’);// if (function_exists(‘get_currentuserinfo’))
// get_currentuserinfo(); // cache away in case hasn’t been yet…
//}Forum: Fixing WordPress
In reply to: redeclare problem after upgradeThere were several plugins that caused the problem, each from David Chait’s wonderful plugins. Both CG-Amazon and CG-WhatTunes no longer work, unfortunately. Now I will have to dig around and try to find out why…
Forum: Fixing WordPress
In reply to: redeclare problem after upgradeThanks, I just realized it may be a problem with one or more of my plugins so I have started the arduous process of deactivating all of them and reactivating one by one.
Forum: Themes and Templates
In reply to: How to restore the defult header?If you didn’t save a copy, re-upload the one from the original download of WP
Forum: Fixing WordPress
In reply to: How Do You WrapText Around Adsense Ads?Ahh then either a prevaricator or SFB, or both…
https://search.www.ads-software.com/wrap+text+adsenseForum: Fixing WordPress
In reply to: How Do You WrapText Around Adsense Ads?Someone posted how in the past 24 hours. Surely you can search the forum can’t you?
Forum: Fixing WordPress
In reply to: Safari and QuicktagsSo far no worries, only one plugin I have is no longer functional and the changes/improvements are considerable.
Forum: Fixing WordPress
In reply to: My feeds not workingTurn off BAStats?
Forum: Fixing WordPress
In reply to: Out of the blue, without cause, permalinks aren’t working…:(Morning, yes sounds like the right file – root htaccess ‘cuz WP is in the root directory. I read yesterday where you turned off WP permalinks because they were not working. In that case WP would/should have removed the rewrite rules and conditions from htaccess.
If you turn custom permalinks back on, then there should be the WP section again.
Forum: Everything else WordPress
In reply to: Spammers Gave Up (knock on engineered wood…)Well, my first film “Death of a Gunfighter” is still my best.
Forum: Everything else WordPress
In reply to: Spammers Gave Up (knock on engineered wood…)If a bot could care about anything I doubt it would be “blind efficiency” (whatever that means ?? The only time an instigator of bots would care about efficiency is if a lack of it hit him or her in the wallet, which it doesn’t (wish it did, but it doesn’t).
If every time one knocked on my door it cost the author a dime, they would soon put my site on their “do not disturb” list – like the fax spammers learned when I took them to small claims court.
Forum: Everything else WordPress
In reply to: Spammers Gave Up (knock on engineered wood…)I’LL BE BACK!!
Forum: Fixing WordPress
In reply to: No RSS Feed (same in MySQL dbase)There are no feeds in the database. Apparently you have some whitespace in one or more of your files.
Forum: Fixing WordPress
In reply to: weird sidebar issueIt always helps to look at the source. For one you have incorrectly escaped some stuff at the top of the sidebar and the result is improper html.
Forum: Fixing WordPress
In reply to: mod_security – would these rules break WP ?Because linking to any other php I assume would be there doesn’t behave as I espected – blank or otherwise so at first I thought it was a rewrite problem, but now perhaps some permissions or something may have changed on your old files?