Error code at the top of the page:
CODE
Warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 7899 is not allowed to access /tmp/vbuploadkYvAH4 owned by uid 2001 in [path]/includes/class_upload.php on line 273
Warning: fopen(/tmp/vbuploadkYvAH4) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_upload.php on line 273
Warning: fopen(/tmp/vbuploadkYvAH4) [function.fopen]: failed to open stream: No such file or directory in [path]/includes/class_upload.php on line 273
Screenshot:

And here is line 273 from class_upload.php:
CODE
$fp = $this->registry->userinfo['permissions']['adminpermissions'] & $this->registry->bf_ugp_adminpermissions['cancontrolpanel'] ? fopen($this->upload['location'], 'wb') : @fopen($this->upload['location'], 'wb');
Btw, while I'm at it... I have another problem, well, I can't add different sections to my home page, e.g have one for site stuff, the next for graphix or something and so on... Everything is just bunched up in a little line, is this a problem with my style or something, and can it be fixed?
To see just visit my site (http://www.EnigmaForums.vndv.com/) and you'll see what I mean.