Forum Replies Created

Viewing 15 replies - 1 through 15 (of 113 total)
  • Thread Starter dbase66

    (@dbase66)

    DISGUSTING!

    Error (E_DEPRECATED): “Creation of dynamic property pisol_http2_push_content_review::$title is deprecated” at ./wp-content/plugins/http2-push-content/includes/review.php:9.+

    1. ./wp-content/plugins/http2-push-content/includes/review.php:9:9

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property pisol_http2_push_content_review::$slug is deprecated” at ./wp-content/plugins/http2-push-content/includes/review.php:10.+

    1. ./wp-content/plugins/http2-push-content/includes/review.php:10:10

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property pisol_http2_push_content_review::$activation_date is deprecated” at ./wp-content/plugins/http2-push-content/includes/review.php:11.+

    1. ./wp-content/plugins/http2-push-content/includes/review.php:11:11

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property pisol_http2_push_content_review::$saved_value is deprecated” at ./wp-content/plugins/http2-push-content/includes/review.php:12.+

    1. ./wp-content/plugins/http2-push-content/includes/review.php:12:12

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property pisol_http2_push_content_review::$review_url is deprecated” at ./wp-content/plugins/http2-push-content/includes/review.php:13.+

    1. ./wp-content/plugins/http2-push-content/includes/review.php:13:13

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property pisol_http2_push_content_review::$review_after is deprecated” at ./wp-content/plugins/http2-push-content/includes/review.php:14.+

    1. ./wp-content/plugins/http2-push-content/includes/review.php:14:14

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property pisol_corw_other_plugins::$tab is deprecated” at ./wp-content/plugins/http2-push-content/admin/plugins.php:22.+

    1. ./wp-content/plugins/http2-push-content/admin/plugins.php:22:22

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property pisol_corw_other_plugins::$settings is deprecated” at ./wp-content/plugins/http2-push-content/admin/plugins.php:25.+

    1. ./wp-content/plugins/http2-push-content/admin/plugins.php:25:25

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_General_Option::$tab is deprecated” at ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-general-option.php:24.+

    1. ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-general-option.php:24:24

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_General_Option::$settings is deprecated” at ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-general-option.php:27.+

    1. ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-general-option.php:27:27

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_Style_Option::$tab is deprecated” at ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-style-option.php:21.+

    1. ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-style-option.php:21:21

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_Style_Option::$settings is deprecated” at ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-style-option.php:24.+

    1. ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-style-option.php:24:24

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_Js_Option::$tab is deprecated” at ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-js-option.php:21.+

    1. ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-js-option.php:21:21

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_Js_Option::$settings is deprecated” at ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-js-option.php:24.+

    1. ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-js-option.php:24:24

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_Menu::$version is deprecated” at ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-menu.php:10.+

    1. ./wp-content/plugins/http2-push-content/admin/class-http2-push-content-menu.php:10:10

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_Public::$css_async_list is deprecated” at ./wp-content/plugins/http2-push-content/public/class-http2-push-content-public.php:73.+

    1. ./wp-content/plugins/http2-push-content/public/class-http2-push-content-public.php:73:73

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Http2_Push_Content_Public::$js_async_list is deprecated” at ./wp-content/plugins/http2-push-content/public/class-http2-push-content-public.php:74.+

    1. ./wp-content/plugins/http2-push-content/public/class-http2-push-content-public.php:74:74

    1Plugin: decalogVeraltetError (E_DEPRECATED): “Creation of dynamic property Puc_v4p6_Plugin_Info::$request_time_elapsed is deprecated” at ./wp-content/plugins/wccp-pro/plugin-update-checker/Puc/v4p6/Metadata.php:47.

    Thread Starter dbase66

    (@dbase66)

    i do this:

    static private function _FileOpen( $filename, $mode, $use_include_path = false )
    {
    $nErrRepprev = @error_reporting( E_ERROR | E_PARSE | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR );
    if( @file_exists( $filename ) ) {
    if ( !$h = @fopen( $filename, $mode, $use_include_path )) {
    $h = false;
    }
    } else {
    $h = false;
    }

    @error_reporting( $nErrRepprev );
    return( $h );
    }

    and now, only “schu” is the directory, wich gives error, because is exists!

    But with _fileOpen, you do not open file, you will open directory? there is no filename, only directoryname?

    Thread Starter dbase66

    (@dbase66)

    ok, nothing happens, the same status

    Thread Starter dbase66

    (@dbase66)

    Update is running well!!! THX

    Thread Starter dbase66

    (@dbase66)

    DecaLog – Output! and Query Monitor

    Forum: Plugins
    In reply to: [WH Tweaks] Blocks Editor
    Thread Starter dbase66

    (@dbase66)

    You can change it too, if you use the following css-tags

    .edit-post-meta-boxes-area .postbox-header {
    	background: #aaaaaa!important;
    }
    Forum: Plugins
    In reply to: [WH Tweaks] Blocks Editor
    Thread Starter dbase66

    (@dbase66)

    cool Feature!

    Is it possible, to set more gray or darker grey, maybe setting of colour?

    title of not core blocks are not changed?

    • This reply was modified 7 months, 1 week ago by dbase66.
    • This reply was modified 7 months, 1 week ago by dbase66.
    Thread Starter dbase66

    (@dbase66)

    #[AllowDynamicProperties]

    and

    private <variable>

    Thread Starter dbase66

    (@dbase66)

    Error (E_DEPRECATED): “Creation of dynamic property pisol_http2_push_content_review::$title is deprecated” at ./wp-content/plugins/http2-push-content/includes/review.php:9.+

    1. ./wp-content/plugins/http2-push-content/includes/review.php:9:9
    Thread Starter dbase66

    (@dbase66)

    no effect

    try/catch could be better, to catch error-states

    Thread Starter dbase66

    (@dbase66)

    Is there more potential, if plugin http2-push is also running?

    • This reply was modified 7 months, 1 week ago by dbase66.
    Thread Starter dbase66

    (@dbase66)

    It works, nor more WSOD!!! THX

    Thread Starter dbase66

    (@dbase66)

    ok, waiting for new version

    Thread Starter dbase66

    (@dbase66)

    On my Site running PHP Version 8.2.17
    This is the only Plugin, which makes my Site unavailable, when editing Site or Post.

    I know, what you mean, but i dont need to test this in all consequences.

    there must be any king of error, but no error message will apears, only white screen.

    Thread Starter dbase66

    (@dbase66)

    OK, understand, bute also E_ALL gives no other responses than

    Error (E_WARNING): “fopen(/homepages/20/d34869179/htdocs/AM/wp-content/cache/seraphinite-accelerator/s/m/up): Failed to open stream: No such file or directory” at ./wp-content/plugins/seraphinite-accelerator-ext/Cmn/Gen.php:797.+

    1. ./wp-content/plugins/seraphinite-accelerator-ext/Cmn/Gen.php:797:797

    1Plugin: decalogWarnungError (E_WARNING): “fopen(/homepages/20/d34869179/htdocs/AM/wp-content/cache/seraphinite-accelerator/s/m/schu): Failed to open stream: Is a directory” at ./wp-content/plugins/seraphinite-accelerator-ext/Cmn/Gen.php:797.+

    1. ./wp-content/plugins/seraphinite-accelerator-ext/Cmn/Gen.php:797:797

    1Plugin: decalogWarnungError (E_WARNING): “fopen(/homepages/20/d34869179/htdocs/AM/wp-content/cache/seraphinite-accelerator/s/m/cln): Failed to open stream: No such file or directory” at ./wp-content/plugins/seraphinite-accelerator-ext/Cmn/Gen.php:797.+

    1. ./wp-content/plugins/seraphinite-accelerator-ext/Cmn/Gen.php:797:797
Viewing 15 replies - 1 through 15 (of 113 total)