TAO 3.3 is released. Check out the announcement here - https://forum.taotesting.com/discussion/593/tao-community-edition-3-3-released#latest
morgan
About
- Username
- morgan
- Joined
- Visits
- 10
- Last Active
- Roles
- Member
Comments
-
We haven't used it in production yet but it works fine in the proof of concepts we did.
-
This is real world data. Do you mean an export from the Results tab in the back office?
-
I moved another site and run into this issue again. I found that I had to ignore this warning in the instructions "Note: Do NOT change GENERIS_INSTANCE_NAME or LOCAL_NAMESPACE ..." As soon as I changed LOCAL_NAMESPACE everything started working ag…
-
No ideas?
-
That's cool. Great work!
-
Bump
-
A quick Google search gets me this : https://hub.taotesting.com/restapis
-
You can edit the label no?
-
From my experience the docker-compose file included with tao does not give you a fully working tao deployment. At least not one you would want to use in production. If you want to use Tao in a docker image you will need to build your own docker file…
-
Did you try with a few different browsers?
-
It's the same you used when installing. The install script you pasted doesn't show those values populated.
-
Bump
-
It's working on 3.3. Maybe try upgrading.
-
One can add new resources without updating auth. Just make sure the linux permissions are correct.
-
Never mind. I got it figured out!
-
I've figured out how to do a csv upload using the command line. However, it doesn't accept custom fields still. There must be something special going on in the gui when it asks the user to map the csv fields to the class fields.
-
Thanks for the tip. Is there any way to trigger a csv upload programatically ?
-
Thanks! I'll take a look at modifying the API. Can you point me to the file that would need editing please?
-
Thanks for the feedback! How can one update some custom field values via the REST api?
-
I'll copy this question to Developers to see if it gets any traction there.
-
bump. Any feedback on this?
-
Did you change the file /config/generis/uriProvider.conf.php ?
-
Putting this here for future searchers: I found the issue. If your URL changes in any way you will run into a number of problems. I did not migrate my server but changed from http to https. The problem is the old URL is written a number of location…
-
I'm having the same issue. Did you find a solution?
-
That worked. Thanks!
-
Bump. Any ideas?
-
Are you extracting the installation zip file directly to its final location or extracting it and then copying it over to where you are hosting it ? It could be an issue in how/if your .htaccess files are being copied.
-
I ran into this issue too. As Cyril mentions changing the config/generis.conf.php is required. I changed both the below to https define('LOCAL_NAMESPACE','https://site url'); define('ROOT_URL','https://site url'); Also you will need to configure…