Magento 2: Checkout page getting some errorMagento 2 : Getting an error “syntax error, unexpected 'Abstract' (T_ABSTRACT)”Facing error in CpanelMagento 2: Parse error: syntax error, unexpected '' ''CSS not loading in M2 admin panelMagento2: Admin side getting errorMagento 2.3.0 installation errorplease help with this installation errorGeting Error In Checkout Page Magento 2.2.6Custom Theme registration.php error in Magento 2Magento 2 Stuck on Checkout page
Infinite Sequence based on Simple Rule
In general, would I need to season a meat when making a sauce?
Python program to convert a 24 hour format to 12 hour format
Different circular sectors as new logo of the International System
Logarithm of dependent variable is uniformly distributed. How to calculate a confidence interval for the mean?
Binary Search in C++17
How to capture more stars?
Seed ship, unsexed person, cover has golden person attached to ship by umbilical cord
Is there a benefit to having both truesight and darkvision?
Is floating in space similar to falling under gravity?
Forward and backward integration -- cause of errors
What is the most important source of natural gas? coal, oil or other?
If a person had control of every single cell of their body, would they be able to transform into another creature?
Is there a general effective method to solve Smullyan style Knights and Knaves problems? Is the truth table method the most appropriate one?
Is the first derivative operation on a signal a causal system?
What is the object moving across the ceiling in this stock footage?
At what point in European history could a government build a printing press given a basic description?
How does an ARM MCU run faster than the external crystal?
Canon 70D often overexposing or underexposing shots
How bitcoin nodes update UTXO set when their latests blocks are replaced?
Does revoking a certificate result in revocation of its key?
Is CD audio quality good enough for the final delivery of music?
Is there an efficient way to replace text matching the entire content of one file with the entire content of another file?
Looking for a soft substance that doesn't dissolve underwater
Magento 2: Checkout page getting some error
Magento 2 : Getting an error “syntax error, unexpected 'Abstract' (T_ABSTRACT)”Facing error in CpanelMagento 2: Parse error: syntax error, unexpected '' ''CSS not loading in M2 admin panelMagento2: Admin side getting errorMagento 2.3.0 installation errorplease help with this installation errorGeting Error In Checkout Page Magento 2.2.6Custom Theme registration.php error in Magento 2Magento 2 Stuck on Checkout page
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am using Magento 2.1.9 when I got checkout page getting this error. if anyone know this error reply me
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/XXX/public_html/XXXX/XXXX/vendor/magento/module-authorizenet/Model/Directpost/Response.php on line 77
magento2 checkout javascriptdesgin
add a comment |
I am using Magento 2.1.9 when I got checkout page getting this error. if anyone know this error reply me
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/XXX/public_html/XXXX/XXXX/vendor/magento/module-authorizenet/Model/Directpost/Response.php on line 77
magento2 checkout javascriptdesgin
did you make some modifications related to checkout?
– magefms
Mar 27 at 12:12
actually i applied patch regarding this "Auth.net.md5-2019-02-27-11-48-58.patch" after getting issue
– Rv Singh
Mar 27 at 12:13
that could be the source of error. check yourvendor/magento/module-authorizenet/Model/Directpost/Response.phpon line 77 try to change:to;and check if that resolves it
– magefms
Mar 27 at 12:15
did you solve it?
– magefms
Mar 28 at 7:25
no but temorary i have to revert back my patch file after checkout working
– Rv Singh
Mar 28 at 8:08
add a comment |
I am using Magento 2.1.9 when I got checkout page getting this error. if anyone know this error reply me
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/XXX/public_html/XXXX/XXXX/vendor/magento/module-authorizenet/Model/Directpost/Response.php on line 77
magento2 checkout javascriptdesgin
I am using Magento 2.1.9 when I got checkout page getting this error. if anyone know this error reply me
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/XXX/public_html/XXXX/XXXX/vendor/magento/module-authorizenet/Model/Directpost/Response.php on line 77
magento2 checkout javascriptdesgin
magento2 checkout javascriptdesgin
edited May 21 at 11:51
Kirti Nariya
1,351517
1,351517
asked Mar 27 at 12:08
Rv SinghRv Singh
765418
765418
did you make some modifications related to checkout?
– magefms
Mar 27 at 12:12
actually i applied patch regarding this "Auth.net.md5-2019-02-27-11-48-58.patch" after getting issue
– Rv Singh
Mar 27 at 12:13
that could be the source of error. check yourvendor/magento/module-authorizenet/Model/Directpost/Response.phpon line 77 try to change:to;and check if that resolves it
– magefms
Mar 27 at 12:15
did you solve it?
– magefms
Mar 28 at 7:25
no but temorary i have to revert back my patch file after checkout working
– Rv Singh
Mar 28 at 8:08
add a comment |
did you make some modifications related to checkout?
– magefms
Mar 27 at 12:12
actually i applied patch regarding this "Auth.net.md5-2019-02-27-11-48-58.patch" after getting issue
– Rv Singh
Mar 27 at 12:13
that could be the source of error. check yourvendor/magento/module-authorizenet/Model/Directpost/Response.phpon line 77 try to change:to;and check if that resolves it
– magefms
Mar 27 at 12:15
did you solve it?
– magefms
Mar 28 at 7:25
no but temorary i have to revert back my patch file after checkout working
– Rv Singh
Mar 28 at 8:08
did you make some modifications related to checkout?
– magefms
Mar 27 at 12:12
did you make some modifications related to checkout?
– magefms
Mar 27 at 12:12
actually i applied patch regarding this "Auth.net.md5-2019-02-27-11-48-58.patch" after getting issue
– Rv Singh
Mar 27 at 12:13
actually i applied patch regarding this "Auth.net.md5-2019-02-27-11-48-58.patch" after getting issue
– Rv Singh
Mar 27 at 12:13
that could be the source of error. check your
vendor/magento/module-authorizenet/Model/Directpost/Response.php on line 77 try to change : to ; and check if that resolves it– magefms
Mar 27 at 12:15
that could be the source of error. check your
vendor/magento/module-authorizenet/Model/Directpost/Response.php on line 77 try to change : to ; and check if that resolves it– magefms
Mar 27 at 12:15
did you solve it?
– magefms
Mar 28 at 7:25
did you solve it?
– magefms
Mar 28 at 7:25
no but temorary i have to revert back my patch file after checkout working
– Rv Singh
Mar 28 at 8:08
no but temorary i have to revert back my patch file after checkout working
– Rv Singh
Mar 28 at 8:08
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267647%2fmagento-2-checkout-page-getting-some-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267647%2fmagento-2-checkout-page-getting-some-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
did you make some modifications related to checkout?
– magefms
Mar 27 at 12:12
actually i applied patch regarding this "Auth.net.md5-2019-02-27-11-48-58.patch" after getting issue
– Rv Singh
Mar 27 at 12:13
that could be the source of error. check your
vendor/magento/module-authorizenet/Model/Directpost/Response.phpon line 77 try to change:to;and check if that resolves it– magefms
Mar 27 at 12:15
did you solve it?
– magefms
Mar 28 at 7:25
no but temorary i have to revert back my patch file after checkout working
– Rv Singh
Mar 28 at 8:08