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

Fixed the invalid link which was suggested after an import timeout. #13190

Closed
wants to merge 1 commit into from
Closed

Conversation

udan11
Copy link
Contributor

@udan11 udan11 commented Apr 14, 2017

Fixes #13189.

The faulty line here is this. &timeout_passed=1&offset=Z is being appended to one the following possible values of $err_url: tbl_import.php?db=X&table=Y, db_import.php?db=X or server_import.php is appended. This causes an issue when $err_url is simply server_import.php.

Signed-off-by: Dan Ungureanu udan1107@gmail.com

@udan11 udan11 changed the base branch from master to QA_4_7 April 14, 2017 13:23
@codecov
Copy link

codecov bot commented Apr 14, 2017

Codecov Report

Merging #13190 into QA_4_7 will increase coverage by 0.1%.
The diff coverage is 0%.

@@            Coverage Diff            @@
##           QA_4_7   #13190     +/-   ##
=========================================
+ Coverage   54.28%   54.39%   +0.1%     
=========================================
  Files         466      466             
  Lines       69736    69311    -425     
=========================================
- Hits        37859    37703    -156     
+ Misses      31877    31608    -269

@nijel
Copy link
Contributor

nijel commented Apr 28, 2017

I don't like this change, it will make all URLs end with ? what looks weird.

Fixes #13189.

Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
@nijel
Copy link
Contributor

nijel commented Jun 6, 2017

How about constructing the URL from the parameters instead? I've tried to do that in #13364

@nijel
Copy link
Contributor

nijel commented Jun 28, 2017

Merged #13364 instead.

@nijel nijel closed this Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants