Hi dear Dr. Kripa Nand Jha, Tematres has an architecture that allows for localization into all languages. The localizations were completed by the community. The translation files for the language addition are available here: https://github.com/tematres/TemaTres-Vocabulary-Server/tree/master/common/lang If you need it and would like, we can send you an Excel file so you can contribute to the Maithili version of Tematres. Best regards :)
How to configure a language in Tematres which not in the list of the software? Like, Maithili language popular in India and Nepal is not listed in Tematres. Can any one explain? Dr. Kripa Nand Jha
Hello Oberdan, here some documentation about the API: https://vocabularyserver.com/wiki/index.php?title=Terminological_web_services_tools some tools who use Tematres API: https://vocabularyserver.com/web/tools some code examples You can see the API documentation in your own instance of tematres (http://YOUR_URL/services.php). If you invoque the API end point without params, for example: https://r020.com.ar/tematres/demo/services.php Please let me know about any doubt or problem
Hello Oberdam! right now the 3.3 version was released! https://github.com/tematres/TemaTres-Vocabulary-Server/releases Please let me know about any problem or doubt. Best regards from the same south (i'm from Buenos Aires)
Hello Diego, Where can I find documentation about the APIs and web services available in Tematres? Regards, Oberdan
Hello Diego, Is there a date for the oficial release of version 3.3? We are planning to upgrade out Tematres and maybe it is worth waiting for the new version. Regards, Oberdan
Hi, sorry about the delay in response. Please use the latest version of the code available in github: https://github.com/tematres/TemaTres-Vocabulary-Server Let me know please about any problem or doubt.
Hi, sorry about the delay in response. Please use the latest version of the code available in github: https://github.com/tematres/TemaTres-Vocabulary-Server Let me know please about any problem or doubt.
Failed to load plugin (notes editor)
Create user
Problem solved ! Thanks Diego, so much ! Here the Problem was the connection to the Database. My Provider do not accept this dsn-Method : adoNewConnection($dsn), that is standardly used in TemaTres. But, an other Method is provided, with commented lines :-). The correction works like this : in the file : \common\include\fun.gral.php At the lines 833-837 (Tematres 3.2) or 746-750 (v. 3.1) : comment this first line, and activate the 2nd and the 3rd : ~~~ $DB = adoNewConnection($dsn); // no need for...
Problem solved ! Thanks Diego, so much ! Here the Problem was the connection to the Database. My Provider do not accept this dsn-Method : adoNewConnection($dsn), that is standardly used in TemaTres. But, an other Method is provided, with commented lines :-). The correction works like this : in the file : \common\include\fun.gral.php At the lines 833-837 (Tematres 3.2) or 746-750 (v. 3.1) : comment this first line, and activate the 2nd and the 3rd : ~~~ $DB = adoNewConnection($dsn); // no need for...
Problem solved ! Thanks Diego, so much ! Here the Problem was the connection to the Database. My Provider do not accept this dsn-Method : adoNewConnection($dsn), that is standardly used in TemaTres. But, an other Method is provided, with commented lines :-). The correction works like this : in the file : \common\include\fun.gral.php At the lines 833-837 (Tematres 3.2) or 746-750 (v. 3.1) : comment this first line, and activate the 2nd and the 3rd : ~~~ $DB = adoNewConnection($dsn); // no need for...
Hi Diego, Thanks for the question. I tried the Adminer. There is no problem. It can connect easily to the database, as you can see on the attached screenshot. Does that help you ? And actually, I can also connect to the database with TemaTres 3.0. And even with the install.php-File of the Version 3.1 and 3.2 ! Only the main file vocab/index.php of Version 3.1 and 3.2 has the mentionned problem. I tried also now on an complete other Server of an other Provider. The same problem appears : exactly same...
Hi Greg, sorry for delay in response :/ We try to reproduce the problem and in our environment we found this message only if there are problems with the database connection. Can you try (only for debug proposes) to connect to the database using a simple script like this: https://www.adminer.org/ (this is a tool like phpmyadmin but all in one file, this is only for debug propouses) best regards :) El mar, 4 may 2021 a las 16:28, Greg Lombard ( greg-lombard@users.sourceforge.net) escribió: Hi Diego,...
Hi Diego, did you receive my mails on the 21. April ? I wrote you like you asked. I'm happy you want to find and solve the problem :-) Can we discuss per mail ? I wrote you to the mail you mentioned. Thanks a lot for your answer.
hi Greg :) sorry for delay in response (please be patient with my english :)). Tematres works fine with MariaDB or MySql. This is a mistery for me. :( There are other projects who used tematres 3.2 (http://vocabularios.caicyt.gov.ar/plosar/ or https://tesauro.scjn.gob.mx/vocab/ or tesauro.jep.gov.co/vocab/), but the stable 3.1 is the latest stable release published in sourceforge.In any case, in the next few days we want to publish the 3.2 version as the stable version. There are many features and...
Hi Diego, I checkd with my provider. Dhe Strict Mode is deactivated. I think this is not the reason... What could it be else ?? And I observed something (I'm not sure, but it's confusing) : in the List of "Known Projects" here : https://vocabularyserver.com/vocabularies/ -> I found several Projects that are on Version 3.1 or 3.2, but ALL OF THEM are installed on the domain vocabularyserver.com. For exemple here, here, or here. Is that not confusing ? -> All others I clicked are on Version 3.0, 2.2,......
Hi Diego, I don't know this kind of thing... But I read a little bit on the web about this to understand. My question : do you mean TemaTres cannot work with Strict mode ? Is that right ? Or what do you mean exactly ? My hosting function with MariaDB 10.3 and I read here that MariaDB is by default in Strict Mode since version 10.2.4. Do you think that is a problem for TemaTres ? If yes, can I change the mode with the command SET SESSION sql-mode = ? How and which mode do I habe to set ? Or what should...
Hi Greg, I think the problem can be in the version or configuration of MySql. The error occur is in the configuration of SQL Mode (no Strict mode): SET SESSION sql_mode = ' ' it is possible?
Hi Diego, Thanks for your answer (and no problem for the english, you probably speaks it better than me as I speach french!). So, yes I downloaded the code from GitHub and run the update procedure part 1 and 2, but then impossible to login in Tematres (part 3), as the interface doesn't appear. Only the PHP-error appears. And so that I see the PHP-error I already config the debug-param to true (without debug=1, the webpage ist even blank and gives absolutely nothing...). And yes, the db-user has all...
Hi Diego, Thanks for your answer (and no problem for the english, you probably speaks it better than me as I speach french!). So, yes I downloaded the code from GitHub and run the update procedure part 1 and 2, but then impossible to login in Tematres (part 3), as the interface doesn't appear. Only the PHP-error appears. And so that I see the PHP-error I already config the debug-param to true (without debug=1, the webpage ist even blank and gives absolutely nothing...). Then : -> even if I keep the...
Hi Diego, Thanks for your answer (and no problem for the english, you probably speaks it better than me as I speach french!). So, yes I downloaded the code from GitHub and run the update procedure part 1 and 2, but then impossible to login in Tematres (part 3), as the interface doesn't appear. Only the PHP-error appears. And so that I see the PHP-error I already config the debug-param to true (without debug=1, the webpage ist even blank and gives absolutely nothing...). Then : -> even if I keep the...
Hi Greg, I will try to help. :) 1. Do you download the source code from GitHub? https://github.com/tematres/TemaTres-Vocabulary-Server 2. Do you run the update procedure: To update from previous Tematres versions: 1. Make a backup of your data (Login as admin: Menu -> Administration -> Export: Select SQL (backup) 2. Copy the code of Tematres 3.2 in the web path directory, config the database connection credentials in db.tematres.php or maintain the previous db.tematres.php 3. Login as admin: Menu...
It seems to be a DBconnect()-Problem, but i checked 10 Times the login-data, that is correct. As said, even with the same installation and connexions as my prod-installation, it's not working. I thank 1000 Times for you help !
Hello, I'm facing a problem now, that I can't understand. I use TemaTres for years now, but the Update to version 3.1, or 3.2 is not working. I tried with several Server-Installations, with all Versions PHP 7.2, 7.3, 7.4, 8.0. On my same installation where I use the production, same DB-Connexion, Version 3.1/3.2 works not, where Version 3.0 works very fine. I put Debug-Mod in the db.tematres.php and have this error : Fatal error: Uncaught Error: Call to a member function Execute() on bool in /home/httpd/vhosts/twse.info/test.twse.info/common/include/fun.gral.php:753...
Hi Marcin, hi Diego, Could you explain the solution ? I have more or less the same problem here and tried already everything possible i can imagine... (Maybe I should also create a thread for my topic.) Thanks a lot !
Hi Marcin, hi Diego, Could you explain the solution ? I have more or less the same problem here and tried already everything possible i can imagine... Thanks a lot !
There are different files available online on GitHub which may help you to design your web page. You should to try them.
The problem solved! Diego, thank you very much for your help!
Hi Marcin, please send me mail to tematres@r020.com.ar In vocabularyserver.com we offer free tematres instances for non-profit, educational or academic project :)
Hello Diego. I verified the credentials with my colleague (who is the actual person trying to install Tematres ; I'm here as a mediator), and all semms to be good. Is it possible to speak with you on Zoom? We could show you directly our installation process. Best regards, Marcin
Hi Marcin, it seems that the params for connect to the database are wrong. ¿May be the database credentials are wrong?
Hello Diego. I tried to install the latest version of Tematres with the debug value you sent me in the last message. All seems to going well till the moment of the choice of language. Then, I have the same error I had before. Please check this link to see what my problem is (Error web and Logs): https://upvdrive.univ-montp3.fr/index.php/s/r2LFZLTCHLoFCtB . Thank you for your help, Marcin
Hi Marcin. Please do you can config to true the debug value in db.tematres.php: /* Modo debug = 1 // debug mode = 1 / $DBCFG["debugMode"] = "1";
Hello Diego, Thank you for your answer. I have tested different PHP versions. I'm using the 7.2.32 version right now. If you need more details about the installation process I can provide you some screenshots. :) Best regards, Marcin
Hi Marcin , Which version of tematres and PHP do you use? Can you try with the latest version of code? https://github.com/tematres/TemaTres-Vocabulary-Server Please let me know about any problem or doubt. best regards :)
Hello, I tried to install Tematres on a domain with phpMyAdmin. All seemed to be good, but before launching the software, I received a message : "Whoops... There is arleady a TemaTres instance for that configuration. Please check your file configuration for the database connection (%s) or Enjoy your vocabulary server". When I'm looking at my logs, it's showing me an error message like this : "AH01071: Hot error "PHP message: PHP Fatal error: encaught Error: Call to a member fucntion Execute() on...
Hello, I tried to install Tematres on a domain with phpMyAdmin. All seemed to be good, but before launching the software, I received a message : "Whoops... There is arleady a TemaTres instance for that configuration. Please check your file configuration for the database connection (%s) or Enjoy your vocabulary server". When I'm looking at my logs, it's showing me an error message like this : "AH01071: Hot error "PHP message: PHP Fatal error: encaught Error: Call to a member fucntion Execute() on...
Hello, could someone share all the available tags to import a tagged file? As examples in TemaTres there are BT: America NT: Argentina UF: South-america RT: Latin America Are there more tags available? Thanks Karen
is there a way to create the skos:note type? This is the general form of a note in skos.
Hi, I'm Ilva. I liked your project and I would like to contribute by writing the requirement document if it does not exist. I would like you to send me a detailed description of the operation, technical features and anything you would like to add to the document. My email is ilvazyl@gmail.com. I'll be happy to help you.
Any thoughts or help for us on this? Thanks.
We've been running v2.2 successfully for a long time and now I'm trying to make sure I did the upgrade to v3 correctly. I copied the v2.2 files to a new directory, changed the database name to something new and then ran the install.php script. The install script said Tematres was already in place so there was nothing to do. The API shows the new commands available in v3, but the database structure appears to be the same. When upgrading from 1.x to 2.x there was a dropdown in the administration menu...
Diego, Can you send to me the thesaurus in http://www.vocabularyserver.com/tbci/ exported in skos format? Renato.
Prisma, Can you send to me the thesaurus in http://www.vocabularyserver.com/tbci/ exported in skos format? Renato.
I found my mistake, the narrower and broader concepts must be linked properly. This works <rdf:rdf xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:map="http://www.w3c.rl.ac.uk/2003/11/21-skos-mapping#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xml:lang="de" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/"> <skos:concept rdf:about="http://www/rla/?tema=x">...
Dear List, I am actually trying to import skos data in TemaTres 3.0 using the Webinterface at System > Database > Data import, choosing the skos-core format. My import breaks constantly; I discovered in the example below that the concept with the skos label "broader" is not imported, in contrary to the concept with the label "narrower". Is there any information about the tematres skos-core import format? Why breaks the import of this specific example -maybe its a feature, not a bug :) Thank you for...
Hi Diego, Can you send to me the thesaurus in http://www.vocabularyserver.com/tbci/ exported in skos format? Thanks in advance, Renato.
Hello Bobb, sorry for delay in response. To update from previus version to need to login as admin and Goto Menu-> Admin-> Manage data base and update step by step from your version to the latest version (2.X) Please use the latest code: https://github.com/tematres/TemaTres-Vocabulary-Server let me know about any problem.. please :)
Thank you about the test! :) in the next week we relase tematres 3.0 and then update the source code enable here (soruceforge). To check te latest code please use: https://github.com/tematres/TemaTres-Vocabulary-Server best regards. Saludos desde Argentina
Hello again, Tried using the source code on Git (3.0 beta), and then it worked. Regards, Oberdan
Hello, I'm trying to install TemaTres 2.2 on a Linux server, but after the form on the first screen is filled and I click on submit, it keeps sending me back to the same screen, but show no errors. My fist try was using MySQL 5.7.19. Loking at the database, it seems that some tables are created: mysql> show tables; +-----------------------+ | Tables_in_tematres_22 | +-----------------------+ | t22_1_indice | | t22_1_term2tterm | | t22_1_tvocab | | t22_1_uri | | t22_1_values | +-----------------------+...
The readme says to use the administraive menu to do this kind of upgrade, but my menu only shows upgrades from versions older then 1.5 up to version 1.5 itself. How do I upgrade to the current 2.x version? Thanks Bobb Menk MIT Lincoln Laboratory Library
Hello, Thanks, no error since update Clemux
please use the latest version of tematres code, is availave at https://github.com/tematres/TemaTres-Vocabulary-Server We are next to release the next version (july/august).
We hazve migrate to MySQL 5.1 to 5.7, i use tematres 2.2 ans i hace error : Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'lab0266sql0db.tema.tema' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by Any idea? thanks Clemux
I have also recreated the indexes in both vocabularies, but it does not help. Also searching for a term in the remote target vocabulary ends in a time-out, while normal searches are no problem.
Hi Diego, this setup works. I could try and reinstall some files or check rights.
Hi Harry, please check this: http://r020.com.ar/tematres/demo/index.php?_expresion_de_busqueda=illegal+economy you can login in this instance and try to update. We do not see problems and cant reproduce the problem :( May be there are specific local configuration? it is possilble? best regards!!
Hi Diego, the source server is: http://taxonomie.cbs.nl/vocab/index.php The remote target is: http://taxonomie.cbs.nl/english/index.php So, when logged in I want to use the "update" link on a term.
Hi Harry, can you send to us the URL of the tematres instance who work as provider...
I have a translated vocabulary of my tematres as a second instance. It is set up...
How can I add skos:notation as a note type?
What would be the best way to make an autocomplete? Search with the API task=search?...
Hi dear Roel, the .htaccess provided by tematres are configured to enable friendly...
Hi, I wanted to use the webservice with friendly url's, like for example http://www.vocabularyserver.com/gemet/en/api/letter/b/json...
Hi Don, sorry for delay in response. At now (version 2.2) custom relations are not...
Can user-defined relation sub-types be imported using tagged input? For example,...
the term encoded in the URL do not relevant for management issues.
In tematres, you can cretate note types, if you create "definition note" type note...
Hello, How to add "skos:definition"?
Hi, Would it be possible, in URLs, to turn accented characters into non accented...
Hi dear Roel, sorry about delay in response. Since 2.0 version you can import custom...
Hello, With Tematres 2.0 I've been able to export custom tags with the alphabetical...
Hi Diego, Thanks that worked... Regards, Roel
Hi Roel, to change de default order (alphabetic) in tematres you can use the codes...
Hello I would like to create a taxonomy in Tematres with a specific order, more or...
Oopss!. thank you. we will fix it in tema3 1.82. (will be release in april 2015)...
an few language error / translation missing
Inputfield for Notes is diabled
Hi Diego, Thanks for your help. I have sent you an e-mail on tematres@r020.com.ar,...