-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'twittercapture.tcat_controller_tasklist' doesn't exist' #419
Comments
Hi again, so due to my recovery plan that's not working as expected, I'd probably need to restore the tcat server. |
Hi @noamTzi , Note that TCAT runs on PHP 7 and that the installation script needs Ubuntu 18.x or higher. The best way forward is to have a clean install of TCAT on a machine with those specifications. Thereafter you may use the export/import scripts. Best, Erik |
I'm on it. Thank you! |
Follow the export/import instructions. |
Hi Erik, I read this about using docker and this about the crontab, I'm having exactly the same problems. I would try the suggestion in the last issue I mentioned and keep you guys updated. Thank you for the follow up! |
Hi again, I tried building an image with the fixed Dockerfile you mentioned, but I get this error. It occurs when I use:
on step 9 when DMI-TCAT tries to install:
I used this installation guide hoping to make a clean image. May you guys help me figure what am I doing wrong? |
The install script runs properly during the docker install as you can see in this run: ... maybe you are not rebuilding the whole docker image but using prebuild once frome the cache which have cached values for apt? You can check this by emptying your docker cache. |
Hi there,
I get this error when TCAT is trying to update the tables. I'm not sure why this happened at all, therefore, I'm not sure what information. Any help would be appreciated! Thanks
Error message:
PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'twittercapture.tcat_controller_tasklist' doesn't exist' in /var/www/dmi-tcat/capture/stream/controller.php:44
Stack trace:
'#'0 /var/www/dmi-tcat/capture/stream/controller.php(44): PDO->query('select task, in...')
'#'1 {main}
thrown in /var/www/dmi-tcat/capture/stream/controller.php on line 44
Additional context
There's this thread: #169
And it might be helpful, but it was closed 4 years ago so maybe things were changed from then?
The text was updated successfully, but these errors were encountered: