0

I'm trying to run PHPBB3 forums in Glassfish 4 using quercus 4.0.39 but I'm getting the error below error, i made test page contains <?php phpinfo(); ?> and worked fine ,I don't know anything about PHP

com.caucho.quercus.UnimplementedException: `mb_substitute_character' has not been implemented.
SShehab
  • 1,039
  • 3
  • 17
  • 31

1 Answers1

1

<?php phpinfo(); ?> always worked fine, but please make sure the 'mbstring' libary already included. enter image description here

Nick Wang
  • 624
  • 3
  • 6