dmorgan20 I am trying to install on to GoDaddy Plesk. Pre check gave a green light for everything. Starting the install and im getting a 500 error and it also says 'Missing vendor files.' Help
xescuder mlattke Now setup finishes, thanks. But admin page does not work neither home page (it shows page theme without links)
roydeanjr mlattke After modifying permissions, still failed, but rendered a new message: “Trying to access array offset on value of type null”
mlattke xescuder Did you configure your .httpaccess file ? Home page it’s showing the demo theme. You need to fix the Admin panel to enable the orange theme
xescuder mlattke Admin page is not shown. It says URL not found. Yes, I’ve configured .httpaccess. At documentation it talks about one .httpaccess for admin, but I’ve only one at root.
mlattke sheetalshah xescuder Check the .htaccess file and Apache configuration mod_rewriteshould be installed and enabled and the AllowOverride https://tastyigniter.com/docs/master/installation#apache-configuration
ejadad I’m having the same issue… and BTW, having all folders and files 0777 permission, is a really bad idea 🙁
ejadad Got it fixed ….. so, had to use composer but, something was missing: Install composer in the folder where you’re gonna install the app sudo apt-get update && sudo apt install php-xml composer update && composer require cviebrock/eloquent-sluggable Make sure the folder is empty Proceed with the doc stated
roydeanjr Cannot user composer on a shared hosting service’s shared server. No command line option in cPanel! This has to be fixed in order for users to install using the setup.php process without error!