medialab / ANTA

Actor Network Text Analyser
Other
56 stars 22 forks source link

After installation analysys issues #23

Open scalaxofaiur opened 9 years ago

scalaxofaiur commented 9 years ago

Hello,

i'm having various issues with ANTA but let's proceed with order.

I have followed the tutorial to install anta in each of his parts. After the installation i was not able to login in the application. When i tried to login i got 404 error; i solve this issue by disabling the MultiViews options for my virtual anta_dev host.

Said so, my issues are the following:

1) when i start an analysis right after i upload some .txt documents the analysis get stuck at 100%; if i then interrupt the analysis i get this error message:

"errors: [2, call_user_funch() expects parameter 1 to be a valid callback, fuction 'stem_english' not found or invalid function name, /var/www/html/ANTA-maser/library/Anta/Core.php, 285]"

the problem with this error is that i have installed stem, and if i call stem_english('test'); in a php test file it works so i don't understand why the function is not being recognized in ANTA

2) in the "include entities" section on the flash plugin, when i open the page, this sentence appears instead of the graphic:

"Connection troubles while attempting to load tf-idf data"

after few seconds the sentence disappears and an empty graphic is showed

this issue could be related to the fact that the analysis get's stuck

3) If i try to go to "Tag Entities" and "Export" entities all i get is "ups ... Application error" and in both pages this error sentences appears on top:

"mysqli prepare error: Table 'anta_dummy.rws_entities_metrics' doesn't exist'" and Mysqli prepar error: "Table 'anta_dummy.graphs' doesn't exist"

this issue could be related to the issue number 4

4) when i try to create a new user i get this error message but the user is created:

"Mysql prepare error: View 'anta_test3.rws_entitiesdocuments_unignored' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them"

5) this is not an issue but still it is interesting: wich password we must use for the db username called "anta" that we create at the start?

Hope that you can help me