Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • That works great…

    Thank you for the fast response… ??

    Hello Alex,

    First of all, your video plugin is the best… great job! Embedding videos from youtube on pages, posts, and sidebar is so easy and effective.

    I only have one issue. If I want to include an .MP4 video file hosted on my site on a post, page or sidebar with code like this:

    [videofile width=”480″ height=”320″]https://www.exitolgnprosperity.com/videos/bienvenido_video.mp4[/videofile]

    The video doesn’t show up. I only see a blank space where the video is supposed to be.

    I thought it would be a conflict with other plug in so after some testing I tried with a brand new wp installation without additional plugins but it didn’t work.

    I have searched for a solution everywhere before posting here but to no avail.

    I have tried this.

    ..and my header.php file has the <?php wp_head(); ?> tag.

    Code is here.

    <!– BEGIN html head –>
    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
    <?php if (function_exists(‘wp_enqueue_script’) && function_exists(‘is_singular’)) : ?>
    <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
    <?php endif; ?>
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
    <!–[if lte IE 6]>
    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’); ?>/ie.css” />
    <![endif]–>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery-1.3.2.min.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/jquery.cycle.all.min.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/scripts.js”></script>
    <?php wp_head(); ?>
    </head>
    <!– END html head –>

    I have a test page here

    I noticed that when using Google Chrome the video plays with Quicktime, not in Firefox though..

    I would really appreciate your help on this.

    Carlos

    I can’t figure it out, but I found out that even though the error occurs when saving the settings for phpfreechat, if you go back to the chat page and type the /rehash command, the chat will show the new settings… so it looks like the settings are saved.. /shrug. Oh well, as long as the chat works I’ll wait for the bug fix.

    Yes, the new WP installation has nothing else than the default theme. I wanted to narrow the possibilities by installing WP clean with default settings and no other plugins.

    I tested both default themes: WordPress Classic 1.5 by Dave Shea and WordPress Default 1.6 by Michael Heilemann. I get the error on both. This is strange because you and others don’t get the error. Is your WP build 2.8.4 too?

    Thank you..

    Hello,

    I have the exact same error. But the chat works with the default settings. The error happens only when clicking to save the changes. I checked for the extra line at the end of phpfreechat.php and there isn’t any.

    So I installed a brand new WP 2.8.4 on another domain thinking to clear any other possibilities of conflicts and same error occurs when trying to save setings for phpfreechat.

    Line 1146 in plugin.php reads:
    echo “<input type=’hidden’ name=’option_page’ value='” . esc_attr($option_group) . “‘ />”;

    … and line 865 of pluggable.php reads:

    header(“Location: $location”);

    Again this is a brand new installation of WP with default settings and no other plugins at all.

    Any help would be greatly appreciated.. ??

    -mexfx

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