This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi,
I have some trouble to understand what is going on with some of my components.I've created a total of 4 components for some custom plugins, the thing is that they don't show up in the page they are placed on. The components are registered correctly, they have their default partials for each one, they worked great in my localhost install but once I've deployed the entire project on my shared hosting 3 of them aren't working as expected and behave like I said above. I think it is linked with the error in the title, that is displayed when I try to click this button to edit directly the component:
Here's code snippets for one of the components that aren't working:
lequipe.htm - The page the components are displayed on
Plugin.php
TeamMembers.php - The component class
teamMembers/default.htm - The component partial
Last updated
Found it:
Make sure the directories inside of your components folder do not have capitals ...
Bensji said:
Found it:
Make sure the directories inside of your components folder do not have capitals ...
Thanks bensji.
1-4 of 4