MyBB Community Forums

Full Version: Little help please [Can't login]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

Trying to login but says this... 

little help please
I urgently need help too. I backed up my former forum by downloading straight from cpanel. Now it's not displaying through the new Cpanel hosting I bought. Check it: http://yorubaunity.org
Also, how can I auto delete bots' and spammers thousands post from my send forum: http://cppower.org
Thanks so much. You can contact me through my email: [email protected]
(2018-07-13, 06:50 AM)cppowerorg Wrote: [ -> ]I urgently need help too. I backed up my former forum by downloading straight from cpanel. Now it's not displaying through the new Cpanel hosting I bought. Check it: http://yorubaunity.org
Also, how can I auto delete bots' and spammers thousands post from my send forum: http://cppower.org
Thanks so much. You can contact me through my email: [email protected]

Next time create your own thread. Is http://yorubaunity.org the new hosting? Check your database settings in inc/config.php.
(2018-07-13, 08:57 AM)Wires Wrote: [ -> ]
(2018-07-13, 06:50 AM)cppowerorg Wrote: [ -> ]I urgently need help too. I backed up my former forum by downloading straight from cpanel. Now it's not displaying through the new Cpanel hosting I bought. Check it: http://yorubaunity.org
Also, how can I auto delete bots' and spammers thousands post from my send forum: http://cppower.org
Thanks so much. You can contact me through my email: [email protected]

Next time create your own thread. Is http://yorubaunity.org the new hosting? Check your database settings in inc/config.php.

A million thanks to you for your timely response. I created the thread: https://community.mybb.com/thread-218632.html but it was closed. All I need is solution to my forum problems. What should I edit in inc/config.php ?
Below is what the site says whenever people try to access it;
"MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1045 - Access denied for user 'lordguru_mbb2'@'localhost' (using password: YES)Query:[READ] Unable to connect to MySQL server
Please contact the MyBB Group for technical support."
(2018-07-13, 09:24 AM)cppowerorg Wrote: [ -> ]
(2018-07-13, 08:57 AM)Wires Wrote: [ -> ]
(2018-07-13, 06:50 AM)cppowerorg Wrote: [ -> ]I urgently need help too. I backed up my former forum by downloading straight from cpanel. Now it's not displaying through the new Cpanel hosting I bought. Check it: http://yorubaunity.org
Also, how can I auto delete bots' and spammers thousands post from my send forum: http://cppower.org
Thanks so much. You can contact me through my email: [email protected]

Next time create your own thread. Is http://yorubaunity.org the new hosting? Check your database settings in inc/config.php.

A million thanks to you for your timely response. I created the thread: https://community.mybb.com/thread-218632.html but it was closed. All I need is solution to my forum problems. What should I edit in inc/config.php ?
Below is what the site says whenever people try to access it;
"MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1045 - Access denied for user 'lordguru_mbb2'@'localhost' (using password: YES)Query:[READ] Unable to connect to MySQL server
Please contact the MyBB Group for technical support."

Which means you should of created a new thread with a better subject/title.

You need to review and check the following are correct:

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'mysql-username';
$config['database']['password'] = 'mysql-password';
$config['database']['database'] = 'database-name';