• Resolved Rafael Andrews

    (@rafaelcrony)


    Hi, i am getting the following alerts of your plugin when visitng a single course page, i′m using php 8.3

    Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$coming_soon_details is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?554

    Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$coming_soon_price is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?555

    Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$thumbnail is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?561

    Deprecated: Creation of dynamic property MasterStudy\Lms\Models\Course::$full_image is deprecated in?\wp-content\plugins\masterstudy-lms-learning-management-system\includes\Repositories\CourseRepository.php?on line?562

    Seems you can fix this by adding on your plugin file \masterstudy-lms-learning-management-system\includes\Models\Course.php

    public bool $coming_soon_details;
    public bool $coming_soon_price;
    public ?array $thumbnail;
    public ?array $full_image;

    Regards

Viewing 1 replies (of 1 total)
  • Plugin Support Lisa StylemixThemes

    (@lisastylemixthemes)

    Dear @rafaelcrony,

    Thank you for bringing this issue to our attention. We apologize for the inconvenience you’re experiencing with PHP 8.3. We appreciate your detailed report, and we are working on updating our plugin to address these deprecation notices.

    In the meantime, you can temporarily downgrade to PHP 8.0 as a workaround. Rest assured, we are committed to resolving this issue promptly and will release an update soon.

    Thank you for your patience and understanding.

    Best regards,
    Lisa and support team

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated: Creation of dynamic property’ is closed to new replies.