Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gmustuk

    (@gmustuk)

    It appears that there is an issue with having an option in the .htaccess file with a rule “Options Indexes” to allow browsing the folder. As soon as I take this out I can download files fine. GRRRRrrrr..

    Jerry….I have the same problem….and this happens to just about all the plugins that I install through the admin interface.

    If I try to upgrade the plugin after the install it won’t work. Basically it seems that it uses the servers security credentials rather than the general FTP account credentials so when you try to upgrade (using the FTP info that wordpress asks for) it doesn’t have access. I have to login with a root login…delete the plugin…and then manually ftp upload/activate the plugin.

    I’m searching for a solution, but there needs to be a way to have control over what user/group the plugin files/dir are created with so that upgrades can properly remove and replace the plugin with the same access account.

    In IE 7 (Vista) I just started noticing an error: “internet explorer cannot open the internet site operation aborted”. This happens using version 2 beta 5 of audioplayer. As soon as I disabled the plugin the error goes away in IE.

    I only had this issue when viewing the blog home page ( http://www.mrsikhnet.com) . The page was loading videos and other content.

    I was able to temporarily resolve this issue by splitting the blog post with the three audio clips so that they don’t show on the home page. This is something that definitely should be looked into if others are having this issue.

    More info on the issue: http://www.nirmaltv.com/2007/08/08/how-to-fix-internet-explorer-cannot-open-the-internet-site-operation-aborted-error/

    Thread Starter gmustuk

    (@gmustuk)

    Also getting this error:

    WordPress 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 ‘) group by object_id ) as poolblock on (wp_posts.ID = poolblock.object_id) ‘ at line 7]
    SELECT *, (bodyscore * 1 + titlescore * 3 + tagscore * 0 + catscore * 0) AS score from ( select ID, post_title, post_date, post_content, (MATCH (post_content) AGAINST (‘udon yilan great diner pizza steak soup taipei store aaron meal real american 0 night half market classic taiwanese recommended’)) as bodyscore, (MATCH (post_title) AGAINST (‘ate food’)) as titlescore, ifnull(catscore,0) as catscore, ifnull(tagscore,0) as tagscore from wp_posts left join ( select count(*) as block, object_id from wp_term_relationships natural join wp_term_taxonomy natural join wp_terms where wp_terms.term_id in () group by object_id ) as poolblock on (wp_posts.ID = poolblock.object_id) left join ( select count(*) as tagscore, object_id from wp_term_relationships natural join wp_term_taxonomy where wp_term_taxonomy.taxonomy = ‘post_tag’ and wp_term_taxonomy.term_taxonomy_id in (select term_taxonomy_id from wp_term_relationships where object_id = ‘1648’) group by object_id ) as matchtags on (wp_posts.ID = matchtags.object_id) left join ( select count(*) as catscore, object_id from wp_term_relationships natural join wp_term_taxonomy where wp_term_taxonomy.taxonomy = ‘category’ and wp_term_taxonomy.term_taxonomy_id in (select term_taxonomy_id from wp_term_relationships where object_id = ‘1648’) group by object_id ) as matchcats on (wp_posts.ID = matchcats.object_id) where ((post_status IN ( ‘publish’, ‘static’ ) && ID != ‘1648’) and post_password =” and post_type IN (‘post’) and block IS NULL ) ) as rawscores where (bodyscore * 1 + titlescore * 3 + tagscore * 0 + catscore * 0) >= 5 order by score DESC limit 5

    Thread Starter gmustuk

    (@gmustuk)

    Well…it turns out that the WYSIWYG editor messes the iframes up. I ended up using http://www.wysiwygpro.com instead of the default template. The only issue is that if you install a plugin that ads an action to the standard editor…it probably won’t add it to this one because it is a different editor.

    I might end up using a desktop software editor…

Viewing 5 replies - 1 through 5 (of 5 total)