-
設計一套智慧家庭系統
1 . php使用PDO訪問mysql資料庫。
2 . 先在login.html輸入帳號及密碼。
3. 輸入的帳號及密碼與mysql 的資料庫smart_home_aki中的user資料表比對,有相符合者進入home.html。
4. mysql 資料庫登入帳號及密碼為root, Md-3308333,
5. 網頁設計使用boorstrap login templa…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://…
-
The goal is to provide high test coverage of the library code together with various supported dependencies while keeping the number of test jobs to the necessary minimum.
### Types of Dependencies
…
-
# Bug report
### What I did
Added dropzone as crud field
```
CRUD::field([
'label' => 'Image Gallery',
'name' => 'image_gallery',
'type' => 'dropzone',
…
-
**Information**
- Version of Medoo: 2.1.4
- Version of PHP: 8.0
- Type of Database (MySQL, MSSQL, SQLite...): MySQL
- System: MacOS
**Describe the Problem**
Uncaught PDOException near either c…
-
php:8.2
hyperf:3.1
定时任务环境。
SQLSTATE[HY010]: Function sequence error: [unixODBC][Driver Manager]Function sequence error。SQLExecute[0] at /root/swoole-5.1.4/thirdparty/php81/pdo_odbc/odbc_stmt.c:253。…
-
# Bug report
### What I did
Created a CRUD::Field on an morphable relation, defining an ajax datasource for the results:
```
CRUD::field([
'name' => 'morphable',
'l…
-
This does not appear to be the same issue as https://github.com/Piwigo/Piwigo/issues/1305
Installing piwigo and am receiving the following error message when submitting the netinstall.php form:
…
-
### What happened?
I'm following this [guide](https://frankenphp.dev/docs/laravel/#laravel-apps-as-standalone-binaries) for a newly created Laravel 11 project. But I'm getting the error below when …
-
Hi there,
I try to integrate this pecl module into a PHP 8.4 build. I can build the module separately using phpize, configure and make. The problem is "make test". The test classes partially require …