Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Security Level: All-users
-
Labels:None
-
Similar issues:
PSCFI-5868local install : This application needs you to activate Javascript to correctly workPSCFI-5929This application needs you to activate Javascript to correctly work.PSCFI-6431auto installer - cannot resolve "This application needs you to activate Javascript to correctly work."PSCFI-4188Install bug with "next" buttonPSCFI-5296Paypal activation link directs me to Paypal France , Need english version or a work around to this issue. Also raised issue in the forum with no response.PSCFI-6035Taxes not added correctly to cartPSCFI-2797Tax showing negative during checkout. does not allow one to checkout properly.PSCFI-5057Newsletter need newsletter block to work
Description
I'd like to upgrade my prestashop to the newest version, however, during the installation, it shows "This application need you to activate Javascript to correctly work." and I'm sure the Javescript is active on my browser. By the way, I'm using Firefox 5.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Maxence DE FLOTTE [ mdeflotte ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Need more Infos [ 10000 ] |
| Status | Need more Infos [ 10000 ] | No answer [ 10002 ] |
| Status | No answer [ 10002 ] | Closed [ 6 ] |
| Affects Version/s | 1.4.5.1 [ 10210 ] | |
| Affects Version/s | v.1.4.4.0 [ 10190 ] |
| Workflow | PrestaFlow 42 [ 23787 ] | PrestaFlow 42 (Light) [ 44509 ] |
| Labels | Installation | resolved |
| Status | Closed [ 6 ] | Open [ 1 ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
| Labels | resolved |
Hi,
On the file install/controller.js on line after the line (917)
$("#noJavaScript").hide();add this line
alert('Javascript enable');Re-try an install. Do you have an popup window with the message: "Javascript enable"
Best regards,
$("#noJavaScript").hide();alert('Javascript enable');