Error: unable to read response from server.
-
Xavi
- Posts: 32
- Joined: May 22nd, 2017, 9:42 am
Error: unable to read response from server.
Am synchronizing data from the tablet with internet to the CSweb server but I get this error "Error: unable to read response from server.", What is the problem with the data file. Attached is the log file
You do not have the required permissions to view the files attached to this post.
-
savy
- Posts: 201
- Joined: December 27th, 2012, 1:36 pm
Re: Error: unable to read response from server.
From the logs this seems like a MySQL issue
Please try adding in my.ini (the file for MySQL configuration) this line
[mysqld]
max_allowed_packet=32M
Make sure to restart MySQL
Please try adding in my.ini (the file for MySQL configuration) this line
[mysqld]
max_allowed_packet=32M
Make sure to restart MySQL
-
Xavi
- Posts: 32
- Joined: May 22nd, 2017, 9:42 am
Re: Error: unable to read response from server.
Dear Savy,
Attched is the .in file
Attched is the .in file
You do not have the required permissions to view the files attached to this post.
-
savy
- Posts: 201
- Joined: December 27th, 2012, 1:36 pm
Re: Error: unable to read response from server.
xavi,
Can you send the mysql.log file located here E:/Programs/wamp5/wamp/logs/mysql.log
Can you send the mysql.log file located here E:/Programs/wamp5/wamp/logs/mysql.log
-
savy
- Posts: 201
- Joined: December 27th, 2012, 1:36 pm
Re: Error: unable to read response from server.
my.ini you sent still has max_allowed_packet as 1M. Please change it to 32M and restart MySQL