Search found 8 matches

by Webexplr
March 19th, 2024, 8:24 pm
Forum: News
Topic: CSPro 8.0 released
Replies: 5
Views: 5102

Re: CSPro 8.0 released

Is there an end-of-support date for CSPro 7.7.x? My organization uses version 7.7.x so it would be useful if we can know when to migrate to 8
by Webexplr
November 4th, 2023, 9:33 am
Forum: Tools
Topic: Data Settings: How does csweb handle modified cases on relational SQL table?
Replies: 1
Views: 3029

Data Settings: How does csweb handle modified cases on relational SQL table?

Using CSWeb's Data Settings, we can configure dictionaries to break out questionnaire data into relational tables. I have a question: 1. I send an entry to my csweb server (using PUT method), 2. then I break out all cases data currently on the server (php bin/console csweb:process-cases), 3. then I ...
by Webexplr
October 31st, 2023, 6:14 am
Forum: Synchronization
Topic: Zero cases imported since moving database location to local machine
Replies: 3
Views: 2800

Re: Zero cases imported since moving database location to local machine

FIXED I forgot to also import the "cspro_sync_history" table and its records from the old server. Because I was lazy, I created a new record in that table using raw SQL command with revision value of "99999" and all of the cases were downloaded successfully without anything missi...
by Webexplr
October 30th, 2023, 11:14 pm
Forum: Synchronization
Topic: Zero cases imported since moving database location to local machine
Replies: 3
Views: 2800

Re: Zero cases imported since moving database location to local machine

savy wrote: October 26th, 2023, 4:37 pm Can you send us the logs from CSWeb folder var/logs/? You can email to cspro@lists.census.gov.
The "logs" folder contains one file "ui.log" and it is empty. I tried to redo all my steps above and it stays empty. And no cases are downloaded, still. 😓
by Webexplr
October 25th, 2023, 10:47 pm
Forum: Synchronization
Topic: Zero cases imported since moving database location to local machine
Replies: 3
Views: 2800

Zero cases imported since moving database location to local machine

I dumped the entire cspro database from my online server as SQL file and imported it into my local machine (a laptop) with XAMPP. The csweb on my localhost correctly detected the number of cases. But when I tried to download those cases into CSDB using csweb's provided PFF, I got 0 cases downloaded ...
by Webexplr
June 25th, 2023, 10:24 pm
Forum: Entry
Topic: Blocked loading mixed active content (by JQuery)
Replies: 1
Views: 1256

Blocked loading mixed active content (by JQuery)

why do all ajax calls on CSWeb use HTTP, while the CSWeb on my server itself is accessed using HTTPS? How can I force CSWeb ajax to only use https? This caused "Blocked loading mixed active content" on Firefox, and all ajax cannot be processed, i.e. The users and roles page cannot show all...
by Webexplr
June 12th, 2023, 8:31 am
Forum: Entry
Topic: No route found for POST api/token
Replies: 1
Views: 1195

Re: No route found for POST api/token

FIXED by clearing the f*cking cache whatever it is:

Code: Select all

sudo php /path/to/bin/console cache:clear --env=dev
by Webexplr
June 12th, 2023, 4:18 am
Forum: Entry
Topic: No route found for POST api/token
Replies: 1
Views: 1195

No route found for POST api/token

After successfully setting up CSWeb, I got this error when trying to login to CSWeb as admin: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST /csweb7/api/token"" at /var/www/html/csweb7/vendor/symfony/symfony/src/Symf...