Quote:
Originally Posted by Abderian
You now have administrator permissions
|
Have you uploaded 2.5.3 files? I have checked and the problem is you are using the old files with new xml. Please upload files/folders in 2.5.3 to your forum
Quote:
Originally Posted by zaheerjk
MR PAINT
please help me
i am using kbank in my site i am getting this problem
when i purchase item it shows this error
Warning: Cannot use a scalar value as an array in [path]/kbank.php on line 443
|
Please open kbank.php and find
PHP Code:
$counter['total'] = count($items_cache);
Replace with
PHP Code:
$counter = array(
'total' => count($items_cache)
);
PS: Actually, warning messages should not be shown. You should check your configuration also