Quote:
Originally Posted by Mastar
Answered:
|
In response to Mark's post about adding the "album" field to the DB architexture, that is not nessessary with 0.9.0, I have removed this, at least temporarely from all of the code.
Quote:
Originally Posted by Rantrave
Code:
Warning: Division by zero in /includes/functions.php
|
You have another plugin that is conflicting with the Jukebox because the line it is corrisponding to is:
PHP Code:
($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
vJukebox does not do any type of vBulletin native division function, nor does it use a global complete hook.