noyle
Forum Replies Created
-
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] 2.0.1 – Breaks sites, recovery modeThe uses of
array_merge
in several PHP files seem wrong, with a spare comma before the closing parenthesis, for PHP < 7.3.At least I found the following three:
PHP Parse error: syntax error, unexpected ')' in /wp-content/plugins/ultimate-addons-for-gutenberg/blocks-config/post/class-uagb-post.php on line 1106 PHP Parse error: syntax error, unexpected ')' in /wp-content/plugins/ultimate-addons-for-gutenberg/blocks-config/cf7-styler/class-uagb-cf7-styler.php on line 874 PHP Parse error: syntax error, unexpected ')' in /wp-content/plugins/ultimate-addons-for-gutenberg/blocks-config/taxonomy-list/class-uagb-taxonomy-list.php on line 520
Deleting the trailing
,
from the previous line of the PHP error reported lines would fix the above errors. Eg., delete the trailing comma,
on line 1105 in/wp-content/plugins/ultimate-addons-for-gutenberg/blocks-config/post/class-uagb-post.php
.- This reply was modified 2 years, 6 months ago by noyle.
@pinkishhue disable the plugin and re-enable it, then the menu would show.
Same here, upgraded from previous version.
PHP 7.2.24
@gabelivan I don’t receive the mail yet and have to check the server log later in this day. But thanks for letting me know the probable error details!
Edited: I brought the site up by deactivating this plugin.
- This reply was modified 4 years, 4 months ago by noyle.
After updating the plugin, any page in the back-end gave me:
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Forum: Plugins
In reply to: [SlimStat Analytics] Setting page lacks a titleReceived the update. Thank you.
Forum: Plugins
In reply to: [SlimStat Analytics] Setting page lacks a titleThere’s no Slimstat’s title in HTML output of setting pages of Slimstat,
/wp-admin/admin.php?page=slimconfig
, only<title> ‹ SITE_TITLE — WordPress</title>
.