You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 3.9.1 the function "qtranxf_complete_url_info_path" was re-written. When I use Lumberjack framework it throw ErrorException.
It throw exception because the statement $urlinfo['path'][ $base_length ] is out of index. I hot fix it by checking !empty($urlinfo['path'][ $base_length ]) first.
The old function in version 3.8.1 work perfectly.
The text was updated successfully, but these errors were encountered:
In version 3.9.1 the function "qtranxf_complete_url_info_path" was re-written. When I use Lumberjack framework it throw ErrorException.
It throw exception because the statement $urlinfo['path'][ $base_length ] is out of index. I hot fix it by checking !empty($urlinfo['path'][ $base_length ]) first.
The old function in version 3.8.1 work perfectly.
The text was updated successfully, but these errors were encountered: