I just started to install the farmos 2 version beta 1 on a raspberry pi, I followed the installation steps at the end I get the following message:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /farmos/web/core/install.php?profile=farm&langcode=en&continue=1&id=2&op=do_nojs&op=do
StatusText: Internal Server Error
ResponseText:
Hi @mstenta, i am using a packaged release tarball.
I resolved the issue due to a mistake in my apache configuration file to support Server configuration for Clean URLS by adding
<Directory “/var/www/html”>
AllowOverride All
I have the same issue. Unfortunately, I use a hosted web server and don’t have access to /var nor the Apache configuration. Is there another solution for the above mentioned problem?