While updating laraship to last larvel 7 version I got an error when running the command
php artisan corals:modules --action=update --type=core --module_name=all --force=true --skip_download=true --ignore_backup_message=trueError: Undefined property: stdClass::$table_name After doing a fresh install
php artisan corals:installI still got the same error when I log in and access the dashboard : Corals/core/Foundation/Helpers/helpers.php:810 : Undefined property: stdClass::$table_name
Hello Stephane
Can you please send us SSH access to info@corals.io and our team will check
I can’t because this actually happened on my local setup.
I faced same error, I fix it by change ‘table_name’ to ‘TABLE_NAME’ in helpers.php file line 804 and 810.