Installation error autoload.php

I’m did everything explained, but I’m getting the following error:

PHP Fatal error: require(): Failed opening required ‘vendor/autoload.php’ (include_path=’.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php’) in /home/nmapyoas/public_html/programa/index.php on line 18

Any help would be appreciated.

Seems like you have a PHP mis configuration.

Could you check which PHP version you are using?

Or did you use the master version from Github?

Rerun the composer config

composer install

1 Like

Unfortunately i do not have WHM access only Cpanel so I don’t know how can i do that vie Cpanel

I tried with 5.4, 5.6, 7.1,7.2 and it is the same.

Which version of InvoicePlane did you installed?

Or could you point me to the location of that file you downloaded?

This is the location I downloaded from.

I tried with different hosting i have, still the same error.

Could you please check if there is a vendor/ folder existing in your InvoicePlane root path ?

No, there is not

Would you mind to download InvoicePlane from here and give it a try ?

Thank you very much. I just tried and everything works as it should.
THANK YOU! Problem solved.

1 Like

The only thing missing is Macedonian language. If there is a way for me to install it? I spend a lot of time contributing to that macedonian translation :slight_smile:

Add another language is simple and easy to start, you could copy the whole folder application/language/english/ to application/language/[YOUR LANGUAGE] and it will show as an Language option in setting page.

Hope this helps :slight_smile:

1 Like

@Ivan_Kartov the PHP version on your server is really old.
Good that you got InvoicePlane working but now set the server to PHP 7.2 and then see if it still works ok

I did that and everything works fine. Thank you all of you for helping me fix this.

2 Likes