1) Created DB table "Products" with ID, name, price, category 2) Created DB table like "Product_cat" with ID, name 3) Used select box with query for "Products" table and category row. 4) Created product categories with names: cat1,cat2,cat3 5) Created product with name and select category: prod1 and cat2 6) Renamed "Product_cat" cat2 to cat5 7) Information in "Product_cat" changed, but in Products it remains for prod1 (cat2) it just doesn't update in entire DB.
Maybe someone has a solution for it? Or maybe I am doing something wrong?
so I just trying to use your software, but..... I have made app (Testing purposes) to show simple information about workers, but when i change like address of a worker location it doesn't update in other table rows.. WHY?
Second error... When I try to reach users page, it gives me error 500
Third error... When I try to give UID to user to set user permissions... It just doesn't work.. Why? Do i need to give ID or just value like i write in Role Base Access Control?
Fourth error... Sometimes my app crashes when publishing it for preview... Files are being generated somewhere above named Directory why?