I keep getting:
WordPress database error: [Unknown column 'project_ID' in 'where clause']
SELECT ID, name, downloads FROM files WHERE project_ID = '57' ORDER BY ID DESC LIMIT 0, 30
And, for some reason the files I've uploaded have stripped off the version number which isn't good!
Any ideas?
Sorry about that, i'll look into it. This is the first time i've heard of it so it may just be something silly causing the problem.
I can't seem to reproduce the error and I can't see anything obvious in the code. Which page were you on when this happened?
I clicked on Manage Files in the Admin > Manage Projects page.
Thanks,
I'll check that page later today.
lunabyte
Member
Posted 19 years ago #
Would the line in the file where it says:
if ( $user_name == 'colin' ) { fatal_error(); }
possibly be causing the problem? :D
( Sorry, couldn't resist. ;) )
:)
Actually what's odd is that wpmudev.org is basically wpmu itself. The site, menu, etc is actually the admin panel and a "project" is basically a "blog". So basically if there is a bug on the manage projects page on wpmudev there "should" be a bug on the manage blogs page on wpmu 1.0.
That's why I have a feeling that it's something stupid like a typo I made (very possible).
lunabyte
Member
Posted 19 years ago #
Yeah, I know the feeling.
I had that problem last night with an htaccess file.
I was going nuts.