flrichar
Forum Replies Created
-
Forum: Plugins
In reply to: [The Google+ plugin] Imports activities multiple timesI let it go, and over the course of the day today it reposted it a total of nine times.
Forum: Plugins
In reply to: [The Google+ plugin] Imports activities multiple timesI spoke too soon… it’s still double-posting. An hour later at 10:45am and it posted the same article again.
Forum: Plugins
In reply to: [The Google+ plugin] Imports activities multiple timesThink I may have figured it out… the timezone on the server itself was set for UTC while WordPress was set for UTC-5 (Eastern). I’m going to run with this and see if it fixes the issue.
Forum: Plugins
In reply to: [Sign Me Up] "Unfortunately a network error occurred" on self hosted phpListHey Jaromy,
I’m running WordPress 4.2.1 and ran into the same issue, and I had a unique way of correcting it.
My site, too, was using two different domains, one for the wordpress site, and the other where the lists lived. They also just happened to live on the same server, as different virtual hosts.
They were installed in two different directories on the webserver, and I kinda super-cheated. I made a symlink from one to the other (so https://domain1.com/lists is equal to https://domain2.org/lists). Note this only works if the Apache option “FollowSymlinks” is enabled, and some may have very compelling reasons not to have it enabled.