Jump to content

felipe.rivero

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by felipe.rivero

  1.  

    I am learning to develop in blesta. I want to learn how to make custom modules and plugins. Following the structures of other modules and develop a small module that contains a form, i added the modules's folder here: /components/modules/ 

     

    The structure of the module

    image.png.ff6957e5e80eec53d9f9631f9e2141ba.png

    The configuration in the config.json file

     

    {
        "version""1.9.0",
        "name""ModuleTest.name",
        "description""ModuleTest.description",
        "authors": [
            {
                "name""Data.",
                "url""http://www.blesta.com"
            }
        ],
        "module": {
            "row""ModuleTest.module_row",
            "rows""ModuleTest.module_row_plural",
            "row_key""name"
        },
        "email_tags": {
            "module": ["*"],
            "package": ["*"],
            "service": ["*"]
        }
    }

     

    I extend the Module class in the main controller

    image.png.9a573849ed943379e867e6f83d9e3077.png

    The module list does not appear in the installed or available section

    image.png.0037bf34cdc0be523b6702cbdfde7c98.png

    How can I make blesta detect the module I created?

     

     

  2. Hello I received a similar error 

     

    I had a similar error, I solved it in the following way:

    -Reinstall IonCube PHP loader.
    -Erase all Blesta files
    -Return to restore all blesta files.
    -The folder / directory of "upload", I uploaded it in a directory higher than the directory where the folder with the blesta files is.
    -I had to increase the max_execution_time.
    -Activate the "gmp" file or library
    -Restart the server.

    so I was able to solve the problem, I hope it will be of help.

  3. I am new using blesta I tried to install  Blesta in a Windows 10 OS using xampp as server.  I  read the  documentation and some tutorials but I am no sure if is possible or not.  i tried but I got this error:

     

    image.thumb.png.005fca95d2f310510260a630b0e562ed.png

    My next step was to execute: "composer install"  but it didnt work, gave me this error:


    image.png.ba623d79adc986ea2d207fad48291137.png
     

    This mi apache/phpp version.

     

    image.thumb.png.165b33fc886a959d95ef4da0abf911b3.png

     

    Can be blesta be installe on windows?

×
×
  • Create New...