A bit of nerd stuff here, hope it can help others!
I’ve updated the things which drive this site - Wordpress, Gallery, WPG2 and the theme, vSlider.
There are a couple of problems which crept in, mainly that where a gallery item was added via WPG2 in a Wordpress post, I was seeing:
Error (ERROR_BAD_PARAMETER) : Smarty error: The template ‘modules/imageframe/templates/containers/ImageFrame.tpl’ does not exist.
As usual, the good people on the gallery forum came to help in this post, the solution being:
cd wordpress_directory/wp-content/plugins/wpg2/
ln -s ../../../../gallery2/modules/ modules
(note the space between modules and modules above - also, change the symlink depending on your installation).
Another problem I had was either
Configuration Error: Missing Theme
Missing Theme
This album is configured to use the vSlider3 theme, but it is either inactive, not installed, or incompatible. To fix this problem you can either choose a new theme for this album or install or activate this theme.
Or
This theme can only be viewed when embedded in WordPress and using vSlider 3
Again, the answer lay in this thread
Try changing line 158 of gallery/themes/vSlider3/theme.inc to
if(include('../../../wp-config.php')) {
or if you have wp-config.php in wordpress/ then make it
if(include('../../../wordpress/wp-config.php')) {
Categories: Uncategorized
No Responses to “Updated Wordpress and vSlider theme - some problems solved.”
Care to comment?