Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qTranslate-xt version 3.9.1 function qtranxf_complete_url_info_path throw an ErrorException #940

Closed
manh-trinhquoc opened this issue Jan 14, 2021 · 3 comments
Labels
core Core functionalities, including the admin section duplicate This issue or pull request already exists

Comments

@manh-trinhquoc
Copy link

In version 3.9.1 the function "qtranxf_complete_url_info_path" was re-written. When I use Lumberjack framework it throw ErrorException.
image

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.

@herrvigg
Copy link
Collaborator

Duplicate #928.
How did you install qTranslate-XT? If you take the last source from github you should not have this problem.

@herrvigg herrvigg added the duplicate This issue or pull request already exists label Jan 14, 2021
@herrvigg herrvigg added the core Core functionalities, including the admin section label Jan 14, 2021
@manh-trinhquoc
Copy link
Author

I installed the release 3.9.1 on Nov 12. I try the master branch and the problem is fixed. I think you should announce a new release 3.9.2.

@herrvigg
Copy link
Collaborator

Fix released in 3.9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core functionalities, including the admin section duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants