Quote:
Originally Posted by carrlos
I had this issue to. Removing the "&" before $output solved it for me too. If it's suppose to be there, why is it causing errors?
|
Its not an 'error' as such its a warning in PHP5.3 they depreciated referencing and i haven't got round to recoding GCBOS's commands and core to work without them. For now all that can be done is enabling referencing in php.ini or doing it with ini_set (some hosts disallow this).