Abandoned plugin – Also, doesn’t work with custom functions
-
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)
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.