thhake
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Express for Google] Can't Change Large Image Size CapI just noticed the same error. Thanks for testing! I added it to the todo list.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationI’m currently trying to upgrade to version 4. It takes a little bit longer than I thought, because version 4.0 needs to know the dimensions of a photo in advance. So I’ll have to change the access to get google photos.
I will keep you updated.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationThanks for reporting, I’ll fix this with the next version.
Forum: Plugins
In reply to: [Photo Express for Google] Lightbox Unique ID emptyI just tested it on my local machine and it is working without any problem. The function “get_the_ID()” only returns something meaningful if it is being called during the loop. Try to change the theme to the wordpress default to check whether the current theme is the root cause.
Forum: Plugins
In reply to: [Photo Express for Google] Lightbox Unique ID emptyWhich theme are you using?
Forum: Plugins
In reply to: [Photo Express for Google] Lightbox Unique ID emptyIf you choose to relate the images on the settings page, then all images within one post are related to each other using the “rel” attribute in the link of the picture.
Forum: Plugins
In reply to: [Photo Express for Google] Fatal Error prevented Plugin from being ActivatedYou are running PHP 5.3. This plugin needs PHP 5.4 to run properly. I made this decision as PHP 5.3 is no longer officially supported for almost one year now. Thus you won’t get any security updates for your PHP version. In any case it would be good if you update your PHP version to at least 5.4 (better 5.5 / 5.6).
Forum: Reviews
In reply to: [Photo Express for Google] Parse error:You are trying to run it with a PHP version that is smaller than 5.4. Please upgrade your PHP version to at least 5.4 in order to run this plugin.
I will update the readme in the next days so that this requirement is stated.
It’ll be nice if you review the plugin again after you updated PHP to 5.4.
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Solution to access private photo albumsYou’re welcome 🙂
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Solution to access private photo albumsThe fork of plugin has been published on wordpress.org as https://wordpress.org/plugins/photo-express-for-google/.
Please post all future support requests there. Thanks 🙂
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Solution to access private photo albumsGlad that it works now 🙂
What did you change in the php.ini to make it work again? Does it have something to do with the plugin, or was it because of the update?
Regarding the instructions:
Was that not written as 10th instruction step on the site “Step 1: Google OAuth Client Details”? At least for my installations it always showed the correct url.If you have any other problems, just give me a wink 🙂
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Solution to access private photo albumsCan you give me some additional information about your setup?
What wordpress version are you running?
Does the 500 error only occure on your actual website or also on your admin interface?
Have you deactivated the Picasa Express plugin?
Which theme are you using?
What is the configuration of the Photo Express for Google plugin?Forum: Plugins
In reply to: [Picasa and Google Plus Express] Solution to access private photo albumsThanks for posting this information. It helped me to find the cause of the bug.
The syntax error is related to the usage of PHP 5.3 and not related to multisite installations. I made my code compatible to the oldest currently supported PHP version which is PHP 5.4. It does not work on PHP 5.3 and earlier. I recommend you to upgrade your PHP installation, as PHP 5.3 does not get any security updates anymore. You can have a look at PHP Unsupported branches for more information. I will update the readme to reflect this information.
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Solution to access private photo albumsThanks for testing my plugin. I will be able to look into that problem on Tuesday. I guess you are running a multisite installation. Until now I have only been able to test it on a normal wordpress installation. I will set up a test environment to cover this kind of setup.
I created a fork of the plugin and included OAuth authentification so that private albums work again.
I submitted it as a new plugin for wordpress and it is currently waiting for review.
Until then you can test the plugin with the new OAuth authentification by going to https://github.com/thake/photo-express/tree/v0.1. The plugin can be downloaded here.
This is currently a test release, so please report all errors to me using this form.