cybeardjm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme preview shows blank white screensame here as with carrington-mobile…
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] pb with yarpp when accents in postHi,
I tested again with the last version… Indeed the pb with accents is corrected now. But I still have my same error msg.
I then completely removed yarpp : deactivation + removal of 2 tables in MySQL DB + removal of 2 yarpp keys on the Posts table.
I then tried to reactivate the plugin, so that it could setup it clean from scratch.
I got the following error : https://twitpic.com/4hlgs
Unfortunately I can’t copy the code itself… to send it to you.
The 2 tables and keys are indeed created, although the msg states there are errors… Here’s the result for the 2 keysyarpp_title FULLTEXT 1 post_title
yarpp_content FULLTEXT 1 post_contentIf I try to save the draft of a post (existing or new) I still get “my” previous error…
Any clue ?
Sincerely
DJMPS: I had a big crash 15 days or so ago and had to restore the DB from scratch (the Posts table was locked). After that all my posts had trouble with special chars (accents…) and I had to declare UTF-8 for all tables as well as DB… I had the same error/problem before, but at least Yarpp worked…
Forum: Fixing WordPress
In reply to: [Plugin: WP Security Scan] Warning simplepie.inc on line 759sorry, I created a post here with a pb, but as the issue is resolved, I’ll create a new thread instead.
Sincerely
DJMForum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] pb with yarpp when accents in postBTW, thx for the hard work…
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] pb with yarpp when accents in postWill test 3.03 anyway… ??
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] pb with yarpp when accents in postHopefully, I could get access to the page source code… BTW I get the following chars first ??????????, if title contains accents, it gets deleted (it’s kept if no accents) and on 2nd save, chars become “????”.
Here’s the Query
Sincerely
DJMWordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘duplicate key update date = now()’ at line 18 for query insert into wp_yarpp_related_cache (reference_ID,ID,score) SELECT 1794, ID, (0+ (MATCH (post_content) AGAINST (‘ ‘)) * 3+ (MATCH (post_title) AGAINST (‘ ‘)) * 1+ COUNT( DISTINCT tagtax.term_taxonomy_id ) * 1+ COUNT( DISTINCT cattax.term_taxonomy_id ) * 1) as score
from wp_posts
left join wp_term_relationships as blockrel on (wp_posts.ID = blockrel.object_id)
left join wp_term_taxonomy as blocktax using (term_taxonomy_id
)
left join wp_terms as blockterm on (blocktax.term_id = blockterm.term_id and blockterm.term_id in (68))
left JOIN wp_term_relationships AS thistag ON (thistag.object_id = 1794 )
left JOIN wp_term_relationships AS tagrel on (tagrel.term_taxonomy_id = thistag.term_taxonomy_id
AND tagrel.object_id = wp_posts.ID)
left JOIN wp_term_taxonomy AS tagtax ON ( tagrel.term_taxonomy_id = tagtax.term_taxonomy_id
AND tagtax.taxonomy = ‘post_tag’)
left JOIN wp_term_relationships AS thiscat ON (thiscat.object_id = 1794 )
left JOIN wp_term_relationships AS catrel on (catrel.term_taxonomy_id = thiscat.term_taxonomy_id
AND catrel.object_id = wp_posts.ID)
left JOIN wp_term_taxonomy AS cattax ON ( catrel.term_taxonomy_id = cattax.term_taxonomy_id
AND cattax.taxonomy = ‘category’)
where (post_status IN ( ‘publish’, ‘static’ ) and ID != ‘1794’) and post_password =” and post_type IN (‘post’, ‘page’)
group by id
having score >= 2.5 and count(blockterm.term_id) = 0 and COUNT( DISTINCT tagtax.term_taxonomy_id ) >= 1 order by score desc limit 5 on duplicate key update date = now() made by include, do_meta_boxes, call_user_func, yarpp_metabox, yarpp_related, yarpp_cache_enforceForum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorDone
Sincerely
DJMForum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server Error…/plugins/
When it was in …/plugins/post-teaser/ although I had the plugin activated, it didn’t do anything…Forum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorBTW, I only had one installation of the plugin, but in …/plugins/post-teaser/post-teaser.php
Moved the page to the plugins’ root.
Sincerely
DJMForum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorTHX Weyhan, you were right… corrected that and the plugin’s options page can be validated again… But now, when I load the site, I get :
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I tried deactivating/reactivating the plugin a few times and I can confirm this behaviour.
Sincerely
DJMForum: Plugins
In reply to: [Plugin: Post Teaser] Cannot update options / hangs w/ Internal Server ErrorHi Weyhan… I’ve been using PT for months, since I installed WP in fact… it’s installed in the Plugins directory, as are all of the plugins I use… I installed it manually months ago, and now it updates by itself… when I click the update link… ?? Nothing special here…
When I say “validate”, I mean “submit the options” in the plugin’s page…
The last update is on April 8th 2009…Sincerely
DJM