I'm using uniserver for my local test server for my ecommerce software...xcart... Everything was working fine till yesterday while trying to import into the DB I get the following error:
INVALID SQL: 10001 : The size of the data package being transmitted is greater than maximum allowed by the server
SQL QUERY FAILURE:UPDATE xcart_sessions_data SET data=
I truncated all the jibber jabber out of it...
My php settings on uniserver are:
Max memory amount 256M
post_max_size = 32M
upload_max_filesize = 32M
max_allowed_packet = 32M
The file that I am trying to import is only 900KB...so I am confused as to where the problem lies...everyone tells me to put this line in my.ini file "max_allowed_packet = 32M"...Well there is no my.ini file on uniserver only php.ini and I put that line with in this file hoping that this would resolve my problem... Is there another config file???
Surly this is something that has come up before....thanks