You might see that error when upgrading from PHP5 to PHP7

your code might look like this:

$this->smilies =& new smilies_package($this->current_smilies);

 

Solution: just remove & , it will fix.