phpBB Version: 3.0.10
Gallery-Link: http://codemania.tk/gallery/index.php
PHP Version: 3.0.10
Database Version: 5.0.x
Error message:
- Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/includes/gallery/upload.php on line 520: Undefined offset: 0
[phpBB Debug] PHP Notice: in file [ROOT]/includes/gallery/upload.php on line 524: Undefined offset: 0
Error description and message
hi people i come here for a big problem i have errors uploading image :S
during the posting!
http://codemania.tk/gallery/posting.php ... album_id=1
EDIT:
i see the file and is in this lines
lines 518-726
- Code: Select all
public function get_rotating()
{
if (($this->file_rotating[$this->file_count] % 90) != 0)
{
return 0;
}
return $this->file_rotating[$this->file_count];
}
MY SERVER NO HAVE "IMAGEROTATE"



