Forums WoW Modding Discussion Miscellaneous [Archive] a problem with fusioncms !

[Archive] a problem with fusioncms !

[Archive] a problem with fusioncms !

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#1
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

A PHP Error was encountered

Severity: Warning

Message: mysqli_error() expects parameter 1 to be mysqli, boolean given

Filename: mysqli/mysqli_driver.php

Line Number: 458

And the only mistake that I mentioned, certainly! and annoying and I would like to eliminate even this, I hope you can help me.
rektbyfaith
11-04-2025, 05:17 PM #1

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

A PHP Error was encountered

Severity: Warning

Message: mysqli_error() expects parameter 1 to be mysqli, boolean given

Filename: mysqli/mysqli_driver.php

Line Number: 458

And the only mistake that I mentioned, certainly! and annoying and I would like to eliminate even this, I hope you can help me.

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#2
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Hello there,

This is likely due to the database information being wrong,

Can you please go to http://www.yourwebsite.com/debug.php and tell me the errors there so we can proceed?
rektbyfaith
11-04-2025, 05:17 PM #2

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Hello there,

This is likely due to the database information being wrong,

Can you please go to http://www.yourwebsite.com/debug.php and tell me the errors there so we can proceed?

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#3
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Ok thanks.

Warning: mysql_connect(): Access denied for user 'mangos'@'212.91.82.247' (using password: YES) in C:\xampp\htdocs\debug.php on line 67

I do not understand this ip is not mine, nor that of my vps, so I wonder from where come out, and then before you install everything in vps first I tried every

thing in my pc and gave no mistake!

http://sferica.homepc.it:84/

I added modules and themes, but in my computer everything was perfect.
rektbyfaith
11-04-2025, 05:17 PM #3

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Ok thanks.

Warning: mysql_connect(): Access denied for user 'mangos'@'212.91.82.247' (using password: YES) in C:\xampp\htdocs\debug.php on line 67

I do not understand this ip is not mine, nor that of my vps, so I wonder from where come out, and then before you install everything in vps first I tried every

thing in my pc and gave no mistake!

http://sferica.homepc.it:84/

I added modules and themes, but in my computer everything was perfect.

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#4
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Quote:maurizio1961 said:

Ok thanks.

Warning: mysql_connect(): Access denied for user 'mangos'@'212.91.82.247' (using password: YES) in C:\xampp\htdocs\debug.php on line 67

I do not understand this ip is not mine, nor that of my vps, so I wonder from where come out, and then before you install everything in vps first I tried every

thing in my pc and gave no mistake!

I added modules and themes, but in my computer everything was perfect.

Click to expand...
I see, well in your folder:

application\config, open the file called database.php, and then edit the hostname, username & password to your connection.
rektbyfaith
11-04-2025, 05:17 PM #4

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Quote:maurizio1961 said:

Ok thanks.

Warning: mysql_connect(): Access denied for user 'mangos'@'212.91.82.247' (using password: YES) in C:\xampp\htdocs\debug.php on line 67

I do not understand this ip is not mine, nor that of my vps, so I wonder from where come out, and then before you install everything in vps first I tried every

thing in my pc and gave no mistake!

I added modules and themes, but in my computer everything was perfect.

Click to expand...
I see, well in your folder:

application\config, open the file called database.php, and then edit the hostname, username & password to your connection.

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#5
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

I will try to give the most information possible to help you understand what the error but certainly that ip is definitely not Italian and not sure my
rektbyfaith
11-04-2025, 05:17 PM #5

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

I will try to give the most information possible to help you understand what the error but certainly that ip is definitely not Italian and not sure my

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#6
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

<?php

$active_group = "cms";

$active_record = TRUE;

$db["cms"]["hostname"] = "178.239.176.35";

$db["cms"]["username"] = "mangos";

$db["cms"]["password"] = "mangos";

$db["cms"]["database"] = "fusioncs";

$db["cms"]["dbdriver"] = "mysqli";

$db["cms"]["dbprefix"] = "";

$db["cms"]["pconnect"] = TRUE;

$db["cms"]["db_debug"] = TRUE;

$db["cms"]["cache_on"] = FALSE;

$db["cms"]["cachedir"] = "";

$db["cms"]["char_set"] = "utf8";

$db["cms"]["dbcollat"] = "utf8_general_ci";

$db["cms"]["swap_pre"] = "";

$db["cms"]["autoinit"] = TRUE;

$db["cms"]["stricton"] = FALSE;

$db["account"]["hostname"] = "178.239.176.35";

$db["account"]["username"] = "mangos";

$db["account"]["password"] = "mangos";

$db["account"]["database"] = "realmd";

$db["account"]["dbdriver"] = "mysqli";

$db["account"]["dbprefix"] = "";

$db["account"]["pconnect"] = TRUE;

$db["account"]["db_debug"] = TRUE;

$db["account"]["cache_on"] = FALSE;

$db["account"]["cachedir"] = "";

$db["account"]["char_set"] = "utf8";

$db["account"]["dbcollat"] = "utf8_general_ci";

$db["account"]["swap_pre"] = "";

$db["account"]["autoinit"] = FALSE;

this is the ip for my vps

$db["account"]["stricton"] = FALSE;

ra I corrected the database php, but this and the answer

Unable to connect to your database server using the provided settings.

Filename: C:\xampp\htdocs\system\database\DB_driver.php

Line Number: 124

but the answer and this
rektbyfaith
11-04-2025, 05:17 PM #6

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

<?php

$active_group = "cms";

$active_record = TRUE;

$db["cms"]["hostname"] = "178.239.176.35";

$db["cms"]["username"] = "mangos";

$db["cms"]["password"] = "mangos";

$db["cms"]["database"] = "fusioncs";

$db["cms"]["dbdriver"] = "mysqli";

$db["cms"]["dbprefix"] = "";

$db["cms"]["pconnect"] = TRUE;

$db["cms"]["db_debug"] = TRUE;

$db["cms"]["cache_on"] = FALSE;

$db["cms"]["cachedir"] = "";

$db["cms"]["char_set"] = "utf8";

$db["cms"]["dbcollat"] = "utf8_general_ci";

$db["cms"]["swap_pre"] = "";

$db["cms"]["autoinit"] = TRUE;

$db["cms"]["stricton"] = FALSE;

$db["account"]["hostname"] = "178.239.176.35";

$db["account"]["username"] = "mangos";

$db["account"]["password"] = "mangos";

$db["account"]["database"] = "realmd";

$db["account"]["dbdriver"] = "mysqli";

$db["account"]["dbprefix"] = "";

$db["account"]["pconnect"] = TRUE;

$db["account"]["db_debug"] = TRUE;

$db["account"]["cache_on"] = FALSE;

$db["account"]["cachedir"] = "";

$db["account"]["char_set"] = "utf8";

$db["account"]["dbcollat"] = "utf8_general_ci";

$db["account"]["swap_pre"] = "";

$db["account"]["autoinit"] = FALSE;

this is the ip for my vps

$db["account"]["stricton"] = FALSE;

ra I corrected the database php, but this and the answer

Unable to connect to your database server using the provided settings.

Filename: C:\xampp\htdocs\system\database\DB_driver.php

Line Number: 124

but the answer and this

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#7
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Assuming it's a VPS only - not a webhost?

Just to make sure,

fusioncs is your fusioncms database, while mangos is your username & password, is that correct?

You also use port 3306 to connect to MySQL, is that correct?

Just gotta make sure about this information and we can proceed.
rektbyfaith
11-04-2025, 05:17 PM #7

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Assuming it's a VPS only - not a webhost?

Just to make sure,

fusioncs is your fusioncms database, while mangos is your username & password, is that correct?

You also use port 3306 to connect to MySQL, is that correct?

Just gotta make sure about this information and we can proceed.

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#8
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Then everything and installed by vps XAMMP I set the Apache server on port 84 for the web site and then 3306 port mysql and mangos mangos and user password and the master database that contains the data of Mangos Mangos 3:35 4:34 all compiled from me data I have entered I have mpm repack.

this and the ilcollegamento site where you can see the error by yourself with static ip ip otherwise statuses do not accept it,sferica.homepc.it:84
rektbyfaith
11-04-2025, 05:17 PM #8

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Then everything and installed by vps XAMMP I set the Apache server on port 84 for the web site and then 3306 port mysql and mangos mangos and user password and the master database that contains the data of Mangos Mangos 3:35 4:34 all compiled from me data I have entered I have mpm repack.

this and the ilcollegamento site where you can see the error by yourself with static ip ip otherwise statuses do not accept it,sferica.homepc.it:84

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#9
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Hi man, try this:

$db["cms"]["hostname"] = "127.0.0.1";

$db["cms"]["username"] = "mangos";

$db["cms"]["password"] = "mangos";

$db["cms"]["port"] = "3306";

$db["cms"]["database"] = "fusioncs";

$db["cms"]["dbdriver"] = "mysqli";

$db["cms"]["dbprefix"] = "";

$db["cms"]["pconnect"] = TRUE;

$db["cms"]["db_debug"] = TRUE;

$db["cms"]["cache_on"] = FALSE;

$db["cms"]["cachedir"] = "";

$db["cms"]["char_set"] = "utf8";

$db["cms"]["dbcollat"] = "utf8_general_ci";

$db["cms"]["swap_pre"] = "";

$db["cms"]["autoinit"] = TRUE;

$db["cms"]["stricton"] = FALSE;

$db["account"]["hostname"] = "127.0.0.1";

$db["account"]["username"] = "mangos";

$db["account"]["password"] = "mangos";

$db["account"]["port"] = "3306";

$db["account"]["database"] = "realmd";

$db["account"]["dbdriver"] = "mysqli";

$db["account"]["dbprefix"] = "";

$db["account"]["pconnect"] = TRUE;

$db["account"]["db_debug"] = TRUE;

$db["account"]["cache_on"] = FALSE;

$db["account"]["cachedir"] = "";

$db["account"]["char_set"] = "utf8";

$db["account"]["dbcollat"] = "utf8_general_ci";

$db["account"]["swap_pre"] = "";

$db["account"]["autoinit"] = FALSE;
rektbyfaith
11-04-2025, 05:17 PM #9

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

Hi man, try this:

$db["cms"]["hostname"] = "127.0.0.1";

$db["cms"]["username"] = "mangos";

$db["cms"]["password"] = "mangos";

$db["cms"]["port"] = "3306";

$db["cms"]["database"] = "fusioncs";

$db["cms"]["dbdriver"] = "mysqli";

$db["cms"]["dbprefix"] = "";

$db["cms"]["pconnect"] = TRUE;

$db["cms"]["db_debug"] = TRUE;

$db["cms"]["cache_on"] = FALSE;

$db["cms"]["cachedir"] = "";

$db["cms"]["char_set"] = "utf8";

$db["cms"]["dbcollat"] = "utf8_general_ci";

$db["cms"]["swap_pre"] = "";

$db["cms"]["autoinit"] = TRUE;

$db["cms"]["stricton"] = FALSE;

$db["account"]["hostname"] = "127.0.0.1";

$db["account"]["username"] = "mangos";

$db["account"]["password"] = "mangos";

$db["account"]["port"] = "3306";

$db["account"]["database"] = "realmd";

$db["account"]["dbdriver"] = "mysqli";

$db["account"]["dbprefix"] = "";

$db["account"]["pconnect"] = TRUE;

$db["account"]["db_debug"] = TRUE;

$db["account"]["cache_on"] = FALSE;

$db["account"]["cachedir"] = "";

$db["account"]["char_set"] = "utf8";

$db["account"]["dbcollat"] = "utf8_general_ci";

$db["account"]["swap_pre"] = "";

$db["account"]["autoinit"] = FALSE;

rektbyfaith
Administrator
0
11-04-2025, 05:17 PM
#10
Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

I added the door 3306 I restart mysql and apache but this still the same error.

Sorry and hostname local 127.0.0.1

A PHP Error was encountered

Severity: Warning

Message: mysqli_error () Expects parameter 1 to be mysqli, boolean given

Filename: mysqli / mysqli_driver.php

Line Number: 458

but thanks for the suggestion!

also known this particular, are online with a character gmlevel 0 but the status says there are 0 players, and something wrong
rektbyfaith
11-04-2025, 05:17 PM #10

Archived author: maurizio1961 • Posted: 2025-11-04T18:17:22.995434
Original source

I added the door 3306 I restart mysql and apache but this still the same error.

Sorry and hostname local 127.0.0.1

A PHP Error was encountered

Severity: Warning

Message: mysqli_error () Expects parameter 1 to be mysqli, boolean given

Filename: mysqli / mysqli_driver.php

Line Number: 458

but thanks for the suggestion!

also known this particular, are online with a character gmlevel 0 but the status says there are 0 players, and something wrong

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)