Issues with new installation on subdomain

I am trying to do a new installation (vers 1.6) on a subdomain.
I have followed all the steps as detailed in the instructions, but am getting a string of what appears to be PHP errors as below. (this is just the 1st error).
I am running PHP8.2 and have checked all the required modules are installed on the server.

A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property CI_URI::$config is deprecated
Filename: core/URI.php
Line Number: 102
Backtrace:
File: /home/triomarketers/public_html/invoice.triomarketers.com/index.php
Line: 329
Function: require_once

Any advice will be appreciated - Thanks

InvoicePlane is not compatible with PHP 8.2

I have tried PHP8.0 and 8.1 as per the manual and was getting the same error. Thanks

1 Like

Creation of dynamic property is deprecated is a message that shows up since PHP 8.2 because, well, it’s deprecated since PHP 8.2

Would you mind just setting your version to 8.1 and throw away your log file?

Then you’ll have a fresh log for all other problems that may arise

1 Like

Thanks. I managed to get the error resolved.

2 Likes

please share how you resolved this issue. I am currently dealing with the same exact thing.

@Digital_Drawing problems with PHP 8.2 can be resolved by:

Problems with subdomain:

  • Depends on the webserver: Apache?
  • Depends on the contents of your .htaccess file.

A me too from a year ago is not the best place to post your problem.

You can better:

- Hi, i have a problem.
I've installed PHP 8.2 on my server even though it isn't supported yet by InvoicePlane and now i'm facing the following error messages:

After some proper configuration using 8.1.12 XAMPP which runs 8.1php the install/setup went just fine aside from needing to drop my table 1 time because a rouge duplicate client warning where there were zero clients in IP_USERS.

1 Like

Excellent.
Version 1.7.0 is still on its way and then you can use PHP 8.2+