1

I recently downloaded pyrocms(it is probably the latest version). But when I try to install it I get error saying "Only variable references should be returned by reference" on "core/common.php" file on line 272. Any help will be appreciated.

Robbin Lama
  • 85
  • 1
  • 1
  • 7
  • Simple copy/paste of that error message should give you something like [this answer](http://stackoverflow.com/questions/28348879/only-variable-references-should-be-returned-by-reference-codeigniter#answer-28348880) in google or in SoF search form field. – Tpojka May 16 '16 at 14:04
  • yeah, I solved it. Just had to change "return $_config[0] =& $config;" code to "$_config[0] =& $config; return $_config[0];" Thank you for the response. – Robbin Lama May 19 '16 at 10:35

0 Answers0