• Resolved GeorgBNM

    (@georgbnm)


    Hi Onur,

    any idea for what reason your blocks doesn’t show up with a whole new installation (nginx, PHP7.3.2).

    The widgets are there, but no blocks…

    Thanks
    Georg

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Onur Oztaskiran

    (@sj_o)

    Hi @georgbnm

    We actually also use local by flywheel as well for development without issues. What’s your WordPress version and let me know if you are using the block editor in the core or using the Gutenberg plugin version.

    Thanks!
    Onur

    Thread Starter GeorgBNM

    (@georgbnm)

    Hi Onur,

    all the latest versions (WordPress 5.3).
    I’ve tried it with gutenberg core as well as with the latest gutenberg plugin.
    Sadly with the same effect.

    Also, I switched to apache or a earlier version of PHP with no change of this issue.
    We use Local by Flywheel 3.3.0 version, not the Public Beta of Local Lightning, if this matter.

    The theme is GeneratePress Premium, but switching themes does no change also.

    Thanks for your help!

    Best,
    Georg

    Plugin Author Onur Oztaskiran

    (@sj_o)

    Alright,

    If I may ask for one last thing, could you do the following when you create a new page/post: Right click on the page and select inspect and see if it returns any error.

    https://a.cl.ly/KouexYYn

    Thanks!
    Onur

    Thread Starter GeorgBNM

    (@georgbnm)

    Yes, for sure.

    It shows the following:

    “Uncaught SyntaxError: Invalid or unexpected token” by blocks.build.js?ver=1.2.9.

    Best,
    Georg

    Plugin Author Onur Oztaskiran

    (@sj_o)

    I see,

    Could you please try the following?:

    Try editing your wp-config.php file ( it is located on the root folder of your installation ) and right before the lines that say:

    /* That's all, stop editing! Happy blogging. */

    add this

    define('CONCATENATE_SCRIPTS', false);

    This will tell WordPress to load each script on it’s own instead of combining them. This might be caused due to some faulty or outdated plugin .js that overrides something else when it is concatenated.

    Thanks!
    Onur

    Thread Starter GeorgBNM

    (@georgbnm)

    Did this, but sadly no change.

    Best,
    Georg

    Plugin Author Onur Oztaskiran

    (@sj_o)

    Ok that is interesting. I wonder if it’s about the flywheel configuration. But here we use Local(lightning) without issues so far.

    And since I don’t have local by flywheel 3.3 I can’t reproduce this issue to find out what’s wrong.

    Sorry about that!
    Onur

    Thread Starter GeorgBNM

    (@georgbnm)

    Thanks Onur,

    so i must trying my luck with Lightning also, for this case.

    Best,
    Georg

    Thread Starter GeorgBNM

    (@georgbnm)

    Hi Onur,

    I know this is not a real solution, but I take the code from last revision (blocks.build.js) and it is working now for me. It seems the code is not complete in the actual plugin version. Maybe you look after it?

    Thanks!

    Best,
    Georg

    Plugin Author Onur Oztaskiran

    (@sj_o)

    Hi @georgbnm

    Another solution came from another user: Clear browser cache reload.

    Let me know if that’s something works for you in the future as well ??

    Thanks!
    Onur

    Thread Starter GeorgBNM

    (@georgbnm)

    Hi @sj_o,

    thanks for the input.
    Since I try those things with or without browser incognito mode, this should not solve my issue, i think.

    But I give it a try asap.

    Thanks.

    Best,
    Georg

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘No blocks (Local by Flywheel)’ is closed to new replies.