解析错误 [英] Parse error

查看:64
本文介绍了解析错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

第30行定义('''CHECKOUT_CGV'',''Condizioni generalidivendità'');

第31行定义(''TEXT_CONDITIONS'',''ho letto e accetato< a href ="''。

tep_href_link(FILENAME_CONDITIONS,

''origin = checkout_payment'')。''" class =" conditions"> Condizioni

generalidivendità!< / a>'');

第32行定义(''JS_ERROR_NO_CHECK_CONDITION'',''* Per continuare

l''ordine,le condizioni generali devono essere accetate!'');


我有这个synthax错误,但我无法理解错误在哪里

来自。

thanx


解析错误:语法错误,意外T_STRING in / home / lacasa /

public_html / negozio / catalog / includes / languages / italian /

checkout_payment.php on line 32

line 30 define(''CHECKOUT_CGV'', ''Condizioni generali di vendità'');
line 31 define(''TEXT_CONDITIONS'', ''ho letto e accetato<a href="'' .
tep_href_link(FILENAME_CONDITIONS,
''origin=checkout_payment'') . ''" class="conditions">Condizioni
generali di vendità! </a>'');
line 32 define(''JS_ERROR_NO_CHECK_CONDITION'', ''* Per continuare
l''ordine, le condizioni generali devono essere accetate!'');

i''have this synthax error but i can''t understand where the error is
coming from.
thanx

Parse error: syntax error, unexpected T_STRING in /home/lacasa/
public_html/negozio/catalog/includes/languages/italian/
checkout_payment.php on line 32

推荐答案

crepmaster写道:
crepmaster wrote:

第30行定义(''CHECKOUT_CGV'',''Condizioni generalidivendità'');

第31行定义(''TEXT_CONDITIONS'','' ho letto e accetato< a href ="''。

tep_href_link(FILENAME_CONDITIONS,

''origin = checkout_payment'')。 " class =" conditions"> Condizioni

generalidivendità! < / a>'');

第32行定义(''JS_ERROR_NO_CHECK_CONDITION'',''* per continuare

l''ordine,le condizioni generali devono essere加油!'');


我有这个synthax错误,但我无法理解错误来自哪里
来自。

thanx


解析错误:语法错误,意外T_STRING在/ home / lacasa /

public_html / negozio / catalog / includes / languages /意大利/

第32行checkout_payment.php
line 30 define(''CHECKOUT_CGV'', ''Condizioni generali di vendità'');
line 31 define(''TEXT_CONDITIONS'', ''ho letto e accetato<a href="'' .
tep_href_link(FILENAME_CONDITIONS,
''origin=checkout_payment'') . ''" class="conditions">Condizioni
generali di vendità! </a>'');
line 32 define(''JS_ERROR_NO_CHECK_CONDITION'', ''* Per continuare
l''ordine, le condizioni generali devono essere accetate!'');

i''have this synthax error but i can''t understand where the error is
coming from.
thanx

Parse error: syntax error, unexpected T_STRING in /home/lacasa/
public_html/negozio/catalog/includes/languages/italian/
checkout_payment.php on line 32


第32行


define(''JS_ERROR_NO_CHECK_CONDITION'' ,''* per continuare l''ordine,le

condizioni generali devono essere accetate!'');


l''ordine

^


解决方案:更改为

define(''JS_ERROR_NO_CHECK_CONDITION'','* per continuare l''ordine,le

condizioni generali devono essere accetate!");


Hendri Kurnia wan


on line 32
define(''JS_ERROR_NO_CHECK_CONDITION'', ''* Per continuare l''ordine, le
condizioni generali devono essere accetate!'');

l''ordine
^

Solution: change to
define(''JS_ERROR_NO_CHECK_CONDITION'', "* Per continuare l''ordine, le
condizioni generali devono essere accetate!");

Hendri Kurniawan


5月8日下午4:01,crepmaster< ebonguean ... @ gmail.comwrote:
On May 8, 4:01 pm, crepmaster <ebonguean...@gmail.comwrote:

>

第30行定义(''CHECKOUT_CGV'',''Condizioni generalidivendità'');

第31行定义(''TEXT_CONDITIONS'' ,''ho letto e accetato< a href ="''。

tep_href_link(FILENAME_CONDITIONS,''origin = checkout_payment'')。

''" class =" conditions"> Condizioni generalidivendità! < / a>'');

第32行定义(''JS_ERROR_NO_CHECK_CONDITION'',''* per continuare

l''ordine,le condizioni generali devono essere加油!'');


我有这个synthax错误,但我无法理解错误来自哪里
来自。
>
line 30 define(''CHECKOUT_CGV'', ''Condizioni generali di vendità'');
line 31 define(''TEXT_CONDITIONS'', ''ho letto e accetato<a href="'' .
tep_href_link(FILENAME_CONDITIONS, ''origin=checkout_payment'') .
''" class="conditions">Condizioni generali di vendità! </a>'');
line 32 define(''JS_ERROR_NO_CHECK_CONDITION'', ''* Per continuare
l''ordine, le condizioni generali devono essere accetate!'');

i''have this synthax error but i can''t understand where the error is
coming from.



l''ordine中的撇号。试试这个:


define(''JS_ERROR_NO_CHECK_CONDITION'',

''* Per continuare l \''sordine,le condizioni generali devono essere

accetate!'');


或者这个:


define(''JS_ERROR_NO_CHECK_CONDITION'',
" * Per continuare l''ordine,le condizioni generali devono essere

accetate!");


干杯,

NC

The apostrophe in "l''ordine". Try this:

define(''JS_ERROR_NO_CHECK_CONDITION'',
''* Per continuare l\''ordine, le condizioni generali devono essere
accetate!'');

or this:

define(''JS_ERROR_NO_CHECK_CONDITION'',
"* Per continuare l''ordine, le condizioni generali devono essere
accetate!");

Cheers,
NC


On 9 Mag,01:01,crepmaster< ebonguean ... @ gmail.comwrote:
On 9 Mag, 01:01, crepmaster <ebonguean...@gmail.comwrote:

第30行定义(''CHECKOUT_CGV'',''Condizioni generalidivendità'');

第31行定义(''TEXT_CONDITIONS'', ''ho letto e accetato< a href ="''。

tep_href_link(FILENAME_CONDITIONS,

''origin = checkout_payment'')。''" class = 条件> Condizioni

generalidivendità!< / a>'');

第32行定义(''JS_ERROR_NO_CHECK_CONDITION'',''* per continuare

l''ordine,le condizioni generali devono essere accetate!'');


我有这个synthax错误,但我不明白错误在哪里

来自。

thanx


解析错误:语法错误,意外T_STRING在/ home / lacasa /

public_html / negozio / catalog / includes / languages / italian /

checkout_payment第32行.php
line 30 define(''CHECKOUT_CGV'', ''Condizioni generali di vendità'');
line 31 define(''TEXT_CONDITIONS'', ''ho letto e accetato<a href="'' .
tep_href_link(FILENAME_CONDITIONS,
''origin=checkout_payment'') . ''" class="conditions">Condizioni
generali di vendità! </a>'');
line 32 define(''JS_ERROR_NO_CHECK_CONDITION'', ''* Per continuare
l''ordine, le condizioni generali devono essere accetate!'');

i''have this synthax error but i can''t understand where the error is
coming from.
thanx

Parse error: syntax error, unexpected T_STRING in /home/lacasa/
public_html/negozio/catalog/includes/languages/italian/
checkout_payment.php on line 32



thanx !!!!

thanx!!!!


这篇关于解析错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆