Crocoblock / jetformbuilder

74 stars 15 forks source link

Error loading conditional.block.js because assets/js folder does not exists #460

Open mbellezi opened 3 weeks ago

mbellezi commented 3 weeks ago

In version 3.4.1, some pages generate the following error in de console:

https://mysite.com/wp-content/plugins/jetformbuilder/assets/js/frontend/conditional.block.js?ver=3.3.4.1 net::ERR_ABORTED 404 (Not Found)

I've checed and there is no js folder inside assets in this version but there was in versions previous of 3.4.0. Probably there is some internal link still pointing to the old folder structure.

When I see this error the conditional blocks does not work.

mbellezi commented 3 weeks ago

Probably is the root cause of #454.

mbellezi commented 3 weeks ago

As a work around, if you create a symbolic link inside the assets foler ponting js -> build, it work again everywere.

RuthSalvador commented 3 days ago

Hi, please help. Could you please detail how to do this? i have a problem with conditional.blocks.js and calculated.field.js. thank u so much

mbellezi commented 3 days ago

On the server console: 1) cd to the folder of your site 2) cd ./plugins/jetformbuilder/assets 3) ln -s ./build/ js

RuthSalvador commented 2 days ago

Hello! In my case the error was in JetPopup, I use this plugin to make dynamic forms in popup. I went back to JetPopup version 2.0.5, since my conflict is with version 2.0.6. I spoke with Croco support, but the website account was not purchased by me, but by the owner and I do not have access to that information so I decided to leave it in the previous version until a new update comes out. Thank you very much!! <3