Page 1 of 1

Some issues opensubtitles admin need to check

Posted: Tue Jul 20, 2021 3:31 pm
by postcd
I have tried to report an issue with a opensubtitles site, but email was not delivered, please read details here.

Re: Some issues opensubtitles admin need to check

Posted: Wed Jul 21, 2021 11:18 am
by SmallBrother
I have tried to report an issue with a opensubtitles site, but email was not delivered, please read details here.
We are aware of the problem with email. That should be fixed by now.

We are also aware of the forum breaking down too often. This is still in the process of being fixed, but should be done soon. Then hopefully the same error will just not occur anymore.

Still, that cronjob you wrote to fix broken tables could be a nice addition, why not. For the OS developers, here it is:

Code: Select all

mysqlcheck -u user -pPassword --all-databases --check --fast --auto-repair 1>/dev/null;mysql -u user -pPassword -e "FLUSH QUERY CACHE" 1>/dev/null;