>>583

>Warning: Call-time pass-by-reference has been deprecated - argument passed by value;
>If you would like to pass it by reference, modify the declaration of db_image_c_image_list().
>If you would like to enable call-time pass-by-reference, you can set
>allow_call_time_pass_reference to true in your INI file. However, future versions may not
>support this any longer.

対処方法としては
1、PHP.iniの中のallow_call_time_pass_referenceの値をOn
2、.htaccessにphp_flag allow_call_time_pass_reference Onを追記

デフォルトがOffの為、Onにするのは推奨されていないらしい。
PHPのバージョン間で一部の文法が変更になり、この書き方だと将来のPHPのバージョンでは対応できないかも
っていう内容っぽい。