hannamyluv
Forum Replies Created
-
Personally, I think it is a little lazy to just chalk it up to a “problem with your hosting”. Many people are having this issue and if the old version worked just fine and the new version does not, that indicates there is a bigger issue that has nothing to do with peoples’ sites. I get 3 million visitors a month, so I think I am getting enough people to trigger my cron every 3 hours. And other functions that go through the cron are working fine.
There is something wrong with the plugin. Please fix it.
Forum: Plugins
In reply to: Google Analytics For WordPress & Demographics and Interest ReportsI will second this. I am actually going to go in and modify the plugin myself for now. But as this is a simple universal swap, it would be nice to see in a future release.
You just have to be able to swap this line:
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
With this line:
ga.src = ('https:' == document.location.protocol ? 'https://' : 'https://') + 'stats.g.doubleclick.net/dc.js';
Forum: Hacks
In reply to: Redisplaying $_POST dataThank you for the information!
I ended up not using the second urldecode when retrieving the data because it added + signs where the spaces were. But other than that, it worked great. Thanks!
I got mine to start autoposting just by updating the options – did not changes anything, just hit the update button. But, when it started tweeting again, it would drop dozens of tweets at a time, instead of just one.
Forum: Installing WordPress
In reply to: Upgraded to 2.5, now pages don’t display…WTF?I am having the same problem. We are on Apache and were using custom permalinks.
Every page returns the 404 not found page.
It is also not listing the categories (though oddly it will list the number of posts per cat, go figure)
I can say that we had upgraded from 2.3 to 2.5 so I don’t know if that makes a diff.
I do recall a slight hicup when I upgraded in that the upgrading database page popped up twice. I thought it had to do with skipping a few upgrades, but now I am not so sure…
Forum: Fixing WordPress
In reply to: Can’t Add CategoryDouble check in the General Options that your site is set to be on the correct www vs non-www. Once I fixed that, the categories and text box worked fine.