ali3412 Posted June 30, 2013 Share Posted June 30, 2013 I want to increase "maxlength" of AdminQuickAccesses's URL field. Found it in /controllers/admin/AdminQuickAccessesController.php but i still get an error, like "Field is too long" Link to comment Share on other sites More sharing options...
PascalVG Posted June 30, 2013 Share Posted June 30, 2013 How much do yo want to increase it to? The database itself (1.5.4.1) has a varchar (128) for field 'link' in table ps_quick_access, so if you want more than this, you need to edit he table as well... My 2 cents, pascal Link to comment Share on other sites More sharing options...
ali3412 Posted July 2, 2013 Author Share Posted July 2, 2013 How much do yo want to increase it to? The database itself (1.5.4.1) has a varchar (128) for field 'link' in table ps_quick_access, so if you want more than this, you need to edit he table as well... My 2 cents, pascal I want to set 256. I have tried to change it in database, like you said, but it still not work. varchar(256) utf8_general_ci Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now