Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Posts not ShowingI think Ravavamouna is using OVH, adding
SetEnv PHP_VER 5_4to .htaccess does the trick, but if you’re on a local host you may as well try using the latest PHP version available for your environment.Forum: Plugins
In reply to: [WPMovieLibrary] Posts not ShowingWe just sorted out Ravavamouna’s issue: .htaccess misconfiguration leading to different PHP version on frontend and dashboard. This made the plugin work just fine on the admin side, but not loading at all on the public side.
Forum: Plugins
In reply to: [WPMovieLibrary] Posts not ShowingErh, the plugin doesn’t even seem to be active, every files in the plugin return a 404, like http://bloomingmachine.net/WordPress3/wp-content/plugins/wpmovielibrary/readme.txt …
Forum: Plugins
In reply to: [WPMovieLibrary] Posts not ShowingCould you provide a link to the website?
Forum: Plugins
In reply to: [WPMovieLibrary] Posts not ShowingAs per the Custom Post Type used they’re showing on
http://yourdomain.com/movies/and individualy onhttp://yourdomain.com/movies/movie-title.I saw you already have an existing “Movies” page on your site that will mess things up, you should rename or remove it to get this working. Or, you can change the permalink in the plugin Settings, see the “Movies URL Rewrite” setting in the “Movies” tab 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Posts not ShowingHi there,
The error in stats widget is weird, I don’t see what can be throwing a WP_Error here, I’ll be investigating.
As for the page issue, I can’t figure out what’s wrong from the frontend; would you mind setting me a temp admin account so that I can see if I can find out what’s missing?
Note: currently movies can’t really be displayed anywhere indirectly; they can be listed as other standard post types, but no included in orther pages’ or posts’ content. I’m planning to release an update soon with a bunch of shortcodes to extend the plugin’s possibilities.
Forum: Plugins
In reply to: [WPMovieLibrary] Erreur fataleMerci beaucoup, ça m’avait échappé, je note ça pour la prochaine version !
Forum: Reviews
In reply to: [WPMovieLibrary] Awesome!Hi Autumntactix, thanks for using this plugin!
At the moment genres are not hierarchical, only collections are; think of genres/actors as Tags, and collections as Categories. They cannot be used on standard posts, tough it could be a nice improvement, I’ll think about it. Anyway, it is planned to have more flexible taxonomies by version 1.0.1.
As for the movies details/metadata, they’re yet available to use on standard posts either, but that’s planned too: one of the first thing on a schedule now is to build a set of shortcodes to extend the plugin. See more here: https://github.com/Askelon/wpmovielibrary/issues/51
Not really an error, just a warning; you can solve this by putting a default value to the missing argument. Just edit /wp-content/plugins/wordpress-social-login/includes/plugin.ui.php, line 167 :
function wsl_user_custom_avatar($avatar, $id_or_email, $size, $default, $alt) {now looks like:
function wsl_user_custom_avatar($avatar, $id_or_email, $size, $default, $alt = '') {