teo1978
teo1978
This is not systematic, it's random, but it is broken more often than not.
Does anyone know of a reliable fork that completely fixes php 7.4 compatibility without breaking compatibility with 5.x (or introducing lots of regressions)? Right now the most disastrous bc-breaking change...
This does NOT fix compatibility with PHP 7.4. With 7.3 maybe, but this does not address https://www.php.net/manual/en/migration74.incompatible.php#migration74.incompatible.spl
I have tried with `preventDefaultEvents: false` and it doesn't fix the issue. I don't think `preventDefaultEvents` should be needed to accomplish this. One thing is whether or not you want...
Nope, doesn't work ``` Warning: require_once(HTTP/Request2.php): failed to open stream: No such file or directory in /home/path/to/Services_Openstreetmap/Services/OpenStreetMap.php on line 16 ``` And even if it did (or if you are...
If you mean the parent **_of**_ `/Services_Openstreetmap`, still doesn't work: ``` Fatal error: require_once(): Failed opening required 'Services/OpenStreetMap.php' (include_path='/home/teo/xxx:.:/opt/lampp/lib/php') in /home/teo/xxx/tmp/example3_genericdemo.php on line 21 ```
Just hit the same bug. It's sad to see that it was reported in 2014 and is still not fixed. Basically it seems that Lightbox doesn't take the height of...
> I personally had absolutely no issue with upgrading to this latest version in my framework Of course, since as you say, you were already putting the script at the...
> However in this case the original author's doc states > > > Include the Javascript at the bottom of your page before the closing tag: > > Seems pretty...
And you are closing the issue because...?