Bu sorun için hızlı bir düzeltme:
- Açık dosya do-not-upload/product-vbenterprisetranslator.xml
- Kodu bulun:
PHP Code:
if (!mysql_num_rows($exists) ) {
- Bunun için kodu değiştirin:
PHP Code:
if (!mysqli_num_rows($exists) ) {
Bu sorun bir sonraki sürümde giderilecektir.