dbase66
Forum Replies Created
-
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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.+- ./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
.Forum: Plugins
In reply to: [Seraphinite Accelerator] Failed to open stream: No such file or directoryi 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?
Forum: Plugins
In reply to: [Seraphinite Accelerator] Failed to open stream: No such file or directoryok, nothing happens, the same status
Forum: Plugins
In reply to: [Plugins Last Updated Column] PHP 8.2 ProblemsUpdate is running well!!! THX
Forum: Plugins
In reply to: [Plugins Last Updated Column] PHP 8.2 ProblemsDecaLog – Output! and Query Monitor
Forum: Plugins
In reply to: [WH Tweaks] Blocks EditorYou 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#[AllowDynamicProperties]
and
private <variable>
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
.+- ./wp-content/plugins/http2-push-content/includes/review.php:9:9
Forum: Plugins
In reply to: [Seraphinite Accelerator] Failed to open stream: No such file or directoryno effect
try/catch could be better, to catch error-states
Forum: Reviews
In reply to: [Seraphinite Accelerator] Best Speed SolutionIs there more potential, if plugin http2-push is also running?
- This reply was modified 7 months, 1 week ago by dbase66.
Forum: Plugins
In reply to: [WH Tweaks] White Screen of DeathIt works, nor more WSOD!!! THX
Forum: Plugins
In reply to: [Seraphinite Accelerator] Failed to open stream: No such file or directoryok, waiting for new version
Forum: Plugins
In reply to: [WH Tweaks] White Screen of DeathOn 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.
Forum: Plugins
In reply to: [Seraphinite Accelerator] Failed to open stream: No such file or directoryOK, 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
.+- ./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
.+- ./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
.+- ./wp-content/plugins/seraphinite-accelerator-ext/Cmn/Gen.php:797:797