• Resolved Eric Hepperle

    (@codeslayer2010)


    Whenever I try to add any kind of function in BugFu it breaks. I repeatedly get 500 server error or just a BugFu heading and no actual data output. Here is a very simple custom function for demonstration purposes:

    $statusDict = [];
    
    $rumble_url = "https://rumble.com";
    
    function apple(){
       echo "Apple";
    }
    apple();
    
    $out = $statusDict;
    
    BugFu::log($out);
    
    return true;

    As you can see, the apple() function simply prints the word “Apple”. But, it breaks BugFu. I also tried a function that update a PHP dictionary — also, to no avail.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Federico Andrioli

    (@fedeandri)

    Hi Eric, the plugin is not abandoned, I’m just too lazy to update the WP tag (and busy with other projects).
    Your use case should work no problem, can you give me a bit more context about that code snippet? Where are you running it? A video (you can use Loom which is free) where I can clearly see all the steps to reproduce the problem would be best. Thanks.

    Plugin Author Federico Andrioli

    (@fedeandri)

    Closing this since I got no reply.

    Thread Starter Eric Hepperle

    (@codeslayer2010)

    Hi Federico, Sorry I hadn’t gotten back to you! I will give the plugin another try and open a new ticket and refer back to this one if needed.

    • This reply was modified 7 months, 2 weeks ago by Eric Hepperle.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Abandoned plugin – Also, doesn’t work with custom functions’ is closed to new replies.