beijadventures
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Error thrownSOLVED IT.
It seems that List is a restricted PHP word.
So I simply renamed LIST by MYLIST in files
advanced-gutenberg-blocks/classes/Helpers/Dashicons.php on line 23
and
advanced-gutenberg-blocks/classes/Services/Blocks.php on line 160seems to be working so far. Hopefully I didn’t forget to modify the name anywhere else
- This reply was modified 7 years, 7 months ago by beijadventures.
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Error thrownI looked into the file as well and couldn’t find any error on line 23 either.
Thought there might be a typo, but no.I run PHP version: 5.6.30
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Error thrownHi,
I just installed the WP5.0 update and the plugin still doesn’t work.
I again had to manually remove it, and when I try to install and activate it again I get the same error:
Parse error: syntax error, unexpected ‘LIST’ (T_LIST), expecting identifier (T_STRING) in /srv/data/web/vhosts/www.beijadventures.com/htdocs/wp-content/plugins/advanced-gutenberg-blocks/classes/Helpers/Dashicons.php on line 23Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Error thrownSame thing!
I was about to make a post as well.
I had to manually delete the plugin via my FTP after the latest update.I reinstalled it and got the following error when I tried to activate it :
Parse error: syntax error, unexpected ‘LIST’ (T_LIST), expecting identifier (T_STRING) in /srv/data/web/vhosts/www.beijadventures.com/htdocs/wp-content/plugins/advanced-gutenberg-blocks/classes/Helpers/Dashicons.php on line 23
Forum: Fixing WordPress
In reply to: Weird Line Break BR issue/!\ UPDATE
It’s not the template. It’s not the plugins either.I’m really starting to believe Gutenberg might be the issue.
I have an another website without Gutenberg installed and it works properly.Forum: Fixing WordPress
In reply to: Weird Line Break BR issueYes, I know there’s no space… I put a space thinking it wouldn’t properly publish on my comment otherwise.
And no, the <p> tag is not the same as the <br> tag. The <p> tag creates a line space. I want a line break.I don’t mean to be mean, but that was a pretty useless answer…