Quote:
Originally Posted by nhawk
You're going to hate me by the time I'm done thinking of things.
I'd suggest not using direct mysql calls. Use the assertor. Most Nginx servers don't respond well to direct mysql queries from within vBulletin. That's true even with vB 4 where $vbulletin->db-> should be used.
|
Unfortunate that's not true, vBulletin doesn't have a custom database engine,There's no other way to make a query in MySQL without using mysql_query(), vBulletin use a normal mysql queries that has been advanced by making a custom classes like any other database classes.