Closed arnoutponsioen closed 5 years ago
Maybe is related to https://github.com/digitalmethodsinitiative/dmi-tcat/issues/321 ?
Don't know, here is a screenshot of the error I get.
After removing the missing function in config.php (encoding), I get the following results... but now new errors are coming:
Using a non-existent bin to store tweets makes no difference.
Now, after local login via my browser, I also get errors... 'pagina werkt niet'
Hi @arnoutponsioen
Your installation appears to be missing crucial PHP module dependencies: mbstring
and curl
and perhaps others.
Did you use the auto installer on the machine you wish to import the tweets to? The auto installer should automatically install those dependencies.
Best,
Emile
Hi Dentoir, I don't know how dependencies are suddenly missing. I worked flawlessly more than 2 years, now it doesn't anymore. I try to reinstall TCAT. Thanks.
Hi,
I just wanted to import a new set of tweets using lookedup.php after exporting the ids using parse-csv.php. Although this always worked fine (last succesfull usage was last week), I now got errors.
First error indicated problems with SQL-syntax. Now it only indicates 'PHP Notice: Undefined index: statuses in /var/www/dmi-tcat/capture/common/functions.php on line 2639.' This message appears each few minutes untill I quit with CTRL-C.
Any suggestions how to solve it? I checked functions.php wut cannot find any strange things...
Arnout