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.
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.
Designed using Responsive Brix. Powered by WordPress.