
12-22-2004, 07:12 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by 303Nate
Hello. I when I went to my forum last night I recieved a error message. I wanted to ask if anyone could help me fix it.
This is what it says..
Warning: Constants may only evaluate to scalar values in /home/*****/public_html/forums/includes/init.php on line 770
This is what is there..
PHP Code:
765> // now take all the usergroup bitfields and define constants for spot permission checks
766>foreach($_BITFIELD['usergroup'] AS $_permgroup)
767>{
768> foreach($_permgroup AS $_constname => $_constval)
769> {
770> define(strtoupper($_constname), $_constval);
771> }
772>}
Thanks
|
http://www.vbulletin.com/forum/showt...664#post780664
|