Sorry for the slow response. My hosting co was undergoing maintenance and I haven't been able to log on for a while. But back now...
I am trying to sort the config.php file now. Currently, I get this when I try to pull up the forum in my Windows browser:
"Forbidden
You don't have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
My config.php file -- which I've been editing to no avail -- currently looks like this:And here is a screenshot of my database. Is my $table prefix maybe the issue? I see that the database has entries for both phpbbpt and phpbbqe?
I am trying to sort the config.php file now. Currently, I get this when I try to pull up the forum in my Windows browser:
"Forbidden
You don't have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
My config.php file -- which I've been editing to no avail -- currently looks like this:
Code:
<?php// phpBB 3.3.x auto-generated configuration file// Do not change anything in this file!$dbms = 'phpbb\\db\\driver\\mysqli';$dbhost = 'localhost';$dbport = '';$dbname = 'tomtesti_phpbb525';$dbuser = 'tomtesti_phpbb525';$dbpasswd = '[redacted]';$table_prefix = 'phpbbpt_';$phpbb_adm_relative_path = 'adm/';$acm_type = 'phpbb\\cache\\driver\\file';@define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');// @define('DEBUG_CONTAINER', true);Statistics: Posted by CPTOM — Thu May 01, 2025 1:01 am