MyXoops Forum

Forum - myXOOPS German Support

3 + 9 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Re: x movie unter xoops 2.016?

Betreff: Re: x movie unter xoops 2.016?
von LupusC am 05.11.2007 07:59:59

Zitat:

bambam schrieb:
Warning: eregi() [function.eregi]: REG_EMPTY in file /modules/x_movie/tpl_movietype.php line 54
Warning: eregi() [function.eregi]: REG_EMPTY in file /modules/x_movie/tpl_movietype.php line 57
Warning: eregi() [function.eregi]: REG_EMPTY in file /modules/x_movie/tpl_movietype.php line 60
Warning: eregi() [function.eregi]: REG_EMPTY in file /modules/x_movie/tpl_movietype.php line 63
Warning: eregi() [function.eregi]: REG_EMPTY in file /modules/x_movie/tpl_movietype.php line 66


Die Warnings eregi() kommen meines Erachtens daher, dass in diesen Codezeilen entweder Suchmuster oder Zeichenkette der eregi() Funktion leer sind. (Siehehttp://www.phpcenter.de/de-html-manual/function.eregi.html)
Füge mal in der /modules/x_movie/tpl_movietype.php nach
$movietype $pathinfo_url['extension'];

folgendes ein:
print "<br>Movietype:".$movietype."+<br>"

und rufe die Seite erneut auf. Das abschließende + ist nur dazu da um das Ende der Zeile zu kennzeichnen. Wenn $movietype leer ist, dann ist das Warning klar.

Zitat:
Warning: filemtime() [function.filemtime]: stat failed for /modules/system/templates/x_movie_index.html in file /class/smarty/xoops_plugins/resource.db.php line 32

Das könnten fehlende Rechte sein.

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5326 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1814 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag