Instale una galeria de imagenes y me sale esto:
Warning: file_get_contents(/home/chupin/public_html/images/Dacioimgz/beauty_1/txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/chupin/public_html/modules/Dacio_imgGal/comment.php on line 63
Komentarji slike: /images/Dacioimgz/beauty_1/txt
las lineas del comment.php a las que se refiere son estas
line 60: if ($com == $lang_txt['new']) {
line 61: echo "<font face=Tahoma size='-1'><b>".ucfirst($lang_txt['add'])." ".$lang_txt['comment'].": </b>".$image2."</font><p>\n";
line 62: } else {
line 63: $ct = file_get_contents($commentfile);
line 64: echo "<font face=Tahoma size='-1'><b>Komentarji slike:</b> line 60: ".ereg_replace($_SERVER['DOCUMENT_ROOT'],"",$commentfile)."</font><p>\n";
line 65: }
La galeria que instale es Dacio's Image Gallery , alguien me dice a que se debe el error y como se soluciona?
Gracias