• After the latest update (or possibly the update to WP 6.5.2) the plugin is now looking for the build/carousel/view.js file in a non-existent directory.

    It’s looking here:
    /wp/wp-content/themes/oxygen-is-not-a-theme/home/tobemaga/public_html/wp/wp-content/plugins/carousel-block/build/carousel/view.js

    It should be looking here:
    /wp/wp-content/plugins/carousel-block/build/carousel/view.js

    WordPress is installed in a directory ( /wp ).

    I’ve implemented a short-term fix of creating the previously non-existent directory and copying the file view.js into that directory.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Virgildia

    (@virgildia)

    Hi @marcuspol!

    Could you please confirm if this an issue with your custom theme by switching to a default theme and verifying if the directory path is still wrong? Also please try to deactivate and activate the plugin. Lastly, ensure you are using PHP 7.0 or higher on your server.

    The plugin is showing the correct path in latest version tests and it should also have a version at the end for example /wp-content/plugins/carousel-block/build/carousel/view.js?ver=a0847e861d1f1c491791

    Thread Starter marcuspol

    (@marcuspol)

    PHP version = ?7.4
    I had already tried to deactivate and activate the plugin, no change.

    Re: switching theme, Oxygen Builder is not a theme – it disables the WordPress theme system: https://oxygenbuilder.com/faq/will-my-theme-work-with-oxygen/

    If I turn Oxygen off the directory path is correct.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with latest update and Oxygen Builder’ is closed to new replies.