closed

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi, I'm getting an error with MySQL..
the App sometimes can't connect properly to the DB.

See video, PM me if you could solve it, I can send more information.

Thanks
 

sorex

Expert
Licensed User
Longtime User
not much errors to see in that video.

what goes wrong?
 

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi Sorex, the App-Smartphone has an QR code that should be read for the App-tablet and save it on MySQL ,
then the App-smartphone update the new total of scans by closing the panel QR (until here all OK)
but if after close-open the QR panel I try to scan again the Apptablet keep "freezing" without can connect to DB..
 

sorex

Expert
Licensed User
Longtime User
I suggest you put some log() lines through the process that you can see where it's freezing.

My guess is it happends before the mysql part.
 
Top