Zheng He

Results 7 comments of Zheng He

I am having the same problem but manually added the config.php and sql table. Still, I cannot submit. ps, I also added "ini_set('display_errors', 'On');" to some php files;it seems php...

I added a model, contact;here are the files you need to create or change ``` app/Http/Controllers/ContactController.php resources/assets/js/app.js resources/assets/js/controllers/ContactController.js resources/assets/js/services/ContactService.js resources/views/layout.blade.php resources/views/partials/contacts/create.php resources/views/partials/contacts/index.php resources/views/partials/contacts/view.php routes/api.php ```

I ran into the same problem again...and don't remember how I fixed last time. But it should have something to do with the cache.

@PriyankaDhumane namespace can cause in some cases.

my problem is caused by the myNewPage controller, can be resolved if the controller file is commented out

`apk upgrade --update-cache --available && \ apk add openssl && \ rm -rf /var/cache/apk/*` I tried to install openssl to solve the issue but the problem stays the same