You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API url is listed to "https://admin.healthimpactfund.org/translate/" and the "passwords.php" doesn't exist in php folder.
Also when changing API url to localhost, the php are not found (404)
The text was updated successfully, but these errors were encountered:
To have PHP work you'll need to serve it via a local PHP server. Wherever it's serving, you'll need to copy the contents of the php folder there. To test, you can place an index.php which does something like echo "hi" - and open your localhost to see.
You're right about passwords.php file being absent (which I git-ignored from the repository), sorry for the inconvenience; I could share a mock-password file instead so you could fill in your own info to get it to work. I think the file is simply a python dictionary with "user": "password" but I could check if you ask 🤝
I'd be happy to help you set things up to have it work 😁 -- let me know what questions you have going forward 🤝
API url is listed to "https://admin.healthimpactfund.org/translate/" and the "passwords.php" doesn't exist in php folder.
Also when changing API url to localhost, the php are not found (404)
The text was updated successfully, but these errors were encountered: