-
I've tried installing 2.5 on an empty webspace.
The installation (easy option) was aborted with the following error:
Uncaught TypeError: mysqli_query(): Argument #1 ($mysql) must be of type mysqli…
Flip1 updated
8 months ago
-
The Mysqli DBAL connection/driver class has options for setting up an SSL/TLS connection, namely `ssl_ca`, `ssl_capath`, `ssl_cert`, `ssl_cipher` and `ssl_key`. These are currently not supported by th…
-
edit
?php
$id = $_REQUEST['id'];
include_once("config.php");
if(isset($_POST['update']))
{
$id = mysqli_real_escape_string($mysqli, $_POST['id']);
$firstname = mysqli_real_escape_st…
-
### Description
The following code will setup the circumstances to highlight the issue. It requires that you have the ability to connect to three different MySQL servers via IP. It can be done with…
-
# MySQLi Database Driver for Kohana 3.3 | Tom Lankhorst
A couple of months ago I published my Kohana MySQLi database driver on GitHub. As the development of the framework came to a halt for the last …
-
### What are you trying to achieve?
Execute functional tests.
### What do you get instead?
Error:
```
TypeError: mysqli::real_connect(): Argument #5 ($port) must be of type ?int, string g…
-
# Describe the bug
![image](https://user-images.githubusercontent.com/53002741/89806206-4db55580-db69-11ea-8b03-fed51a400408.png)
```
Fatal error: Uncaught TypeError: bccomp() expects parameter 1 t…
-
### Expected Behavior
Plugin causes no errors on forum.
### Actual Behavior
Error produced by plugin, plugin does not work:
```
[23-May-2021 17:58:26 UTC] PHP Fatal error: Uncaught TypeError: …
-
If you allow the `'`-Character for files (because you have an extensive folder structure already and do not want to change it), you can now inject SQL code using file or folder names.
It would be b…
-
When attempting to add a new language from /admin/language_manager, we get a spinner that doesn't stop. Behind the scenes, the AJAX request returns an HTML error page with this message:
> An uncaugh…