I've been trying to use teamspeak php for some time now, I'm making a room panel and I managed to do it but it took a long time to load the page and gave an error that I didn't understand, everything worked correctly but this error still appeared, I had to increase the memory limit to 2gb, today I came to try to redo everything from scratch and I came across this error:
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 2147483648 bytes) in C:\laragon\www\vendor\planetteamspeak\ts3-php-framework\src\Helper\StringHelper.php on line 73
I've been trying to use teamspeak php for some time now, I'm making a room panel and I managed to do it but it took a long time to load the page and gave an error that I didn't understand, everything worked correctly but this error still appeared, I had to increase the memory limit to 2gb, today I came to try to redo everything from scratch and I came across this error:
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 2147483648 bytes) in C:\laragon\www\vendor\planetteamspeak\ts3-php-framework\src\Helper\StringHelper.php on line 73
how can i solve this?