junkins
Forum Replies Created
-
Forum: Plugins
In reply to: [Simply Strava] Widget Not ShowingUnfortunately Strava has changed their API and have discontinued the old API. The new API is not yet public which makes it impossible for me to update the widget until they have published the new version. I apologize.
Forum: Plugins
In reply to: [Simply Strava] Autopopulate ErrorGreat! Happy to hear that it is working for you.
Forum: Plugins
In reply to: [Simply Strava] Autopopulate ErrorHi,
The connection to Strava to handle both the authentication and retrieving data used the php5-curl module. If you have command line access, you can use “php -m” to list the available modules.
Let me know if that helps.
-Doug
Forum: Plugins
In reply to: [Simply Strava] Doesn't workGreat! Let me know if you need more help or have any suggestions for how to improve the plugin.
Forum: Plugins
In reply to: [Simply Strava] Doesn't workIt has already appeared as an available upgrade on my two WordPress sites. If you go to your Dashboard->Updates it should be there now.
Forum: Plugins
In reply to: [Simply Strava] Doesn't workI made some changes to the Timezone support code and submitted it as version 1.0.4. When it appears on the WordPress site, I would appreciate it if you would check to see if it fixed your problem. It worked for my PHP 5.2 installation.
Thanks.
-Doug
Forum: Plugins
In reply to: [Simply Strava] Doesn't workHey, I wanted to let you know that I built a test server with PHP 5.2 and was able to replicate your problem. I got the same error message. I’m going to look at my code and see if there is a way that I can make it compatible with earlier versions of PHP. I’ll let you know when I know more.
-Doug
Forum: Plugins
In reply to: [Simply Strava] Doesn't workOK. Let me take a look at this a bit and get back to you. My understanding from the PHP documentation was that DateTimeZone support has been included since PHP 5.2.0, but it may have changed between then and 5.4.7. I’ll try to get back to you by Monday with a solution.
Forum: Plugins
In reply to: [Simply Strava] Doesn't workHmmm. Do you know if there are any errors showing up in your server’s error log when you try to enable the plugin and go to the settings page? Also, have you tried going to the settings both through the Installed Plugins page and from the Settings menu?
For what it’s worth, my testing has been with PHP 5.4.7, but it should work with 5.2 as far as I now.
Forum: Plugins
In reply to: [Simply Strava] Doesn't workSorry for the delay responding. I’ve been on vacation.
Do you have any more details? Can you tell me what version of PHP your server is running?