Van Canto – Kings of Metal
I’m not saying this version of Manowar’s – Kings of Metal is better than the original, that would be ridiculous, but it’s damn close. That’s not too bad considering they are using only their mouths and drums.
I’m not saying this version of Manowar’s – Kings of Metal is better than the original, that would be ridiculous, but it’s damn close. That’s not too bad considering they are using only their mouths and drums.
If you are seeing errors similar to:
Warning: include_once(MDB2/Driver/oci8.php): failed to open stream: No such file or directory in /usr/share/pear/PEAR/MDB2.php on line 330 Warning: include_once(): Failed opening 'MDB2/Driver/oci8.php' for inclusion
when you are trying to use MDB2 with oci8, then you just need to do the following to fix it.
sudo pear install MDB2_Driver_oci8‘ and you should see:
Password:
downloading MDB2_Driver_oci8-1.4.1.tgz ...
Starting to download MDB2_Driver_oci8-1.4.1.tgz (37,027 bytes)
..........done: 37,027 bytes
install ok: channel://pear.php.net/MDB2_Driver_oci8-1.4.1
The problem here is that you had MDB2 installed correctly, but you didn’t have the specific driver that tells MDB2 how to handle Oracle (oci8) connections.