Saat menggunakan joomla (1.0.13) dengan komponen Zoom Gallery ( 2.5.1 RC4), muncul pesan berikut:
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 mosimageext_resizeimage(). 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
Solusi sementara adalah membuat htaccess untuk mengeset parameter allow_call_time_pass_reference dan tempatkan di public_html.
.htaccess
php_value allow_call_time_pass_reference on
No Comments Yet