Fixed in svn r1047. download_file now catches urllib2.URLError.
2013-05-01 16:25:48 PDT in Appupdater
nabber00 committed revision 1047 to the Appupdater SVN repository, changing 1 files.
2013-05-01 16:25:14 PDT in Appupdater
Alright I reopened the original request and will have to give it some thought.
2013-05-01 16:20:22 PDT in Appupdater
Hmmm, I'll have to give this some thought about the correct fix.
2013-05-01 16:15:10 PDT in Appupdater
This is not just a x64 issue, see ID: 3611737. This is probably just a generic crash when a proxy is required but not found. It might not be found because of a .pac or script file or x64 registry key.
2013-04-29 12:45:37 PDT in Appupdater
It sounds like your webserver may use symlinks. In this case, you need to set BASEURL correctly in scripts/config.php. Update this line: define('BASEURL', '/' . basename(dirname(dirname(__file__))) . '/'); To something like: define('BASEURL', '/sphpblog/'); Where your blog is at: http://www.example.com/sphpblog.
2013-04-28 19:48:53 PDT in Simple PHP Blog
In this case, you need to set BASEURL correctly in scripts/config.php. Update this line: define('BASEURL', '/' . basename(dirname(dirname(__file__))) . '/'); To something like: define('BASEURL', '/');.
2013-04-28 19:48:53 PDT in Simple PHP Blog
Looks like the prefs checkboxes are no longer active, please use the plugins configuration page instead. I'll pull the prefs settings out of a future release.
2013-04-28 19:44:23 PDT in Simple PHP Blog
Thanks, yes if you can provide a patch that will speed up this fix!
2013-04-28 19:16:34 PDT in Simple PHP Blog
This is actually a duplicate of ID: 3590776 "Crash when socket hangs with proxy" please make further comments there.
2013-04-28 19:07:34 PDT in Appupdater