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