• 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)
  • You must be logged in to reply to this topic.