The following error occurs in Chapter 3-6
GOOD LUCK
GOOD LUCK 2018-04-13 20:39:30
0
3
1312

syntax error, unexpected ')', expecting :: (T_PAAMAYIM_NEKUDOTAYIM)

How to solve it? Dear gods please help

GOOD LUCK
GOOD LUCK

reply all(1)
GOOD LUCK

After reading the comments, three things need to be modified,

1. parent::initialize(); //Inherit the initialization operation in the parent class, which needs to be written as parent::_initialize(); //Inherit The initialization operation in the parent class

2, if(empty(USER_ID)) is changed to if(is_null(USER_ID))

3, if(!empty(USER_ID) )) Change to if(!is_null(USER_ID))

  • reply Still not right, I tried this, but I can’t log in to the background.
    . author 2018-05-02 11:05:20
  • reply correct answer!
    AwAreWut author 2019-07-04 19:39:27
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template