leem32

Results 22 comments of leem32

The cause of this error is 'spl_autoload_register' in like.php fetching the wrong path. When 'spl_autoload_register' gets the classes it also gets the namespace. So from the current directory, it then...

I got this working myself, so you can close this issue now.

Correction. Although the comments loads in the webpage with namespaces enabled, I am not able to post comments. Each time I attempt to post a comment I get a `500`...

OK, thanks. Scrap the part where I said " How would I make Mouthful use the Nginx user if I created a namespace for Nginx." though. I didn't understand Docker...

I see `blogspot.com` is in the public_suffix_list.dat. What's going on here? Can't Layershifter parse any of the URL's in that list? Any workarounds? https://github.com/publicsuffix/list/blob/6f2b9e75eaf65bb75da83677655a59110088ebc5/public_suffix_list.dat#L5884

OK, thanks, I'm going to spend some time refamiliarising myself with NodeJS as I haven't used it for a while and then I'll give your suggestions a try. Quick question....

In that case, I guess I'd have to call docker from a NodeJS script. If it's from a user request I would want to sanitize and filter the input before...

Yep, still an issue for me. ![Image of ie11 error](https://i.ibb.co/9snnKZ2/pollyfill-error.png) ```html ```

No, it does not happen on a blank page. The page with issues is only in the local environment at the moment. I will try adding more polyfills to the...