optimisticfriend
Forum Replies Created
-
I think I fixed it! I uploaded the backup version and re-activated the plugins manually. That worked but now I’m back in the previous version of WP (2.5).
I had the same problem after adding a widget (BlogRush). I used the fix from http://trac.wordpress.org/ticket/3807 but the code was on line 358 of the pluggable.php file (WordPress version 2.3.1).
Everything worked immediately after replacing:
$cookie = explode(‘; ‘, urldecode(empty($_POST[‘cookie’]) ? $_GET[‘cookie’] : $_POST[‘cookie’])); // AJAX scripts must pass cookie=document.cookie
foreach ( $cookie as $tasty ) {
if ( false !== strpos($tasty, USER_COOKIE) )
$user = substr(strstr($tasty, ‘=’), 1);
if ( false !== strpos($tasty, PASS_COOKIE) )
$pass = substr(strstr($tasty, ‘=’), 1);
}Replaced with this:
$user = $_COOKIE[USER_COOKIE];
$pass = $_COOKIE[PASS_COOKIE];Forum: Fixing WordPress
In reply to: How to change a page categoryI use Page Category Plus:
http://www.stuff.yellowswordfish.com/page-category-plus/Current Version: 1.1
Released 12th November 2007
WordPress: Version 2.3 (and above) ONLY(Version 1.1 corrects a display issue with missing sub-pages – when not in the same category as their parent – and adds a new parameter to the template tag to enable page exclusions).
What does it do?
Page Category Plus allows you to assign categories to WordPress ‘Pages’ – which WordPress in it’s natural state does not do. Unlike prior versions of the old ‘Page Category Organiser’, it uses the same categories you use for ‘Posts’ and, in effect, treats Pages as if they were Posts.Enjoy!
Forum: Plugins
In reply to: Multiple Banner Ad Rotator?Nick,
Great plugin! It works well on my http://www.amgmarket.com/amg/ site but I can’t get it working on another site.
For some reason, it can’t create the database tables and I get this error message in WP:
WordPress database error: [Table ‘mydatabase.wp_ads_banners’ doesn’t exist]
SELECT * FROM wp_ads_banners WHERE 1 ORDER BY banner_id ASCI’m using a MYSQL server. I tried to check the permissions but don’t know enough about programming to figure it out, yet. Any recommendations?
Forum: Fixing WordPress
In reply to: WordPress database error: exceeded the ‘max_questions resource”Fixed! I called my hosting company and they restarted the server, which apparently is the way to resolve this issue. Tech support said to check the “access log” for IP addresses that may be hitting the site way too frequently. Then, limit access for that IP address. It could be a problem if the IP is a search engine.
Forum: Installing WordPress
In reply to: Error establishing a database connectionI just got the same error message after my blog ran fine for months. What hosting company are you using? Startlogic by any chance?
Forum: Plugins
In reply to: Wrtie post – toolbar gone??Sorry for the delay in responding. I use dreamweaver to edit the documents and both IE and Firefox browsers (mainly Firefox).
Somehow during the past week, the toolbar re-appeared! Have no idea why.