Topic: First Post missing!

Hello,

I'm facing a problem here. After updating the latest version on punbb, everything seems okay, but the first post of every topic is missing. The content of the post doesn't seem to appear on the post.

what should be the problem and how to solve this issue?

Thank you.

**********
www.ekushay.com
bangla entertainment forum

Re: First Post missing!

Show errors from the server error log.

ForkBB
I speak only Russian  :P

Re: First Post missing!

Visman wrote:

Show errors from the server error log.


[23-Oct-2015 04:56:29 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/eio.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/eio.so: cannot open shared object file: No such file or directory in Unknown on line 0
[23-Oct-2015 04:56:29 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so: cannot open shared object file: No such file or directory in Unknown on line 0
[23-Oct-2015 04:56:29 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/banglaba/public_html/index.php:3) in /home/example/public_html/include/functions.php on line 219
[23-Oct-2015 04:56:29 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/banglaba/public_html/index.php:3) in /home/example/public_html/include/functions.php on line 222
[23-Oct-2015 04:56:29 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/banglaba/public_html/index.php:3) in /home/example/public_html/header.php on line 16
[23-Oct-2015 04:56:29 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/banglaba/public_html/index.php:3) in /home/example/public_html/header.php on line 17
[23-Oct-2015 04:56:29 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/banglaba/public_html/index.php:3) in /home/example/public_html/header.php on line 18
[23-Oct-2015 04:56:29 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/banglaba/public_html/index.php:3) in /home/example/public_html/header.php on line 19
[23-Oct-2015 04:56:29 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/banglaba/public_html/index.php:3) in /home/example/public_html/header.php on line 22

[23-Oct-2015 04:59:57 UTC] PHP Warning:  preg_replace_callback(): Modifier /e cannot be used with replacement callback in /home/example/public_html/include/parser.php on line 811
**********
www.ekushay.com
bangla entertainment forum

Re: First Post missing!

1.

[23-Oct-2015 04:56:29 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/eio.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/eio.so: cannot open shared object file: No such file or directory in Unknown on line 0
[23-Oct-2015 04:56:29 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/intl.so: cannot open shared object file: No such file or directory in Unknown on line 0

Address to your hoster with this error. eio.so extension is absent, but your php tries to connect it.

2.

[23-Oct-2015 04:59:57 UTC] PHP Warning:  preg_replace_callback(): Modifier /e cannot be used with replacement callback in /home/example/public_html/include/parser.php on line 811

See post http://punbb.informer.com/forums/post/155126/#p155126

ForkBB
I speak only Russian  :P