I suppose the errors I got on running the upgrade should be of no concern?
Database error duplicate column name for show_images (description, rating, updated) and sort_order
I suppose the errors I got on running the upgrade should be of no concern?
Database error duplicate column name for show_images (description, rating, updated) and sort_order
Good call, thanks for notifying us.
Fixed, committed. :)
Any news on this?
Page navigation fixed.
Shows how much I know, I guess it was of concern ;-). On another note, what do I need to do in order to get some of my older hacks to work again - for instance:
function hack_get_stats($what) {
global $wpdb;
switch($what) {
case 'users':
global $tableusers;
$request = $wpdb->get_var("SELECT COUNT(*) FROM $tableusers WHERE user_level > 0");
break; ...
This now returns a "database error near user_level > 0"
replace $tablexxxx with $wpdb->xxxx
xxxx are default tables that WP used, you can see a complete list in wp-settings.php.
BOO YA! Touchdown! thanks.
This topic has been closed to new replies.