system76 / beansbooks

A revolutionary cloud accounting platform designed for small and medium businesses.
129 stars 36 forks source link

Incompatibility with PHP7 or broken Kohanan? #272

Closed chthonik closed 6 years ago

chthonik commented 6 years ago

Installed BB and the page that is loaded appears to be broken. There are hyperlinks to "Dash", "Customers", etc., but the links yield a 404. There are no apache errors, but the access log shows that the .js files are being fetched.

`- [19/Jan/2018:21:51:15 -0500] "GET /static/js/libs/select2.3.2.2.min.js HTTP/1.1" 404 527

`

Dash
Customers
Vendors
Accounts
Setup

404 Error The requested URL html/beansbooks was not found on this server.

BeansBooks Version 1.5.2

Please wait...

`

bencates commented 6 years ago

The version of Kohana used in BeansBooks does not support PHP 7. We require a version of PHP 5 >= 5.3. The readme has been updated to reflect this.