aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
68 stars 43 forks source link

"Error saving data" #165

Closed neolium closed 3 years ago

neolium commented 3 years ago

Environment

  1. Version (2020.10.6)
  2. Integration (Laravel, TYPO3, Symfony, SlimPHP or Flow)
  3. System (Linux, Mac, Windows)

Describe the bug Cant edit or create a product - always same error, no logs at all

To Reproduce 1) Open demoproduct, change price, click save - error happens Expected behavior Save the changes? :D

Screenshots https://i.imgur.com/fDImHiF.png

Additional context

aimeos commented 3 years ago

Please have a look into the Log panel (extended left navigation) to see which error occured

neolium commented 3 years ago

As described - all logs are empty. On the logfile u said are only errors about the permissions for the storage-folder. I chmod'ed them to recursive 777... php-log is empty, laravel-log-folder is empty...

neolium commented 3 years ago

I just set the complete shopfolder to recursive 777 and now it works... (Its just for development purposes, when i deploy the site and get the error again i will reopen the issue).