Andrés Herrera García

Results 17 comments of Andrés Herrera García

If I create a fake connection, I get the error below. The thing is that I would like to control or avoid cache errors, so it can connect to DB....

What files should I change in order to achieve this? So I could create a pull requests.

@grimzy I got a problem with it. If I use `Point(lat, lng)`: ![imagen](https://user-images.githubusercontent.com/15859884/56831447-b66ea680-682e-11e9-8435-7aa8ac2b1295.png) When I want to query, I got this: ![imagen](https://user-images.githubusercontent.com/15859884/56831503-dc944680-682e-11e9-85e3-fb150f862d90.png) But, If a use lng first: ![imagen](https://user-images.githubusercontent.com/15859884/56831837-d783c700-682f-11e9-9633-3a982ec335df.png) I...

Sorry, I realized that this is not a bug. MySQL needs the first longitude and then latitude, it's a standard. In KML files you can realize.

I had to delete my old records in order to solve this. The problem happens because when you have old records, `lft` and `rgt` are both `null`. However, those fields...

Hi, @olpo24! I have a long time without using this and I don't have a way to reproduce the bug. The last time I tried it worked with PHP 7.1...