Server error while installing Form Builder

Laraship QuestionsCategory: TechnicalServer error while installing Form Builder
Gonçalo asked 6 years ago

Hello. I can’t install coral-form-builder module. When I press install, I get a red box saying Server Error however it works with other modules. PHP

Version => 7.0.30-1+ubuntu16.04.1+deb.sury.org+1

Server version: Apache/2.4.20 (Ubuntu)

Composer version 1.6.5 2018-05-04 11:44:59

Attachments
1 Answers
laraship Staff answered 6 years ago

Hello,

Enable Debug Feature inside your .env file under www folder, the error message will displayon the browser, also you can view errors inside laravel log file under storage/logs/laravel.log

usually, this error can be caused due to the following scenarios:

  • missing PHP module
  • the mismatch between your local PHP and server PHP versions, which causes composer to load incompatible dependencies.
  • DB connection error.
  • require composer update.
  • Application key not generated.
  • Database not imported properly