Igor Gaffling

Results 11 issues of Igor Gaffling

Open medium-editor.js and search for "fa fa-header" and replace with "fas fa-heading" ;-)

The Edit function can't call the file if there are SPACES in the Directory Name. Is there are Workaround? Thanks for this very nice Tool (y)

In a shorter time I will publish some new plugins for your Wiki at Github - link I will set here ;-)

I implement the following for me and it works nice ;-) by the way nice little tool you made!! Add in the app.js file this: ``` document.addEventListener("DOMContentLoaded", function(event) { //...

enhancement

https://www.whatismybrowser.com/detect/what-is-my-user-agent/ say my user_agent is: [Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36](https://explore.whatismybrowser.com/useragents/parse/?analyse-my-user-agent=yes) and your Script says: MacOS Big Sur any Ideas? Thanks a lot...

Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 0 passed in /function/utilities.php on line 209 and exactly 2 expected in /routes.php:170 Stack trace: #0 /function/utilities.php(209): {closure}() #1 /includes.php(45):...

Notice: Undefined index: REQUEST_SCHEME routes.php zeile 5 und 21 besser $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? "https://" : "http://";

Parse error: syntax error, unexpected ')' in function/orders.php on line 206 logData('INFO','Suche Bestellungen',); und in 235 logData('INFO','Ändere order status',); das Komma am Ende ist wohl zu viel ;-)