1

Topic: Text not displaying in post area.

Ok, so I decided to install 1.2.31 because I really like the phpBB 2 style that I found for it. Everything installed ok and works ok after I changed some mysql version stuff in install.php except now when I make a post it only show's the post's title and not what I write in the text area. Any idea how to fix it?
Take a look here to see what I mean:
http://retrogeek.hostfree.pw/

Re: Text not displaying in post area.

Show the error log of your server.

With a high degree of probability, you have

php 5.5.0     The /e modifier is deprecated. Use preg_replace_callback() instead. See the PREG_REPLACE_EVAL documentation for additional information about security risks.

http://php.net/manual/en/function.preg-replace.php

ForkBB
I speak only Russian  :P

3

Re: Text not displaying in post area.

PHP Version 7.0.19

Re: Text not displaying in post area.

7.0.19 > 5.5.0
The preg_replace() function will not work if you use the \e modifier.
The old parser needs to be rewritten.

ForkBB
I speak only Russian  :P