atourgates
Forum Replies Created
-
I’m having the same issue – 4,962 404 errors generated by the plugin, all webcal:// links – in the format of webcal://www.mysite.com/%3Fplugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&cb=1001409428
Just to be clear, thats 4,962 errors for 2 events, or 2,481 404s per event.
This seems like something the developer should be taking seriously.
Forum: Fixing WordPress
In reply to: Permalink Problem – 2nd WP Install in Sub Directory of 1st.I hate to be a selfish bumper, but I still haven’t been able to figure this one out.
Any suggestions?
Forum: Plugins
In reply to: Email Notification When User Logs InTurns out that I (albet inelegantly) solved this for myself.
First, I instealled BTEV – the Bluetrait Event Viewer plugin.
Once installed, this plugin creates an RSS feed of WordPress system events. To activate the feed, go to its settings page – turn “External Access” on (this will let you access the RSS feed), copy the RSS feed address, and turn off “Log Warnings” and “Log Errors”.
Now, you’ve got a RSS feed that will tell you whenever many things happen on your blog – including users logging in. But if you’re like me, you don’t care about the many other things that will show up in your feed. This looks like a perfect time for Yahoo Pipes.
Go to Yahoo Pipes and create a new pipe.
You want to set up your pipe to first bring in your BTEV feed, then apply a filter or two to it (my filters were first to Permit any item.title that contained “login”, and then another to Block any item.title that contained my admin account’s login name – because I don’t need to be notified whenever I log in to an account).
Here’s a screen shot of what I’m talking about.
Then – your pipe will magically an RSS feed that only contains login announcements.
It’s a bit convoluted – but most importantly, it works. Of course you could take this further use FeedMyInbox to turn your Pipes rss feed into an email notification every time someone logs in. If you’re doing this for a client, they’re likely to be more comfortable with that than checking RSS feeds.
Anyway hope this can help someone else looking for a solution to the same problem.
Forum: Fixing WordPress
In reply to: Image upload not working in WordPress 2.8I’ll try internet explorer and see what happens.
Yeah. Turns out IE fails in the exact same way. Browse to an image, upload it just fine, and viola! it’s disappeared.
So, any suggestions?
Forum: Fixing WordPress
In reply to: Image upload not working in WordPress 2.8@arvidtp That might be related to the PHP max file size limit set in your php.ini file.
Let’s see, here’s some easy to follow instructions for Drupal – should apply to WordPress too: http://drupal.org/node/97193
But, that’s a different issue (I believe) from what many of the rest of us are experiencing. I can’t upload any file of any size, either from Firefox or Safari.
I’ll try internet explorer and see what happens.
Forum: Fixing WordPress
In reply to: Image upload not working in WordPress 2.8I’m basically having the same problem as everyone else. After upgrading to 2.8, I can’t upload images.
I’ve fixed permissions, changed upload directories, re-uploaded all my core install files, disabled all my plugins – and still no love. No error codes or anything, just a seemingly completed upload, and no files in my media library or on my FTP.
One thing I haven’t seen mentioned before: I don’t have the option to use the Flash uploader. When I click on a media upload icon, I just get the message that says, “You are using the browser uploader” and no option to switch to the flash uploader.
Crazy. Crazy and lame.