Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

WebEngine 1.2.4 failed to Connect DB (MuOnline)

Junior Spellweaver
Joined
Oct 12, 2014
Messages
173
Reaction score
5
Hi guys, i need help plz

I have had an active server for 2 years, I use WebEngine CMS 1.2.4 site files and recently I had an IP address changed in the VPS storage and this caused me to get an error message on the site saying that the site is not connected to the DB

The message I get: "Connection to database failed (MuOnline)"

i tried to update the JSON file i found with Host IP but still get the same message.
someone know how to fix this?

1708087334866 - WebEngine 1.2.4 failed to Connect DB  (MuOnline) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
May 26, 2009
Messages
17,308
Reaction score
3,219
u hosting site on vps or webhost?

if webhost use last php version and enable all mssql /ioncube etc requirements
and enable tcp/ip 1433 ports on sql and firewall should've been enough

+ reinstall whole web if needed
clearly looks like webhost cant connect to vps sql ip/port
 
Upvote 0
Junior Spellweaver
Joined
Oct 12, 2014
Messages
173
Reaction score
5
u hosting site on vps or webhost?

if webhost use last php version and enable all mssql /ioncube etc requirements
and enable tcp/ip 1433 ports on sql and firewall should've been enough

+ reinstall whole web if needed
clearly looks like webhost cant connect to vps sql ip/port
i have WebEngine CMS, not webhos.. šŸ™

My site is stored on a separate Linux server.

i tried to reinstall the files but field.. i get message "WebEngine CMS installation is complete, it is recommended to rename or delete this directory."

i need to find way to reinstall or change the IP Host to reconnect to DataBase.

update: i found how to fix this problem! šŸ„³šŸ„³šŸ„³

first, you need to open "webengine.JSON" with "VS Code" and change the line "
Code:
"webengine_cms_installed": true,
" to
Code:
"webengine_cms_installed": false,
save the change and update the file in your site folder (path: includes/config)
the next step is reinstall site, but before you need to connect cPanel of your site storage and search "PHP Selector" and reinstall "pdo_dblib" and "pdo_sqlsrv".
after this you can install your site again and the problem solved.
 
Last edited:
Upvote 0
Back
Top