Hello,
I have installed on on Manjaro with PHP 8 and I am stuck at the point where you setup for the first time.
It’s running on a sub-directory and I’m using Apache web-server with Maria-DB.
When I got to http://localhost/invoiceplane/index.php/setup I get this error:
An uncaught Exception was encountered
Type: Error
Message: Call to undefined function each()
Filename: /usr/share/webapps/invoiceplane/application/third_party/MX/Modules.php
Line Number: 84
Backtrace:
File: /usr/share/webapps/invoiceplane/application/third_party/MX/Loader.php
Line: 286
Function: load
File: /usr/share/webapps/invoiceplane/application/modules/setup/controllers/Setup.php
Line: 46
Function: module
File: /usr/share/webapps/invoiceplane/index.php
Line: 325
Function: require_once
I’ve had a look through the but can’t find anything that works.
I’m really stuck. Any help would be greatly appreciated.