Page 1 of 1

Fatal error: Call to undefined function: strripos() in /home

Posted: 25. January 2011 23:15
by kkolli
Deine Portal Version: 1.0.0RC3
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Einsteiger

Was hast Du gemacht, bevor das Problem aufgetreten ist?
Nach Installation kommt folgende Fehlermeldung. Ich weiß, das hat was mit den Strippos zu tun, hab aber keine Ahnung wie man das macht, bzw. was das bedeutet. Zeile 663:

// Change group
if (@chgrp($filename, $_chmod_info['common_group']))
{
clearstatcache();
$file_gid = @filegroup($filename);
}


Was hast Du bereits versucht um das Problem zu lösen?


Fehlerbeschreibung und Nachricht

Re: Fatal error: Call to undefined function: strripos() in /

Posted: 26. January 2011 03:05
by Marc

Re: Fatal error: Call to undefined function: strripos() in /

Posted: 26. January 2011 19:47
by kkolli
die Lösung ist wirklich einfach, einfach im htaccess php 5 aktivieren:

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php