UK
2008-05-01 16:36:21
Hello,
I installed indexhibit and all is going well despite the fact I got prolems to upload images.
The error message I get is
"Parse error: syntax error, unexpected '`' in /www/htdocs/xxxxxxxx/xxxxx/ndxz-studio/lib/media.php on line 269"
The lines of code where the script interrupts are these:
function do_output($output_image, $image)
{
switch($this->filemime) {
case 'gif':
imagegif($output_image, $image);
break;
case 'jpg':
imagejpeg($output_image, $image, $this->quality);
break;
case 'jpeg':
imagejpeg($output_image, $image, $this->quality);
break;
case 'png':
imagepng($output_image, $image);
break;
}
}
(line 269 is the first break)
I tried to upload jpgs and gifs.
I have no idea what the problem might be, does anyone have a clue?
Cheers
Lotte
