Forum Replies Created
- AuthorPosts
RattusKeymaster@mirototh:
I’ve fixed it in repository. You can download plugin and replace admin.php file via FTP
RattusKeymaster@mirototh:
This is because PHP version on your server is less then 5.3.
Replace those 3 lines you commented with:add_filter('admin_body_class', create_function( '', '$gmediablank = isset($_GET["gmediablank"])? $_GET["gmediablank"] : ""; return "gmedia-blank $gmediablank";' ));
RattusKeymasterEnable the following extensions in php.ini and restart your server.
extension=php_mbstring.dll extension=php_exif.dllOr ask your host to recomiple PHP for you with Exif module.
Here is quote from php.net:
Windows users: If you get the fatal error “Fatal error: Call to undefined function exif_imagetype()”, and you have enabled php_exif.dll, make sure you enable php_mbstring.dll. You must put mbstring before exif in the php.ini, i.e.:
extension=php_mbstring.dll extension=php_exif.dllYou can check whether this has worked by calling phpinfo() and searching for exif.
RattusKeymasterEnter purchased license key on Gmedia Settings page and click Activate button.
RattusKeymasterCheck via FTP if ‘/wp-content/flagallery/accommodation-and-foods’ folder exists on the server and if all images are there.
If not, then images was deleted manually and the only way is upload them again.
RattusKeymaster@giulia.burgio:
I can’t answer your question without access to your WP admin.
RattusKeymasterIt’s possible but not recommended.
All created galleries may not work if you change path in options.
All galleries should be manually moved via FTP. Then Edit each gallery and fix path field too.
RattusKeymaster1) Be sure you have latest version of Flagallery
2) Clear browser cache
3) It could be plugins conflict. Try temporary disable other plugins one by one to see if it helps
4) If nothing helps, you could give me temporary access to WP admin, so I can try to fix your problem.
RattusKeymasterHmm.. Then I need access to your WP admin, so I can try to fix this problem and add fix to future plugin version.
RattusKeymasterIf you use iThemes Security plugin:
Try go to iThemes Security -> Settings -> in Global Settings section check “Disable File Locking” checkbox and Save.iThemes Security plugin prevent Gmedia to save cookies (don’t know why).
RattusKeymasterPhantom module was broken or not installed. I’ve install it via Manage Modules page and now galleries works fine.
RattusKeymasterYou can post credentials here in private reply or via Contact page.
RattusKeymasterI’ve tried adding number followed by a colon, but gallery works fine for me.
The problem could be in conflict with other plugin or browser extension which recognise “7:14” as time and wrap it with some html and add style and maybe some scripts. This can brake gallery. I’ll think about what can be done to avoid this problem.
RattusKeymasterOptima also available in Gmedia Gallery plugin. License for Gmedia Modules costs less.
RattusKeymasterI’ve fixed Gmedia on your website. I’ll add this fix in next plugin version, so you’ll be safe to update plugin. Thanks, you help me find bug with some themes.
- AuthorPosts
