simsen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress files download when I click linksDarnit, I was too quick. Problems are back. But I have narrowed it down: symptoms only appear when the plugin Ultimate Tag Warrior is enabled.
So: either remove the alt link to my feed in header.php OR disable Ultimate Tag Warrior. What do do? Any suggestions?
Forum: Fixing WordPress
In reply to: WordPress files download when I click linksI never had that option turned on, so it seems that the function gets called regardless.
By the way: Better to insert
return false;above theob_start…-line rather than commenting it out.Forum: Fixing WordPress
In reply to: WordPress files download when I click linksFIXED IT!
I edited the file wp-includes/functions.php, line 336 in the function gzip_compression(). I merely commented out the line
ob_start('ob_gzhandler');. I think I disabled gzip compression, but right now I don’t care, I do not get a file-download prompt anymore.I hope someone will fix the code properly some day.
– S
Forum: Fixing WordPress
In reply to: Rich text editor…gone?tripecac, I have now refreshed my browser seven or eight times, and it works flawlessly.
But this is strange: if I activate the line
ob_start('ob_gzhandler');, the editor still works. It did not work before.Additionally, commenting out
ob_startresolves a different problem I have in Firefox when using Google Toolbar. That problem is described in this thread: WordPress files download when I click linksForum: Fixing WordPress
In reply to: Rich text editor…gone?FIXED IT!
I edited the file wp-includes/functions.php, line 336 in the function
gzip_compression(). I merely commented out the lineob_start('ob_gzhandler');. I think I disabled gzip compression, but right now I don’t care, my tinyMCE works!I hope someone will fix the code properly some day.
– S
Forum: Fixing WordPress
In reply to: Rich text editor…gone?I am also needing to resolve this, I have the exact same symptoms. designoahu’s screenshot applies perfectly to me, and I – like eundas – do not have the option to enable WYSIWYG editor in “Options” – “Writing”.
Help would be greatly appreciated.
Firebug in Firefox yields the following error:
<br /> 2<b>Warning</b>: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: output handler 'ob_gzhandler' cannot be used twice in <b>/home/xxxxx/wordpress/wp-includes/js/tinymce/tiny_mce_gzip.php</b> on line <b>142</b><br />– S
Forum: Fixing WordPress
In reply to: tinyMCE is undefined line 219Hi, guys, I am sorry to open up this closed wound, so to speak, but I have the exact same problem.
I have no tinyMCE WYSIWYG editor at all. I get an error message stating the following:
Error: 'tinyMCE' is undefined.I have applied the patch mentioned above using the UNIX “patch”-command and checked that the file tiny_mce_gzip.php did indeed get patched properly. Does anyone know what to do next?
– S
Forum: Plugins
In reply to: Ultimate Tag Warrior Issue: SQL Connections Left OpenHi, bgswm1.
I don’t know if it is related, but after I installed UTW, i am not able to search my posts. Are you able to search? The problem is described in this thread but there is no solution yet. :-/
Best of luck.
Forum: Fixing WordPress
In reply to: WordPress files download when I click linksYes, hughbiquitous, thank you for reminding me. Needless to say, this worries me quite a lot, and I do not have the technical proficiency to systematically problem-solve this.
Hence my appeal to the wider community, I am sure there are some bright people out there who could point me (us) out in the right direction.
Forum: Fixing WordPress
In reply to: Ultimate Tag Warrior ErrorI most certainly am. I call it the pi-version. (3.1415…)
By the way, I have found that people with the exact same problem are discussing it on UWT’s author’s forum. Here: http://www.neato.co.nz/forum/comments.php?DiscussionID=1560&page=1#Item_0
– S
Forum: Fixing WordPress
In reply to: Ultimate Tag Warrior ErrorI too have a similar problem.
Symptoms when UTW is activated: When I enter a search word and press ENTER, the following error message appears:
WordPress database error: [Not unique table/alias: 'p2t'] SELECT SQL_CALC_FOUND_ROWS wp_can_posts.* FROM wp_can_posts INNER JOIN wp_can_post2tag p2t on wp_can_posts.ID = p2t.post_id INNER JOIN wp_can_tags t on p2t.tag_id = t.tag_id LEFT JOIN wp_can_post2tag p2t on wp_can_posts.ID = p2t.post_id INNER JOIN wp_can_tags on p2t.tag_id = wp_can_tags.tag_id WHERE 1=1 AND (((post_title LIKE '%some_search_word%') OR (post_content LIKE '%some_search_word%'))) AND (post_type = 'post' AND (post_status = 'publish' OR post_status = 'private')) AND t.tag IN ('religion') OR wp_can_tags.tag like '%some_search_word%' GROUP BY ID ORDER BY post_date DESC LIMIT 0, 10WordPress database error: [Not unique table/alias: 'p2t'] SELECT SQL_CALC_FOUND_ROWS wp_can_posts.* FROM wp_can_posts INNER JOIN wp_can_post2tag p2t on wp_can_posts.ID = p2t.post_id INNER JOIN wp_can_tags t on p2t.tag_id = t.tag_id LEFT JOIN wp_can_post2tag p2t on wp_can_posts.ID = p2t.post_id INNER JOIN wp_can_tags on p2t.tag_id = wp_can_tags.tag_id WHERE 1=1 AND (((post_title LIKE '%some_search_word%') OR (post_content LIKE '%some_search_word%'))) AND ((post_type = 'post') AND (post_status = 'publish' OR post_status = 'private')) AND t.tag IN ('religion') OR wp_can_tags.tag like '%some_search_word%' GROUP BY ID ORDER BY post_date DESC LIMIT 0, 10I am anxious to know if there is a fix for this, and I am quite hesitant to manually creating tables in my databse like fuery suggests.
Forum: Installing WordPress
In reply to: No WYSIWYG Editor in 2.1Fresh WP install, never had WYSIWYG editor, please help!
Hi guys. I have never even seen the “Editor”-tab you are supposed to see when editing posts. There is no option for activating Rich Text Editor in “Options” – “Writing”.
I am running a clean install of WordPress 2.1.2.
Could anybody be so kind as to point me out in the right direction?
Forum: Fixing WordPress
In reply to: WordPress files download when I click linksI have the same problem, and it is really bugging me now.
I too have Firefox and Google Toolbar, and the problem goes away if I remove Google Toolbar AND / OR if I remove this line
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />from header.php.
I am VERY much looking forward to a solution to this.
ventrilqstman’s A temporary solution does not apply to me.