Sorry to say, sir, I just got through adding a quiz and all works great until I try to take it..and guess what.
Code:
Fatal error: Unsupported operand types in /home/virtual/site3/fst/var/www/html/forum/quiz.php on line 350
I'm using Linux / PHP v4.0.6 Safe Mode and MySQL v3.23.36
if that helps at all.
Quote:
Originally posted by TWTCommish
I don't understand that last part...the 350 error is seperate. The Admin CP submission doesn't fix that.
To see what version of PHP you're running, create a file with this inside, and run it:
PHP Code:
<?php
phpinfo();
?>
As for the images: you probably forget to create the dir and chmod it properly. Again, it's in the instructions.txt file. If you've chmoded it 777 and it STILL doesn't work, then it's likely a server issue.
|