Open agent-dash opened 1 year ago
change file path . if (move_uploaded_file($file['tmp_name'], $_SERVER['DOCUMENT_ROOT']."/big_store/web/images/".$uniqueImageName))
to
if (move_uploaded_file($file['tmp_name'], $_SERVER['DOCUMENT_ROOT']."/Grocery/E-Commerce-Grocery-Store-main/images/".$uniqueImageName)) error slove . i try my best plz check in your side , thank you 👍
The blue colored "second" "Add Product" button in the modal window, after filling the product details, doesn't seem too work. If I leave any field empty, i can see the error mesage on the console, but if I fill the product details correctly, I'm still not able to add the product to the database... the button simply doesn't work. I'm not sure, but maybe some issue at line 380 'add-product' in classes/Products.php