This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Typo in mod_admin.php / InnoDB conversion


avatar
johngaltnh 0
From: -
Typo in mod_admin.php / InnoDB conversion

I just got the opportunity to convert to InnoDB tables - so I did it.

My first try gave me an error - and I discovered the source was in this line in mod_admin.php:


$tables array('banemails','banips','banwords','categories','comments','downloads',
'downloadquere','downloadscat','faq','faqcat','fields','filevotes','glossary','import',
'links','linkscat','log','mails','pages','plans','polls','pollusers',
'review','reviewcat','stories','storyquere','subscribers','ticket','ticketcat',
'users','version','websites');

All that needs to be done is replace 'downloadquere' with 'downloadqueue' and 'storyquere' with 'storyqueue'.

Searches work GREAT now that I switched to the InnoDB tables! Thanks you!

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Typo in mod_admin.php / InnoDB conversion
avatar
Administrator
1340
From: Vienna, Austria
Typo in mod_admin.php / InnoDB conversion

Thanks. Already fixed in 1.4 Smiling Face

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.