WebDev

SMF Arcade => SMF Arcade Support + Plugins => Topic started by: xMaster on October 02, 2018, 03:30:16 AM

Title: Database error
Post by: xMaster on October 02, 2018, 03:30:16 AM
Hello, I get the following error after playing the game:

Data too long for column 'member_ip' at row 1
Datei: /xxxxx/xx/xxxxx/xxxx/smf/Sources/Subs-Arcade.php
Zeile: 1013

Arcade is:  SMF Arcade 2.56.10
SMF: 2.1.Beta 4

MfG
Title: Re: Database error
Post by: Chen Zhen on October 02, 2018, 09:54:55 PM

The existing size of the varchar column should be able to handle the largest ipv4 address.
However, I can change it to 255 with the next update to the Arcade.

For now, if you know how to use phpmyadmin or whichever db platform your control panel uses you can adjust the column manually.

Look for...
table: arcade_scores

column: member_ip

.. adjust it to varchar 255
Title: Re: Database error
Post by: xMaster on October 03, 2018, 05:20:29 AM
Thank you, it works  ;D
EhPortal 1.39.6 © 2024, WebDev