-
After upgrading to PHP 7.4 I get a:
`Notice: Trying to access array offset on value of type bool`
on the search method when using:
```
$tnt = new TNTSearch();
$results = $tnt->search('exampl…
-
# バイトから店長にいつ出勤できるかを提出する機能
1. 希望シフトを入れておくテーブルの作成(できればPDOをつかってPHPで作成)
2. 希望シフトを入力できる画面の作成(HTML)
3. 画面から入力された希望シフトをDBに送信するロジック作成(PHP)
-
When running XAMPP (or the webserver) in Windows and access the webfiles from within WSL2/Ubuntu, PHP failes for functions like `is_readable()` and `is_writable()`.
To fix this a `define("WINDOWS2W…
-
```
Deprecated: mysql_escape_string(): This function is deprecated; use
mysql_real_escape_string() instead. in /virtual/catdogz/public_html/socks5.php
on line 94
Deprecated: mysql_pconnect(): The m…
-
```
Deprecated: mysql_escape_string(): This function is deprecated; use
mysql_real_escape_string() instead. in /virtual/catdogz/public_html/socks5.php
on line 94
Deprecated: mysql_pconnect(): The m…
-
When instantiating the toolkit, users who pass in a database connection that is not ibm_db2 must either specify the transport type in parameter 4 or change toolkit.ini. It's extra work and makes it ha…
-
HI,
The installer does not have any option to install basic php extension among others pdo_mysql, fileinfo, mcrypt, gd, tokenizer, mbstring among others.
Is there any way to install to the compi…
zenny updated
4 years ago
-
Will this platform run on PHP 7 using the PDO drivers for mysql or ? Seems to not work when installing it, already have several other CMS on the same box all running on mysql atm.
-
Hello,
When I activate a 2nd plugin done with Herbert Framework, it look like the 2nd one is using the ConnectionFactory.php from the first one.
When I activate the 2nd plugin I got this message:
…
-
SQLSTATE[HY000]: General error: 936 OCIStmtExecute: ORA-00936: missing expression
(/tmp/PDO_OCI-1.0/oci_statement.c:142)