Skip to main content

custom icon problem (paper_lantern)

Comments

6 comments

  • Infopro
    Have you had a look at the docs for adding a cPanel plugin? Guide to cPanel Plugins - Software Development Kit - cPanel Documentation
    0
  • Infopro
    Zip file removed, no need for that here. You might want to re-check your code.
    The system failed to parse the JSON stream data

    There are several other threads on the forum with this error easily found via google, here's one: The system failed to parse the JSON stream data You should have a peek at those for hints to the issue your having.
    0
  • Sanson
    I searched the web but all problems are related to JSON when creating email/sub-domain/webmail But I have no problems on all that. I think there is a problem only in the install_plugin script on my cPanel Instillation.
    0
  • Sanson
    This was my orginal code because it gave error I decided to just try with one icon and that too failed.
    [ { "order" : 1, "name" : "Docker", "type" : "group", "id" : "my_docker" }, { "icon" : "container.svg", "group_id" : "my_docker", "order" : 1, "name" : "Docker Manager", "type" : "link", "id" : "plugin_a", "uri" : "http://xxx.xxx.xxx.xxx:9999/", "target" : "_blank", "featuremanager" : 1, "feature" : "plugin_a", "description" : "Manage Docker Containers" }, { "icon" : "mapp.svg", "group_id" : "my_docker", "order" : 2, "name" : "Domain Mapping", "type" : "link", "id" : "plugin_b", "uri" : "http://xxx.xxx.xxx.xxx:9999/mapp.html", "target" : "_blank", "featuremanager" : 1, "feature" : "plugin_b", "description" : "Connect Domain to a Container" }, { "icon" : "docker.svg", "group_id" : "my_docker", "order" : 3, "name" : "Docker Hub", "type" : "link", "id" : "plugin_c", "uri" : "https://hub.docker.com/", "target" : "_blank", "featuremanager" : 1, "feature" : "plugin_c", "description" : "Share Container Images" } ]
    0
  • cPanelMichael
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look at how you are adding this plugin? Thank you.
    0

Please sign in to leave a comment.