phpbb version
Posted:
Wed Apr 06, 2011 9:19 am
by se7entse7en
Which version of phpbb is this?
Re: phpbb version
Posted:
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
Posted:
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.