Page 1 of 1

Common Issues with 1.0.6

Posted: 3. September 2010 22:58
by Marc
  • Forums that still run on PHP4 might get this error:
    Fatal error: Call to undefined function: strripos() in /htdocs/forum/portal/includes/functions.php on line 663
    In order to fix it, open portal/includes/functions.php and replace all instances of strripos with strrpos.