WPreso Video plugins updated to version 0.2
30/09-2009WPreso Video FeatureBox and WPreso Video Flow have been updated to version 0.2.
The dependency on the deprecated function mime_content_type() has been removed.
The function would check the mime type of the files in the plugin CSS directory and would then include the files which where CSS files.
Due to the fact that the function has been deprecated and some servers do not support the function, this validation has been removed. It now only checks the extension.
FileInfo might be used in the future, but as far as I have read, support for this could also be limited, so the best option is to wait until PHP 6 that should bring new built in support for file mime types.
Hello,
just one Question:
I installed your Plugin “WPreso Video Flow 0.2″ but could not activate it, because of this error:
“Warning: require_once(WPRESO_VFB_PLUGINLIB/cache-functions.php) [function.require-once]: failed to open stream: No such file or directory in /myurl/wp-content/plugins/wpreso-video-flow/wpreso-video-flow.php on line 43
Fatal error: require_once() [function.require]: Failed opening required ‘WPRESO_VFB_PLUGINLIB/cache-functions.php’ (include_path=’.:/usr/local/lib/php’) /myurl/wp-content/plugins/wpreso-video-flow/wpreso-video-flow.php on line 43″
It would be so nice if you could help me with that problem. My WordPress Version is 2.8.4 (German).
Greets
Jonas
Hi Jonas,
I have just uploaded a v0.3, it should be online soon.
If you want to fix it yourself, just change the following:
WPRESO_VFB_PLUGINLIB
to
WPRESO_VF_PLUGINLIB
I apologize for this error, I did not catch this as I tested it with my other plugins and so the function existed, as they used some of the same functionality, to speed up performance.
Cheers,
Olaf