Nov 12th, 2010, 11:26 AM
Excellent. That will be the cause of some trouble, definitely.
Do you have access to phpMyAdmin - or another MySQL client? If so, run the following query on your database:
And replace *** with whatever your database prefix is (probably ft_).
- Ben
Do you have access to phpMyAdmin - or another MySQL client? If so, run the following query on your database:
Code:
ALTER TABLE ***hooks
CHANGE action_location action_location VARCHAR(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
And replace *** with whatever your database prefix is (probably ft_).
- Ben