Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2681

phpBB Discussion • Re: Discuss: phpBB 3.3.14 Release

$
0
0
@Scanialady
I had the same problem, I solved it like this:
Open: root/includes/acp/acp_main.php
Find:

Code:

if ($auth->acl_get('a_board'))
Replace with:

Code:

if ($auth->acl_get('a_board') && (function_exists('fsockopen')))
The ‘General’ page of the ACP will then be accessible again.

Statistics: Posted by canam800er — Fri Nov 22, 2024 2:03 pm



Viewing all articles
Browse latest Browse all 2681

Trending Articles