almendron
Forum Replies Created
-
Thank you very much and best regards
1) File duplicator/installer/build/classes/class.engine.php: OK
2) File duplicator/views/tools/logging.php. Line 8: Not solved
usort($logs, create_function('$a,$b', 'return filemtime($b) - filemtime($a);')); @chmod(DUP_Util::safePath($logs[0]), 0644);Suggestion:
usort($logs, function($a, $b) { return filemtime($b) - filemtime($a); }); @chmod(DUP_Util::safePath($logs[0]), 0644);3) File duplicator/views/tools/diagnostics/logging.php: OK
Forum: Plugins
In reply to: [Broken Link Checker] Upgrade to support PHP 7.xIt is a false alarm. See code:
static function is_safe_mode() { // Check php.ini safe_mode only if PHP version is lower than 5.3.0, else set to false. if ( version_compare( phpversion(), '5.3.0', '<' ) ) { $safe_mode = ini_get( 'safe_mode' ); } else { $safe_mode = false; }5.6.1 : Problem solved.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Notice Undefined indexYou’re welcome. Thank you again and my regards.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Notice Undefined indexThank you.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Notice Undefined indexMore information:
apache.error.log :
PHP Notice: Undefined index: scheme in /xxx/plugins/jetpack/sync/class.jetpack-sync-functions.php on line 210\n', referer: https://xxxx/wp-admin/post.php?post=xxxxx&action=editPHP Notice: Undefined index: scheme in /xxx/plugins/jetpack/sync/class.jetpack-sync-functions.php on line 210\n', referer: https://xxx/wp-admin/post-new.phpForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Images on TwitterResolved. A server security rule blocked the image.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] DuplicateYou’re welcome. It has been a pleasure
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] DuplicateProblem solved. Thank you very much.
Note: You must empty the browser cache after updating. I would add it in FAQ
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] DuplicateAll plugins disabled: the problem continues
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] DuplicateVersion 2.1.0 worked perfectly
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] DuplicateForum: Plugins
In reply to: [HTML Editor Syntax Highlighter] DuplicateNote: The error also occurs when you edit a published entry.
Posts > All Posts > Select an entry > Edit > editor appears at the bottomWordPress 4.8.1
SO: Windows 7 Ultimate (64B)
Browser: Chrome and Firefox (Updated)
Console: No errors
https://www.almendron.com/compartir/console.jpg- This reply was modified 8 years, 9 months ago by almendron.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] DuplicateI discovered another error:
1. New Post
2. Visual tab: I write some lines
3. Change to tab “text”
4. The text disappearsTo avoid this error
1. New Post
2. Change to tab “text”
3. Change to tab “visual”
4. Write- This reply was modified 8 years, 9 months ago by almendron.