In Dashboard getting error

admin2102

New Member
YetiShare User
Jan 15, 2013
85
0
0
I am getting this error in the Admin Dashboard Pic Related



as you can see on the PIE chart its showing SITE ERROR: MISSING TRANSLATION *** *** for the yellow portion.. I dont know why this happened but it just started.
 

Attachments

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

It looks like there's a file with a new status in your database. The translation doesn't exist for whatever the status is. Could you run this on the database (via phpMyAdmin) and post the output:

SELECT COUNT(file.id) AS total, file_status.label AS status FROM file LEFT JOIN file_status ON file.statusId = file_status.id GROUP BY file.statusId

Thanks,
Adam.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Actually, looking at it, it may be the 'copyright removed' status. What version of the script are you on? (look in _config.inc.php)
 

admin2102

New Member
YetiShare User
Jan 15, 2013
85
0
0
ok This has been fixed for some reason there was a nulled status in phpmyadmin where a file didnt get removed correctly but its fixed now. but its fixed now.