Community « Discussion forum « Bug tracker «
New error after upgrading to version 6.9 [fixed]
This popped up after the upgrade only...
Fatal error: Cannot pass parameter 1 by reference in /home/typex/public_html/YACS/skins/TypeX/template.php on line 376
Any idea what's wrong?
Thanks
jan
Any idea what's wrong?
Thanks
jan
| Bernard from nearby-an-airport Associate, 6927 posts | Jan, In order to enhance response times YACS 6.9 attempts to avoid data copies by using references to memory buffers. The reported error message says that in the template there is a call to a library function that is now expecting a reference instead of actual data. To sort this out, you should look at line 376 of template.php, and use intermediate variables as follows. If you had: Change it to: If don't know how to proceed, call me tomorrow morning at the office, after 11am. |

