Problems with the site home page

I’ve written my own homepage for this site, it takes the 3 ‘freshest’ categories and list the most recent 3 posts in each. The problem is that after posting 5 posts all the the same category, that category was the only one listed! :-(
Turned out to be a combination of problems, one with a counter and the ‘max posts desplayed’ setting in the admin panel. 20mins php’ing later and all is well again.

ItHappenedHere! - Plugin Problems

Well I tried the plugin out, but it doesn’t seem to be working very well!
All that’s sown is a couple of links. There is supposed to be some debug info in the document source somewhere, but there’s no sign of it, so even that doesn’t work!

No new bugs for months!

That might be because (a) there are no users to find any and (b) nothings changed for ages so no mistakes have been made.
Like the logic there?

First real issue - Updated

Well I found the problem, and now it’s working fine. It was due to a faulty IF statement using a defunct variable name - one of the hazards of copy and paste! I will have to find out how to turn on the feature (explicit variable names?) that throws this up as an error to worm out this type of thing in the future.

This has highlighted another problem though: if an item is listed in your My Media section then it can be deleted. i.e. there is no check in the form parser that you are the owner.
I’ll add some additional checks also, so that items can’t be deleted if they are loaned out and any outstanding requests are rejected.

Well this one small bug has certainly given me plenty to do!

First real issue

Thanks to a friend I proved the first real bug in the app today, where items not belonging to yourself may be listed in the my media section.

This should be an interesting one to get to the bottom of!

Stay tuned for the diagnosis of Bug 1.