06-01-2006, 08:31 AM
|
#7 |
Join Date: Feb 2005 Real Name: Idan Location: Israel | | | sorry, i've been trying to think what could cause in this code "devision by zero" error, but i've yet to see anything wrong with the code above.
Do you have other plugins integrated into the "global_start" hook ??
Wondered if this could be maybe bad install of vb forum files...
also something might worth doing if nothing comes to mind, is going over code lines, 1 line 1 by another, and start to remark (//) segments of it, one by one, till code gives no error & then investigate this segment of code as to what involved with it.
another thought is indeed to make sure your server support $_SERVER['PHP_AUTH_xxxx'] commands, as i used to be myself on server that didn't enabled those for security reasons, and this can **** up things sometimes...
| |