Not Solved [Error Message] Unable to access my website
#1
Not Solved
Hi,



I'm not able to access my website it gives an error message (44), this is the link to my website:


http://www.forum.kotle.ca/

I need help fixing this, and other problems with my website.
Reply
#2
Not Solved
What is your database extension set to in ./inc/config.php? If it is mysql, change to mysqli

If it is already set to this, you will need to contact your host, as the MySQLi PHP extension doesn't seem to be installed.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply
#3
Not Solved
(2021-07-14, 05:42 PM)Matt Wrote: What is your database extension set to in ./inc/config.php? If it is mysql, change to mysqli

If it is already set to this, you will need to contact your host, as the MySQLi PHP extension doesn't seem to be installed.

I have spoken to them twice, and they are referring me to a web developer.
Reply
#4
Not Solved
Have you changed the database extension? At the top of ./inc/config.php there will be a line that starts with this:

$config['database']['type']

Change the value to mysqli, like this:

$config['database']['type'] = 'mysqli';

If you've tried mysql and mysqli and neither work then they need to install the missing database extensions on the server. If they're refusing to help, you'll need to switch hosts. You won't be able to install any software that uses MySQL if they haven't got the PHP extensions installed.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)