PHP 8.2: Deprecated instalation

Hello,

I have installed your product in this domain:
link removed

It’s not for me personally, but for a friend that doesn’t know how to do these things. He told me that he has some error and don’t know what happened.

Upon further inspection, I have updated the installation from Control Panel since it was telling me it’s outdated (with red). Everything went well, except when asked to click on the last step, the one with the setup, it looks like nothing has changed.
I still see the same information.
The installation is not outdated anymore yet is stil not working.
Can you please help me?

Thank you.
Andrei

1 Like

Unfortunately on that server PHP 8.2 is installed.

Can you make it PHP version 8.1?

InvoicePlane is not ready for PHP 8.2 yet

Open ipconfig.php
Find SESS_MATCH_IP=true
Enter ab extra line:
SESS_SAVE_PATH=
The location where you store your sessions is a place that only you can know
For example:
My site is located at /var/www/domains/invoiceplane/public_html/
Then my SESS_SAVE_PATH can be something like:
SESS_SAVE_PATH=/var/www/domains/invoiceplane/sessions
Make sure you create that directory first and make sure you have write permissions on that location

Hello,

Thank you very much for the quick answer. I have downgraded the PHP version to 8.1 and is working back again.

I’m curios to know how did you manage to see the PHP version without any access to the panel.

Thank you again.
Andrei

Hey,
I recognized the error messages (deprecated notices).
I deal with them every day in my dayjob.

So that’s why i could conclude so quickly about the PHP version.

Glad you could change the PHP version to 8.1 and that everything is working again

1 Like