This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

t.filteau30364
t.filteau30364

Ok, so I made a custom plugin for October that basically renders unordered lists. On my development machine, everything works perfectly. Now however, I'm trying to migrate it to my main server, but for some reason it doesn't work. Backend-wise, everything works well (I think). The "Builder" plugin sees it, I see all the lists I've created, I can edit them, save them. The "Static page" plugin also sees the corresponding snippet and I can add lists to my placeholders. I even see the correct HTML code inside the database. However, when I do a preview, everything's completely empty. Nothing renders at all. There's no error messages, nothing shows in the logs... it's basically as if the rendering of the plugin was skipped entirely. Could someone help me here? I've been at this for hours.

t.filteau30364
t.filteau30364

Okay, so I managed to figure it out. Apparently, in my plugin's folders, I had the following:

toolbox\components\unorderedList

However, it appears that October does a toLower() when it comes to finding plugin's components... so my path wasn't resolving correctly. I renamed the folder to:

toolbox\components\unorderedlist

And things started working properly.

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.