Closed neeravbm closed 7 years ago
This error comes from line 266 of Utils.php. The reason is strpos() doesn't accept negative offset. It needs to be changed to strrpos().
This error comes from line 266 of Utils.php. The reason is strpos() doesn't accept negative offset. It needs to be changed to strrpos().