• Resolved Hendrik57

    (@hendrik57)


    I got the error about “Dynamic properties” and the process stops.

    Solved it by manually adding two lines to the install.php file about line 60 before the class:

        
    use \AllowDynamicProperties;
    #[AllowDynamicProperties]
    
        class DUPX_Bootstrap 
    
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dynamic property error with PHP 8.3’ is closed to new replies.