Search found 11 matches

by wesnich
September 7th, 2023, 10:19 am
Forum: Other
Topic: CSWeb PHP 8 Support
Replies: 1
Views: 1732

CSWeb PHP 8 Support

The CSWeb Minimum Server Requirements list php 7.3 or 7.4 Does anyone have any experience running CSWeb with php 8.x?
by wesnich
December 6th, 2022, 12:57 pm
Forum: Synchronization
Topic: CSEntry SSL Handshake Failed
Replies: 1
Views: 769

CSEntry SSL Handshake Failed

We are encountering errors when trying to connect with the Android CSEntry app. The error is: Error connecting to sync server: javax.net.ssl.SSL.HandshakeException: Chain validation failed. The server certificate recently expired and was replaced. Is the old certificate cached in the app somewhere? ...
by wesnich
September 12th, 2022, 5:28 pm
Forum: Synchronization
Topic: Invalid content length on app package
Replies: 1
Views: 576

Invalid content length on app package

We've installed CSWeb 7.7.0 on a new server. Testing it out by uploading applications and we are receiving 403 errors with the message "Invalid content length on app package". Seeing the same thing in the api logs. [2022-09-12 22:40:05] app.ERROR: Invalid content length on app packageTHIS ...
by wesnich
October 30th, 2020, 12:05 pm
Forum: Other
Topic: Changing connection configuration for CSWeb
Replies: 1
Views: 1342

Changing connection configuration for CSWeb

For the current version of CSWeb (I think I have 7.2) how would I update the host name? We have previous versions running and they can be updated by changing the file: src/api/app/config.php. Changing this file in newer versions does not seem to have any affect.
by wesnich
June 4th, 2020, 11:06 am
Forum: Other
Topic: CSWeb PHP Out of Memory
Replies: 4
Views: 27979

Re: CSWeb PHP Out of Memory

That worked! Thank you for your help.
by wesnich
June 2nd, 2020, 12:09 pm
Forum: Other
Topic: CSWeb PHP Out of Memory
Replies: 4
Views: 27979

Re: CSWeb PHP Out of Memory

I see the error in my log above. The memory limit was set to 2mb and not 2gb. We fixed that but still it eats up all the memory and fails when trying to sign in. [Tue Jun 02 11:05:18.266378 2020] [php7:error] [pid 4872] [client 10.15.9.155:46766] PHP Fatal error: Allowed memory size of 2147483648 by...
by wesnich
June 1st, 2020, 2:33 pm
Forum: Other
Topic: CSWeb PHP Out of Memory
Replies: 4
Views: 27979

CSWeb PHP Out of Memory

I upgraded an instances to 7.4. The upgrade gave me a success message. When I try logging in I get an error find these in the server logs. [Mon Jun 01 14:02:03.203862 2020] [php7:error] [pid 25277] [client 10.82.6.220:54147] PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to a...
by wesnich
May 29th, 2020, 10:09 am
Forum: Other
Topic: Upgrade to 7.4 Error: SQLSTATE[42000]
Replies: 1
Views: 2393

Upgrade to 7.4 Error: SQLSTATE[42000]

I'm trying to upgrade an existing instance of CSWeb to the new 7.4. I'm using MySql v5.6.47. I'm getting the following error after setting the configuration info: CSWeb: Upgrade Database Upgrading to version 4... Error: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too lo...
by wesnich
February 24th, 2020, 4:54 pm
Forum: Synchronization
Topic: Finding User Synch History
Replies: 1
Views: 1850

Finding User Synch History

Is there any way to determine data syncs by user? cspro_log seems to only have errors. What is cspro_sync_history describing? What is the device field? Is there any way that can be used to identify a user name? Is it an identifier of the device used for upload? If so, how would we map it to something?
by wesnich
June 17th, 2019, 3:48 pm
Forum: Synchronization
Topic: CSWeb Error connecting to sync server
Replies: 2
Views: 2877

Re: CSWeb Error connecting to sync server

josh helped find a solution for this. Posting it for anyone else that may need it. The issue was our server was not responding to the the close notify during dictionary case download. This is not obvious from the sync.log of the Data Viewer. It doesn't show up when I test in PostMan either. Test wit...