We just deployed an vvveb instance on production server running on SQLite mode for a client and out of nowhere we are unable to create new products getting an 403 forbidden access when we post the new product information to the next url:
/vadmin-k34okhm2/index.php?module=product/product&type=product
All other modules work well and we can create various items the only kind of elements we can't add are products.
We have installed all public folder to "public_html" folder instead, with a few tweaks we where able to run it with no issues until we found this.
The most weird thing is that we already verify folder by folder and file by file all the permissions as recommended: folders to 755, static files 644 and dynamic php files to 700.
The issue occurs when we try to add a new product, all the products already present in the database where added when the project was first installed on local enviroment where we don't have this issues any idea what may be causing this? Thanks in advance.
We just deployed an vvveb instance on production server running on SQLite mode for a client and out of nowhere we are unable to create new products getting an 403 forbidden access when we post the new product information to the next url: /vadmin-k34okhm2/index.php?module=product/product&type=product
All other modules work well and we can create various items the only kind of elements we can't add are products.
We have installed all public folder to "public_html" folder instead, with a few tweaks we where able to run it with no issues until we found this.
The most weird thing is that we already verify folder by folder and file by file all the permissions as recommended: folders to 755, static files 644 and dynamic php files to 700.
The issue occurs when we try to add a new product, all the products already present in the database where added when the project was first installed on local enviroment where we don't have this issues any idea what may be causing this? Thanks in advance.