Quote Originally Posted by guillemcp
Hi,

I get this error when I start de upgrade from 2.6 to 2.7:

Fatal error: Call to undefined function mysql_set_charset() in /var/www/vhosts/<domain>/httpdocs/include/vshare.php on line 16



Thanks,

Guillem
This is a php fuinction available in php5

http://in2.php.net/mysql_set_charset

That is needed for setting char set to utf-8, try removing the line from vshare.php, it may work.