Search found 570 matches

by aaronw
August 21st, 2024, 12:03 pm
Forum: Synchronization
Topic: CSWeb administration
Replies: 1
Views: 3958

Re: CSWeb administration

We've fixed this issue for the next release. As a workaround I've attached a file with the fix.
  1. Unzip data.zip
  2. Copy data.twig file to csweb/templates folder
  3. Then delete the contents of csweb/var/cache folder for the fix to take effect
by aaronw
May 22nd, 2024, 9:37 am
Forum: Entry
Topic: HH listing and selection
Replies: 6
Views: 3493

Re: HH listing and selection

You can also take a look at the CAPI Census example that is installed with CSPro. They examples are located in the Documents folder under CSPro.
by aaronw
May 16th, 2024, 4:32 pm
Forum: Android
Topic: csv using filewrite
Replies: 3
Views: 2744

Re: csv using filewrite

There's a lot going on here. Can you try creating a csv file with a single entry by hand and then import it. At least this will let you know if the issue is with the CSV or somewhere else.
by aaronw
May 13th, 2024, 4:26 pm
Forum: Other
Topic: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.
Replies: 5
Views: 3873

Re: CSWeb: Cannot delete a dictionary when we have more than 10 dictionaries.

Thanks for the report. It will be fixed in the next release. Let me know if you need a workaround in the meantime.
by aaronw
April 29th, 2024, 2:07 pm
Forum: Tools
Topic: relative paths in production runner
Replies: 5
Views: 6418

Re: relative paths in production runner

You can open the pffRunner file in a text editor and make the paths relative.
pffrunner.PNG
pffrunner.PNG (5.56 KiB) Viewed 3657 times
by aaronw
April 18th, 2024, 2:21 pm
Forum: Android
Topic: use of custom API
Replies: 4
Views: 5256

Re: use of custom API

It's possible I am not thinking something, but technically I think you could port the CSWeb code base to MERN. However, think this would be very impractical. Plus you would need to keep it up-to-date as new versions come out. I haven't used Kubernetes and CSWeb together, but from my understanding Ku...
by aaronw
April 15th, 2024, 3:59 pm
Forum: Synchronization
Topic: Sync error
Replies: 11
Views: 16087

Re: Sync error

Maybe the dictionary changed so that a record was required? I would identify which record was causing the issue and then try setting it to not required in the dictionary. Then try exporting again.
by aaronw
April 15th, 2024, 3:44 pm
Forum: Android
Topic: use of custom API
Replies: 4
Views: 5256

Re: use of custom API

If you can write JavaScript to hit your endpoint you can call it from CSPro logic using the Action Invoker. https://www.csprousers.org/help/CSPro/action_invoker.html I'm not sure what you mean by "is it possible to sync data to custom made API back end with CSPro code itself." I will say t...
by aaronw
April 15th, 2024, 3:32 pm
Forum: Synchronization
Topic: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES
Replies: 4
Views: 7246

Re: REJECT PARTIAL AND EDIT MODE QUESTIONNAIRES

Are you suggesting that the internet cutting out can lead to a complete case being synchronized as a partial case? One motivation to sync partial data to the server is back up the progress, so a lost tablet doesn't lead to lost work. A partially saved case maybe logically complete. For instance, if ...
by aaronw
February 20th, 2024, 12:10 pm
Forum: Entry
Topic: CSWEB 8
Replies: 1
Views: 2453

Re: CSWEB 8

Looking here I believe this could be a compatability issue when running Doctrine 2.x and PHP 8.0.

However, a new installation of CSWeb 8.0 will include Doctrine 3.x. My first suggestion is to try clearing the cache by deleting "csweb\var\cache" and seeing if that fixes the issue.