-
I am facing the below error despite trying multiple versions of PHP (7.2, 7.3, 8.1) and ensuring the required Sqlite versions(PDO Driver 3.7.17), on shared cPanel servers.
```
{
"code": 9999,
"m…
-
working on a project I prepared a docker-compose file to put up mysql, php, and swagger to work straight away on the php-crud-api endpoint.
this is what I ended up with:
docker-compose.yml
```
v…
-
Looking at what is printed the urls in the admin ui:
https://github.com/mevdschee/php-crud-admin/blob/60b6d05b914407098de25d77474151aa1db061b1/templates/column/list.html#L2
But the readme doesn'…
Mte90 updated
2 years ago
-
Hi all,
I have set up crud admin for a database. It loads the home page fine, but as soon as i click on a database table and select either list or create, the server throws a 404 error saying that t…
-
https://github.com/FriendsOfCake/crud/blob/master/src/Controller/Component/CrudComponent.php#L627-L638
Should be compatible with:
https://github.com/FriendsOfCake/crud/blob/master/src/Core/ProxyTrai…
-
**Describe the bug**
1. Related Entity Fields Retrieval:
In the current implementation, if the fields for the related entity (e.g., Comment) are not defined explicitly in the configureFields() fun…
-
1ero: la entidad **`ventas`** debe contener los atributos:
- **id** int(11)
- **Cliente_id** varchar(11)
- **producto_id** varchar(11)
- **cantidad_productos** int(10)
- **Precio_total** double
…
-
1ero: la entidad **`user`** debe contener los atributos:
- **id** int(11)
- **nombre** varchar(100)
- **apellido** varchar(100)
- **email** varchar(25)
- **username** varchar(25)
- **password**…
-
1ero: la entidad **`cliente`** debe contener los atributos:
- **id** int(11)
- **nombre** varchar(100)
- **apellido** varchar(100)
- **telefono** int(9)
2do: se debe realizar un sistema en php…
-
1ero: la entidad **`productos`** debe contener los atributos:
- **id** int(11)
- **code** varchar(100)
- **name** varchar(100)
- **descripcion** varchar(255)
- **color** varchar(255)
- **stock*…