[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 384: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4762: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4764: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4765: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4766: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3897)
The Chu Forums • View topic - phpbb version
Page 1 of 1

phpbb version

PostPosted: Wed Apr 06, 2011 9:19 am
by se7entse7en
Which version of phpbb is this?

Re: phpbb version

PostPosted: Wed Apr 06, 2011 10:58 am
by jeSteR
3.0.8

Re: phpbb version

PostPosted: Wed Apr 06, 2011 12:32 pm
by se7entse7en
Kinda grasping at straws but do you have access to the main php.ini file? It might be in a folder something like, "etc/php4/apache2/php.ini".

If you do, try going to the [MySQL] section and add the following:
[MySQL]
; Allow or prevent persistent links.
mysql.allow_persistent=Off

Restart apache.


Also, have you tried disabling all robots?

In your ACP -> Permissions tab -> Groups forum permissions -> Lookup usergroup "Bots" -> Submit -> check "All forums" -> Submit -> then select "No Access" as the role for each of the forums listed -> Apply all permissions.

Re: phpbb version

PostPosted: Wed Apr 06, 2011 12:57 pm
by jeSteR
I already have bots on no access.

I'll try editing the php.ini file when I get home.