Re: globeadmin login not working
Posted: Fri Jan 26, 2018 3:50 am
Hi Toms,
Solved for now with below. Mant thanks.
"
Could you check if the solution posted here works for you?
viewtopic.php?f=19&t=9214#p15357
"
Can just run the query as below:
ALTER TABLE `zzzzsys_debug` CHANGE `deb_order` `deb_order` VARCHAR(25) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
Regards
Ahsan
Solved for now with below. Mant thanks.
"
Could you check if the solution posted here works for you?
viewtopic.php?f=19&t=9214#p15357
"
Can just run the query as below:
ALTER TABLE `zzzzsys_debug` CHANGE `deb_order` `deb_order` VARCHAR(25) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
Regards
Ahsan