Jump to content
[MUST READ] Forum Rules ×

General Error SQL ERROR [ mysqli ] No such file or directory [2002] An sql error occurred while fetching this page. Please contact an administrator if this problem persists


Recommended Posts

I am trying to reupload an old backup of a PHPBB forum

I imported the database and filesystem, and now I get

General Error	SQL ERROR [ mysqli ]

No such file or directory [2002]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists
 
I inserted the info correctly I believe from this?
 
MySQL Settings
	
MySQL user name 	b6_28575228
MySQL password 	Same as your cpanel password
MySQL host name 	sql313.byethost6.com
MySQL port 	3306
 

into the config file for the PhpBB

		
		<?php
	// phpBB 3.0.x auto-generated configuration file
	// Do not change anything in this file!
	$dbms = 'mysqli';
	$dbhost = 'sql313.byethost6.com';
	$dbport = '3306';
	$dbname = 'b6_28575228_PRIVATE';
	$dbuser = 'b6_28575228';
	$dbpasswd = 'PRIVATE';
	$table_prefix = 'phpbb_';
	$acm_type = 'file';
	$load_extensions = '';		
		@define('PHPBB_INSTALLED', true);
        // @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);

 

 

Can someone point me in the right direction to fix this?

Im stumped.....

Edited by Redbearcrazy
spellcheck
Link to comment
Share on other sites

  • Redbearcrazy changed the title to General Error SQL ERROR [ mysqli ] No such file or directory [2002] An sql error occurred while fetching this page. Please contact an administrator if this problem persists
Guest
This topic is now closed to further replies.
×
×
  • Create New...