Hugo1177
Forum Replies Created
-
Forum: Reviews
In reply to: [Styles] Error with last wpFILE: .... wp-content/plugins/styles/classes/csstidy/class.csstidy.php ----------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------- 854 | WARNING | Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3. 1026 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead 1065 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead ----------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .... /wp-content/plugins/styles/classes/styles-font-menu/classes/markdown/markdown.php ------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------- 1640 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead -------------------------------------------------------------------------------------------------------------------------
- This reply was modified 3 years, 5 months ago by Hugo1177.
Forum: Reviews
In reply to: [Styles] Error with last wpIt’s a compatibility issue with PHP version 7.3 or above.
You may test it with the php compatibility checker plugin (support up to PHP 7.3 ))
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] directory without permissionhere is a screenshot
picture-wp-screenshot
(link valid 180 days)Fehler-Details ============== Ein Fehler vom Typ E_ERROR wurde in der Zeile 21 der Datei /kunden/***/webseiten_neu/w_press/wordpress/wp-content/plugins/backwpup/inc/class-recursive-directory.php verursacht. Fehlermeldung: Uncaught UnexpectedValueException: RecursiveDirectoryIterator::__construct(/kunden/***/webseiten_neu/w_press/wordpress/pdf): failed to open dir: Permission denied in /kunden/***/webseiten_neu/w_press/wordpress/wp-content/plugins/backwpup/inc/class-recursive-directory.php:21 Stack trace: #0 /kunden/***/webseiten_neu/w_press/wordpress/wp-content/plugins/backwpup/inc/class-recursive-directory.php(21): RecursiveDirectoryIterator->__construct('/kunden/***_...', 4096) #1 [internal function]: BackWPup_Recursive_Directory->__construct('/kunden/***_...', 4096) #2 /kunden/*****/webseiten_neu/w_press/wordpress/wp-content/plugins/backwpup/inc/class-file.php(84): RecursiveDirectoryIterator->getChildren() #3 /kunden/****/webseiten_neu/w_press/wordpress/wp-content/plugins/backwpup/inc/class-jobtype-file.php(490): BackWPup_File::get_folder_size('/kunden/***_...', false) #4 /kunden/***/webseiten_neu/w_press/wordpress/wp-content/plugins/backwpup/inc/class-jobtype-file
Here is the reason for the problem:
picture-provider-quotas`
Forum: Plugins
In reply to: [Limit Login Attempts] Still allowing more than 4 attemptsHm, on my site Limit Login Attempts handles login access via /xmlrpc.php, because I had some logins after blocking wp_login.php via .htpasswd.
Can you enable Access Logging/CGI Debugging on your website, to find out some details of the next attack?
My access Log-File showed me that the access was via xmlspc.php and Limit Login Attempts gave me the notification email.
Forum: Plugins
In reply to: [BSK PDF Manager] Any way to categorize an uploaded with two categories?Hm, changing the category of a PDF is missing too.
Forum: Plugins
In reply to: [WP MyBackup] performace/wp-admin/admin-ajax.php is the so called WordPress-Heardbeat normally running all 15 seconds.
Forum: Plugins
In reply to: [WP MyBackup] performaceI’va made a Auto Test!
Forum: Plugins
In reply to: [Plugin Logic] Deactivating backend PluginsI’m interested for example in Backup-Plugins like BackupWordPress, BackWpUp,etc.
Maybe I have do set wp-admin, wp-cronBTW: UpdraftPlus seems to make a real good job in performance
Forum: Plugins
In reply to: [WP MyBackup] performaceCompare it with UpdraftPlus. This Plugin takes several actions to reduce unnecessary server load.
Here is my check:
BackUpWordPress – 0.0464 sec – 8.05%
BackWPup – 0.0232 sec – 4.02%
UpdraftPlus – Backup/Restore – 0.0071 sec – 1.24%
Wp Mybackup – 0.2960 sec – 51.39%Here your Plugin is permanently over each other plugin. And there a two really ugly peeks caused by your plugin. One on a Blog-Page and the bigger one at wp-admin/plugins.php
PS. Do you know these Plugins:
P3 Custom Scanner (only on Github!)
Heartbeat Control
Plugin Logic
With these Plugins one can customize P3 and take influence on the wordpress Heardbeat and the Dashboard performance.Maybe one can try to set DISABLE_WP_CRON to true in wp-config.php for the P3 test
Forum: Plugins
In reply to: [Plugin Logic] Deactivating backend PluginsHow does such a setting affects a wp-cron job for a plugin?
Forum: Plugins
In reply to: [WP MyBackup] Activation failsOK, I have updated:
`Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/users/jdktst/www:/users/_temp/jdktst) in /users/jdktst/www/wp-content/plugins/wp-mybackup/config/config-fixes.php on line 56′
BTW: this side is a freehoster with quite a lot restrictions.
Forum: Plugins
In reply to: [Plugin Logic] Fatal error activating the pluginOKay: PHP Version 5.2.17
Guess that’s the reason.I found a solution:
In the installer.php go to advancd options and replace
utf8 with utf8mb4
and
utf8_unicode_ciand with utf8mb4_unicode_ciForum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Admin Dashboard overheadOkay, with to two additional plugins above there is one thing left:
/wp-admin/admin-ajax.phpOne can control it either with
AJAX Heartbeat Tool
or
Heardbeat ControlForum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Admin Dashboard overheadHow about Customize P3’s Auto Scan URLs with Plugin Name: P3 Custom Scanner. That can be found on Github:
https://gist.github.com/kurtpayne/4120936
With that plugin you just insert a plain text url-list of your website. That list then will be done by Auto Scan.
Now I’m just looking for a tool that provides me with such a plain text url list of my website.
The difference is immense, because normally there is a “wp-admin”-page in p3 default auto-scan.
In combination with “Plugin Logic” there is a further reduction.
But the best thing would be a possibility to find out the true front end only performance of the installed plugins.