Page 1 of 1

Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 23 Jun 2024, 17:17
by aijaz
Hi Team,

I am brand new to OpenCATS and I am trying to install the available version of OpenCATS-0.9.4-3 on Windows Server 2012 running PHP version 8.2.12. I have installed XAMPP and all other prerequisites. When I ran the installation wizard, I got lots of $data{0} errors that I fixed by changing it to $data[0]. Finally, I got to the page to start the installation but now I am stuck at the below error:
=====================================================================================================
PHP MySQL extension (mysql) is not loaded.
Check your settings in php.ini.

Under certain Linux / BSD distributions, the PHP MySQL extension is a separate package.

Debian: Run "apt-get install php5-mysql" and restart your webserver.

FreeBSD: Install the php5-mysql port, or configure MySQL support in the php-extensions port and restart your webserver.
=====================================================================================================
I tried loading the mysql extension in php.ini as extension=mysql and restarted the Apache service but the error is still there.

Looking for some immediate help friends.

Regards

Re: Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 27 Jun 2024, 09:12
by pairshadowy
Open the php.ini file:
This file is usually located in the php directory of your XAMPP installation, for example, C:\xampp\php\php.ini.
Enable MySQLi Extension:
Find and enable the MySQLi extension by removing the semicolon (;) at the beginning of the line:
;extension=mysqli
Change it to:
extension=mysqli
Restart Apache:
After saving the changes to php.ini, restart the Apache server from the XAMPP Control Panel to apply the changes.
To confirm that the MySQLi extension is loaded:
Create a PHP Info File:
Create a new file named phpinfo.php in your web directory (C:\xampp\htdocs\) with the following content:
<?php
phpinfo();
?>
Access the PHP Info Page:
Open a web browser and navigate to http://localhost/phpinfo.php.
Look for the mysqli section to verify that the MySQLi extension is enabled and loaded.
Additional Tips:
Check for Compatibility: Ensure that the version of OpenCATS you are using is compatible with PHP 8.2.12. Some older software may have compatibility issues with newer PHP versions.
Database Connection: Double-check your database connection settings in OpenCATS configuration files to ensure they match your MySQL server settings.
scratch geometry dash

Re: Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 05 Aug 2024, 07:42
by kayakingteeth
A "Database Connection Error" typically indicates an issue with the database credentials or server settings. Ensure that your MySQL server is running and that you are using the correct database host, username, and password. Additionally, check that the MySQL server allows connections from your IP address.

Re: Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 03 Oct 2024, 10:16
by geablenuts
Sorry, I am new to OpenCATS so please excuse me if my question is a bit stupid. How do I know which version of OpenCATS PHP is compatible with the device's software I am usinggeometry dash. I am using PHP version 8.2.12 but I get an error when installing on my computer. I am not sure if this error is due to incompatibility or there is another reason.

Re: Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 17 Oct 2024, 03:43
by Lattimored
The error message indicates that the PHP MySQL extension isn't loaded, which is required for OpenCATS to interact with the database. However, PHP 8.2 no longer supports the older mysql extension. Instead, you should use the mysqli or pdo_mysql extension, as the mysql extension was deprecated and eventually removed in PHP 7. best sex dolls

Re: Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 17 Oct 2024, 07:21
by celemtine
geablenuts wrote: 03 Oct 2024, 10:16 Sorry, I am new to OpenCATS so please excuse me if my question is a bit stupid. How do I know which version of OpenCATS PHP is compatible with the device's software I am usingsex dolls cheap. I am using PHP version 8.2.12 but I get an error when installing on my computer. I am not sure if this error is due to incompatibility or there is another reason.
Hello,OpenCATS is not fully compatible with PHP 8.2. Downgrade to PHP 7.4 or 8.0, which are more stable for OpenCATS, to resolve the installation error.

Re: Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 30 Oct 2024, 03:20
by acpsupport
For your information;

We were able to setup OpenCATS v0.9.4.x with Apache v2.4, PHP v7.2 and MariaDB v10.4 without any issues.

So you may give a try with PHP v7.2 and see the outcome of results.

We are using PHP v7.2 without any issues

Re: Numerous Installation Errors on OpenCATS-0.9.4-3

Posted: 04 Nov 2024, 15:20
by RussH
For info, PHP 8.2 support is *almost* complete, I should be able to resume working on the PHP 8.2 feature branch shortly.