Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter bittersweet

    (@bittersweet)

    Thanks Mercime for replying to my question. I’m so pleased that I can run a blog network under the subdomain and keep my WordPress blog network off the root of my site (to limit potential conflicts with my other CMS).

    Thread Starter bittersweet

    (@bittersweet)

    Thanks for your reply Andy…

    I ran the php script you included and it returned the URL text http://www.wordpress.org on the page (just text).

    Does this tell you anything? Is that what should have happened.

    Forgive me… I’m not a programmer and I know just a little PHP.

    Thanks for your help…

    The changing of <embed> to <ibed> seems to be a bug within the TinyMCE editor itself. It looks like it was fixed today.

    See forum thread here and it listed in the change log (the bug was fixed today) listed here – seach for ibed under 2.1.0 (2/12/07).

    Since it will likely be awhile before this bug is fixed in the WordPress version of the TinyMCE editor, can anyone offer any suggestions on how to change <embed> code to <object> code or is that even possible. I’d prefer to use valid tags anyway. As mentioned in this thread, many sites including YouTube only provide <embed> code.

    I’m in a similar situation as kylegilman. WordPress 2.1 is changing <embed> to <ibed>. I know that <embed> is not a valid tag, but some sites only offer that code. If this is a bug in WP2.1, are there any changes I can make to the code that is provided to me as <embed> to make it work in WordPress (without using a plugin, since this particular video doesn’t work with a youtube plugin, since it isn’t from one of the popular viral video sites. I’ve included the code below. Appreciate any assistance.

    
    <embed src="http://services.brightcove.com/services/viewer/federated_f8/353515028" bgcolor="#FFFFFF" flashVars="videoId=494649996&playerId=353515028&viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>

    I had this same missing navigation problem when upgrading to WP 2.1. Couldn’t find and answer in this forum, but I found one through Google.

    Check out http://rmarsh.com/2007/01/11/blix-theme-and-wordpress-21/ and you’ll find a real simple fix for this issue.

    Forum: Plugins
    In reply to: Alex King’s Share-This

    Nevermind. I upgraded to version 2.0.5 and the wp_die() error I was getting is now fixed and no longer a problem.

    Thread Starter bittersweet

    (@bittersweet)

    I upgraded to WordPress 2.0.5 and that fixed the problem. Thanks for your help.

    Forum: Plugins
    In reply to: Alex King’s Share-This

    I’m getting a error with the Share This Plugin. In testing the plugin and not entering an e-mail address into the send or from email address fields I get the following error.

    Fatal error: Call to undefined function: wp_die() in /home/mysite/public_html/blogs/wp-content/plugins/share-this/share-this.php on line 525.

    If I enter all information the plugin works perfectly. I noticed the ksorbo is experiencing the same error on page two of this thread.

    I assume the offending line of code is


    if (empty($post_id) || empty($to) || !ak_check_email_address($to) || empty($email) || !ak_check_email_address($email)) {
    wp_die(__('Click your back button and make sure those e-mail addresses are valid then try again.', 'alexking.org'));
    }

    I’m using WordPress 2.04 currently.

    Thanks for your help and a great plugin.

    Thread Starter bittersweet

    (@bittersweet)

    Thanks HandySolo… Appreciate you letting me know about the plugin and that 2.0.4 will fix the problem.

    Thread Starter bittersweet

    (@bittersweet)

    Great…It worked like a charm… Thanks so much for your help.

    Thread Starter bittersweet

    (@bittersweet)

    I can’t access any of the links/pages including options or permalinks. I get the 404 errors after I click on any of the links like login, register, etc. If I insert my blogname after localhost (http://localhost/blogname/) then I get a different error (see below).
    Warning: main(c:\wamp\www\blognamewp-config.php): failed to open stream: No such file or directory in c:\wamp\www\blogname\wp-login.php on line 2
    Fatal error: main(): Failed opening required ‘c:\wamp\www\blognamewp-config.php’ (include_path=’.;c:\php4\pear’) in c:\wamp\www\blogname\wp-login.php on line 2

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