Zubrin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 503 when loading the login page; only from my IP!VictorCody, did you have any solution to this? I am having the same problem and it is only from my IP. Same host.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Having issues with finding episodesTurning off tracking does not resolve the issue. I am working with support on my server as well, the last message they sent me was,
“I did not see the exact coding of the curl command.
The error I saw was the curl command not being able to connect to a website because of how it was written.
it looks like instead of curl -O https://2turnsahead.com/podcasts/2TA_Episode_02.mp3 was written as curl -O https://2turnsahead.com/podcasts/2TA_Episode_02/MP3 Audio when that would be seen as “podcasts/2TA_Episode_02” this as the directory and this “MP3 Audio” as the file but I cannot tell for sure because I do not see what the exact syntax of your curl command was on in what context it was used.
if you do this:
curl -O https://2turnsahead.com/podcasts/2TA_Episode_02.mp3
You will get the mp3 file downloaded to your computer.
If you do this:
https://2turnsahead.com/podcasts/2TA_Episode_02.mp3You can see the file is viewable online.”
But I don’t think that answer is in the right direction…
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Having issues with finding episodesThanks for the quick response Eric,
I’m still tinkering with it and seeing what is wrong. The tracking seemed to die on Friday, but I can’t recall changing anything server side then. The tracking information does say that the URL does not resolve correctly.
I tried increasing the timeout to 20s but that didn’t change anything and, as you mention, the link works through a normal browser within a few seconds.
I will still poke at things, I do still wonder if this is some sort of internal server issue that got borked and it is beyond me to see it. Btw, here is my system report, not that I think it helps:
Website https://2turnsahead.com
PHP Version 5.4.27
WordPress Version 4.2.3
Publisher Version 2.2.4
Web Player Version 2.0.17
Twig Version 1.18.1
open_basedir ok
curl Version 7.24.0
iconv available
simplexml ok
max_execution_time 600
upload_max_filesize 1024M
memory_limit 256M
disable_classes
disable_functions
permalinks ok (/%postname%/)
podlove_permalinks ok
podcast_settings ok
web_player ok
podlove_cache on
assets
mp3 audio/mpeg0 errors
0 notices
Nice, Everything looks fine!Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Stats ResetThank you very much, Jeremy. I guess I should have messed with the plugins a bit less when I developed the site/before it went live! ??