CJ_Jackson
Forum Replies Created
-
If anyone want to take over, email me at himself@cj-jackson.com .
Cheers,
Chris.Hi Tdubois,
Yes I believe there is, just kill off the ‘poster’ attribute in the view editor then it should load the first frame.
Cheers,
Chris.Aha, well that not the problem of my plugin but somebody else plugin.
http://wordpress.org/extend/plugins/media-element-html5-video-and-audio-player/
Hi Ben,
Thanks,
Actually it’s check to see if ‘mydomain.com.json’ (depends on the domain) exists, if not it’s will try to create the file with the setting inside.
Anyway I added a new line that will on the next version of the plugin, ‘chmod(dirname($uploadify_setting_file), 0755);’ just above where the warning was originating.
What are the names of the undefined variables?
Cheers,
Chris.One more thing make sure the files are 644!
Hi Cathy,
500 errors are usually a server issue. The permission should be 755, never have a directory on 777 otherwise it will return a 500 error message.
Cheers,
Chris.Hello,
Have tried copying the file from ‘wp-content/plugins/html5avmanager/view/videoaudio/setting.php’ to ‘wp-content/videoaudio/views/setting.php’?
The plugin should of done this automatically.
Can you post the details of the error?
Cheers,
Chris.Hello again,
I believe I have found the root cause of this problem, all thanks to straddieplastic in http://wordpress.org/support/topic/plugin-html5-av-manager-for-wordpress-no-video-views?replies=6 .
Try updating to 0.2.6.
Also make sure wp_content is chmodded to 755, otherwise the plugin will deactivate itself.
Cheers,
Chris.Hi Ben,
Try updating to 0.2.6, see if that fixes the problem.
Cheers,
Chris.Hello straddieplastic,
This sound like a permission (chmod) problem. Is wp-content and the plugin folder set to 755?
Cheers,
Chris.I’m thinking about rewriting the plugin from scratch, so I can make sure this problem does not reoccur.
Hello Sabrina, sorry about this.
Can you check the MySQL database to see if those three tables exist?
wp_html5av_audio_video
wp_html5av_source
wp_html5av_trackThis is proven to be a very difficult problem for me to solve, as I was unable to reproduce this problem myself.
Cheers,
Chris.yawn!
Or you can upgrade to 0.2.0 😉
Go to Theme Editor and Edit audio-default.php,
Replace
<script type=”text/javascript”>
jQuery(‘#audio-<?php echo $id ?>’).mediaelementplayer({
audioWidth:<?php echo $width ?>
});
</script>With
<script type=”text/javascript”>
jQuery(‘#audio-<?php echo $id ?>’).mediaelementplayer();
</script>That should fix the problem.
Cheers,
Chris.