netflow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingI would make sure that you go through the debugging process to make sure you have hte same problem as me but here’s my fix:
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingSame insanely irritating problem happening here.. This all happened after upgrading timthumb, absolutely nothing else is changed.. I, unlike the OP have root on my server and perms are all set perfectly and have been tried in every which way so this isn’t an issue.. Same error logs is the exact same.. Here’s just how messed up it is..
[Mon Oct 31 01:02:37 2011] [error] [client 127.0.0.1] TimThumb Debug line 1076 [0.000327 : 0.000198] Doc root is: /path/to/domain
Found file as /path/to/domain/wp-content/uploads/2009/11/ComfortInn1.jpg
[Mon Oct 31 01:02:37 2011] [error] [client 127.0.0.1] TimThumb Debug line 1076 [0.001643 : 0.000392]: Security block: The file specified occurs outside the document root.W-T-F?!?!?! it’s telling me that a file that lies within my specific Doc root is simulataneously outside my Doc root?!?! can someone just please shoot me to save me from having to go through this lunacy?
Yea, I understand the difference between page views and uniques but even with that in mind I’m comparing just the search terms people used to find my blog today, which was 40, compared to the analytic stats which is 10. WP-stats is reporting another 40 page views.
If we compare pageviews to page views however analytics is still off by 100% or so, 74 page page views in Wp-Stats to googles 34 pageviews.
Oh well, I’ll just go somewhere in the middle I guess.
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Import times Draft vs PublishedI was able to do some benchmarking today and importing posts as published posts goes along at about 100 posts per minute, importing as drafts goes along at around 1200 posts per minute.
Ha, it’s funny that we both that the exact same problem within 24 hours of each other. I’m not using the php bridge to WP but my problem was happening in phpbb3 and I managed to fix it so maybe you can do what I did.
copy the contents of this dir: /store/mods/advanced_bbcode_box_3_3_0_8_pl2/root/styles
to /styles/ and it should fix it.At least it did with me ??
Forum: Plugins
In reply to: [Plugin: WP-eDel post copies] Not scanning/deleting 3rd level categoriesOk, this doesn’t seem to be related to the level the category is in. The plugin seems to be purposefully de-selecting certain categories and i’m not entirely sure why.. Is it possible that this plugin cannot handle categories with more than a couple 100 posts in them? Because I just try to move 3 3rd level cats up one level and then select them for dupe scan and it did the same thing.. After I press go the page refreshes with zero duplicates found and all of the categories with 1 or 2 posts in them are selected in the box while the 3 categories with around 400 posts each(the ONLY cats I initially selected) are now de-selected.
I am looking at 2 duplicate posts right now and can see many many more, why the plugin doesn’t see them I don’t know
I’ve scaled it down and can happily report that with 384M for my key_buffer size I’m able to import 6000 posts at once as long as they are going straight to drafts.. If they aren’t going to drafts the whole thing hangs.
So far so good..
Here are some benchmarks / stress tests
I’ve imported a 1.6MB file with 800 posts in 64 seconds.
I’ve imported a 2.5MB file with 1200 posts in 103 seconds
I’ve imported a 3MB file with 1500 posts 133.03 seconds.
I’ve imported a 5MB file with 2500 posts 203.54 seconds.
I’ve imported an 8.4MB file with 4000 posts in 324.42 seconds.
I’ve imported a 10MB file with 5000 posts in 410.57 seconds.I stopped after the last one as it seems that with 512 MB of key cache available this thing can handle just about anything
Although the weird thing is that after it’s finished it reports 1599 posts imported even though there’s only 800 new posts on the blogm or 4999 when I import 2000, etc etc
With all the larger tests my Proc size stays around 469MB and my Resident Mem Size around 100MB
I did some more digging and noticed mysql was always taking up 128MB of system memory when it was working which led me to thinking that maybe this wasn’t enough to handle larger files. So I increased my key_buffer_size from the default of 128M up with 512M in the my.cnf and importing 800KB files worked like a charm. gonna see how big I can go now ??
Forum: Hacks
In reply to: Having the post updated date instead of the original post dateAh, solved it..
replaced this: get_post_time with this: get_the_modified_time
Forum: Hacks
In reply to: How can I display the Post Date in specific post titles?Figured it out and posted it here:
Forum: Hacks
In reply to: How can I display the Post Date in specific post titles?Yes well, it was easy enough to stop wordpress from stripping the tags but the php still isn’t being executed in the title. When I look at the html for the page I can see <?php the_time() ?> clear as day in the title but it’s not being executed. So I want to find out why that is and how to change that
Forum: Fixing WordPress
In reply to: WordPress Nginx Media Library = 502 errorAny ideas?
Forum: Fixing WordPress
In reply to: Change Permlink on single post not taking effectWell yes, but there are 55 existing posts and I would like to change the permalink urls for all of them
Forum: Fixing WordPress
In reply to: Change Permlink on single post not taking effectAlrighty.. The permalink is currently domain.com/kelowna-travelodge/ and I want to change it to domain.com/the-kelowna-travelodge/ .