Page 1 of 1

How do you add cases in csweb?

Posted: May 18th, 2025, 11:29 am
by Daffa Khairy
i want to break the dictionary data into relational data in the csweb i ran locally so i can view the data in a laravel dashboard, but after i upload the dictionary and add the configuration the cases is still zero and when i ran the php bin/console csweb:process-cases it showed this :

Deprecated: ini_set(): assert.warning INI setting is deprecated in C:\laragon\www\cswebtes\vendor\symfony\error-handler\Debug.php on line 34
Running blob breakout process.
Processing dictionary: CBPOM_2022_DICT- Running threads 0
creating a new blob breakout thread
Creating process for dictionary CBPOM_2022_DICT jobID: 0
No jobs available to run for dictionary: CBPOM_2022_DICT

how to fix ? i'm still new to csweb and cspro

Re: How do you add cases in csweb?

Posted: May 19th, 2025, 7:42 pm
by nlxlee
Have you considered using the swagger api? you'd be able to pull the data in form of JSON

viewtopic.php?t=3850

Re: How do you add cases in csweb?

Posted: May 23rd, 2025, 11:47 am
by Gregory Martin
Perhaps this is too obvious a question, but just to check: have you uploaded cases to the server?

Re: How do you add cases in csweb?

Posted: May 29th, 2025, 6:18 am
by Lejuste2
I am also facing the same issue with the WAMP server.
I tried several versions of PHP, but the issue remains the same.
I confirm that I have data.

Re: How do you add cases in csweb?

Posted: May 29th, 2025, 12:26 pm
by Lejuste2
Lejuste2 wrote: May 29th, 2025, 6:18 am I am also facing the same issue with the WAMP server.
I tried several versions of PHP, but the issue remains the same.
I confirm that I have data.
I finally found the issue. The PHP environment variable was pointing to the incorrect PHP path.
I fixed it by adding the full path like:
c:\wamp64\bin\php\php8.3.14\php bin/console csweb:process-cases