How can i extend the mysql char for the static message section in the acp.
I tried the following but it doesn't work
Code: Select all
ALTER TABLE phpbb_mchat_config MODIFY config_value varchar(500);
Code: Select all
ALTER TABLE phpbb_mchat_config MODIFY config_value varchar(500);
What does that mean? What were you expecting to happen?Novation wrote: but it doesn't work
Oyabun1 wrote:What does that mean? What were you expecting to happen?Novation wrote: but it doesn't work
Code: Select all
ALTER TABLE phpbb_mchat_config MODIFY config_value VARCHAR(500)
Code: Select all
ALTER TABLE phpbb_mchat_config CHANGE COLUMN config_value config_value VARCHAR(500)
RMcGirr83 wrote:Code: Select all
ALTER TABLE phpbb_mchat_config MODIFY config_value VARCHAR(500)
orCode: Select all
ALTER TABLE phpbb_mchat_config CHANGE COLUMN config_value config_value VARCHAR(500)
Return to “Modders MOD support”
Users browsing this forum: Ahrefs [Bot], CommonCrawl [Bot], Google [Bot] and 0 guests