Ask, reply and learn. Join the community of Akaunting.
Hello,
I downloaded the new akaunting software and unzip it on localhost of xampp, and run on browser but could not set it up. After selecting the language and entering db and user name, got errors like below.
(1/1) ErrorException
Trying to access array offset on value of type int
in ArrayInput.php line 135
at HandleExceptions->handleError(8, 'Trying to access array offset on value of type int', 'D:\\xamp\\htdocs\\all-accounting-soft\\accounting-newone\\vendor\\symfony\\console\\Input\\ArrayInput.php', 135, array('value' => 'migrate', 'key' => 0))
in ArrayInput.php line 135 ...
...
Thanks
Hello,
I have the same issue. Do you find a solution?
No. I could not install at all. I am waiting from akaunting development team to look at this issue.
im having the same issue here...anyone has a solution?'
open this file :
akaunting/vendor/symfony/console/Input/ArrayInput.php
Go to line 135, then change from :
} elseif ('-' === $key[0]) {
to :
} elseif (isset($key[0]) && '-' === $key[0]) {
save your file, then refresh the installation page
@Suhartanto, after changing that It was able setup and install but this is very old version. I when upgrading to 2.1.19 from 1.3.17. It didn't succeed.
(2/2) ErrorException
Trying to get property 'data' of non-object (View: C:\xampp\htdocs\all-accounting-soft\accounting-fresh\resources\views\install\updates\index.blade.php)
in 8d183229442b8f859e2d4d52c43c9a7ff8064e9e.php line 52
@Kamal
if you want to install version 2.1.19, just download it from github (https://github.com/akaunting/akaunting). it will install with no error
@Suhartanto
Thank you for your help.
@Kamal
you're welcome
@Suhartanto
Thank you.
Showing 1 to 10 of 10 discussions