• I see this plugin hasn’t been updated in a year, and throws a bunch of errors in PHP 8.3.

    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$ppr_pro is deprecated in quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 89
    Deprecated: Creation of dynamic property quick_page_post_reds::$ppr_pro is deprecated in page_post_redirect_plugin.php on line 89
    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$ppr_metaurl is deprecated in /page_post_redirect_plugin.php on line 108
    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$pprshowcols is deprecated in page_post_redirect_plugin.php on line 110

    … and so on.

    You just need to define the vars before assigning values in __construct(), eg

    class quick_page_post_reds {

    public $ppr_pro;
    public $ppr_metaurl;
    public $pprshowcols;

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same issue with php8.3 on Ubuntu with apache2

    Hi,

    same here:

    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$pprshowcols is deprecated in /quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 110
    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$ppr_first_install is deprecated in /quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 112
    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$ppr_metaurl is deprecated in /quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 108
    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$ppr_newwindow is deprecated in /quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 1593
    PHP Deprecated: Creation of dynamic property quick_page_post_reds::$ppr_pro is deprecated in /quick-pagepost-redirect-plugin/page_post_redirect_plugin.php on line 89

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.