Hey Guys,
I have upgradet from version 2.6.7 to 2.7 today and now I'm having trouble with a module i coded before. "Normal" pages are displayed correctly but pages based on my module show nothing but this error message: (Error reporting turned on "E_ALL")
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /mnt/web7/32/08/51772508/htdocs/wb/framework/class.database.php on line 137
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/web7/32/08/51772508/htdocs/wb/framework/class.database.php on line 137
Fatal error: Call to a member function numRows() on a non-object in /mnt/web7/32/08/51772508/htdocs/wb/modules/output_filter/filter-routines.php on line 35
So obviously these errors are not produced by my code, but i might call some functions that have changed from version 2.6.7 to 2.7. I just don't know how to fix my code, can anybody please help me?

Thanks a lot!
Regards, JayKay89