Jump to content

Recommended Posts

Posted

Hi @bernhard,

I just upgraded RPB from v5.x to latest 6.6.0.

The custom thumbnails links are broken, even after a Modules Refresh. They have a wrong path .../modules/RockPageBuilder/...

image.thumb.png.56296b10021b22cd95649c0acff17fce.png

That path doen't exist and should be .../modules/RockFields/buttons..., I guess.

image.png.a527db9a03f1b9364fc461b3120c4e8e.png

Problem seems to be in RockFields/buttons/preview.php L5

image.thumb.png.195bfeb50533d268592af12ce1c81d8b.png

After changing this to 

$url = wire()->config->urls->siteModules . 'RockFields/buttons/';

it is working

Posted

Hey @gebeer RockFields is part of RockPageBuilder and should not be in /site/modules/RockFields but in /site/modules/RockPageBuilder

I think you have a custom folder structure that is not intended. This is how it should be:

T1QDjt5.png

Posted

Never had that folder. It was always RockFields. After module upgrade I have a .RockFields folder with the old version. But neither on install of RPB nor on upgrade a RockPageBuilder Folder was created.

Posted

If all RockPageBuilder files are in /site/modules/RockFields please just rename that folder to /site/modules/RockPageBuilder and you should be fine 🙂 

Posted
2 minutes ago, bernhard said:

If all RockPageBuilder files are in /site/modules/RockFields please just rename that folder to /site/modules/RockPageBuilder and you should be fine 🙂 

Thanks. I did that and then got this:

image.png.e32e66df88319cee45bb68966c845e4c.png

After 2 Module refreshes that was sorted.

But the rockpagebuilder_blocks field Fieldtype changed to text and I had to set it back to RockPageBuilder. Fortunately there was no data loss for existing blocks :-)

In 6.x there must be some breaking changes, I remember. But I can't find documentation or upgrade instructions in the docs. Is that documented somewhere else?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...