-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getViewer #203
Comments
We had some incompatible errors with PHP 8.1/8.2, please try again with |
Fatal error: Allowed memory size of 1585446912 bytes exhausted (tried to allocate 1073741824 bytes) in /var/www/vhosts/maltospeak.com/httpdocs/vendor/planetteamspeak/ts3-php-framework/src/Helper/StringHelper.php on line 211 planetteamspeak/ts3-php-framework: "dev-dev", Sorry |
That appears to be another issue. If you're not still getting the |
humm, I put the dev version, I had to add in the file: planetteamspeak/ts3-php-framework/src/Transport/TCP.php public function readLine(string $token = "\n"): StringHelper
no error ( Fatal error: Allowed memory size of 1585446912 bytes exhausted (tried to allocate 1073741824 bytes) in /var/www/vhosts/maltospeak.com/httpdocs/vendor/planetteamspeak/ts3-php-framework/src/Helper/StringHelper.php on line 211 ) just PlanetTeamSpeak\TeamSpeak3Framework\Node\Node::getClass(): Argument #1 ($prefix) must be of type string, null given, called in /var/www/vhosts/maltospeak.com/httpdocs/vendor/planetteamspeak/ts3-php-framework/src/Viewer/Html.php on line 185 look : https://maltospeak.com/PanelTeamspeak/viewer/13510/14510 |
I believe this was just fixed in |
@ronindesign The problem is, that |
PlanetTeamSpeak\TeamSpeak3Framework\Node\Node::getClass(): Argument #1 ($prefix) must be of type string, null given, called in /var/www/vhosts/codeigniter.maltospeak.com/httpdocs/vendor/planetteamspeak/ts3-php-framework/src/Viewer/Html.php on line 185
code use :
$ts3 = $this->libts->factory($uri);
$data['viewer'] = $ts3->getViewer(new Html("../assets/images/viewer/", "../assets/images/flags/", "data:image"));
Use codeigniter4 and php 8.1 and ts3phpframework version dev.
The text was updated successfully, but these errors were encountered: