Error: Plugin XX not Found

Bombi

Verified User
Joined
Jan 6, 2025
Messages
21
Hello, I am trying to create a plugin following the documentation and using the HelloWorld example, I modified the configuration files to put the relevant information to my plugin called twtickets but when creating the entry in the panel as CMD_PLUGIN/twtickets the panel is not displayed nothing and in the browser's development console I see the error "Uncaught (in promise) Error: Plugin twtickets not found"

I wonder if I'm doing something wrong.

Screenshot 2025-01-18 082050.png

1737199679587.png
 
What do you have in the plugin.conf ?


this is what i have in plugin.conf

active=yes
author=Towebs-Hosting
id=twtickets
installed=yes
name=Sistema de Tickets de Towebs
update_url=
 
The hello_world example works perfectly, try installing it manually or with the plugin manager, even so, the result is the same as above. I can't find where the error is.
 
Did you already try re-install after change the plugins name ?

I guest you just install hello_world example plugins and change the detail later wothout re-install, right ?
 
I managed to get the plugin to work, apparently the error occurred when creating the tar.gz from my Windows PC, I tried to make all the modifications directly on the server and then create the tar.gz to install it from the plugin-manager.

Thanks for the help!
 
Hello, I have one more question about plugins, each plugin that I create creates a button in the panel with the corresponding name, I need that to be hidden so I can create custom buttons in other categories. I understand that this is handled in the hooks folder of the plugin, however, if I modify any file within that folder the plugin gives an error and stops working.

Does anyone know how I can do this?

Thank you so much!
 
Thanks for the reply

If I remove the files the plugins doesn't work and show nothing but the original error of Plugin XX Not found

In my short understanding the hooks folder is a type of configuration for the panel to understand how to redirect the CMD_PLUGINS/XX to the original route /evo/users/plugins/XX

The only thing I need is for the automatic button in Extra Features to disappear so I can create my own button in the panel custom category.
 
Back
Top