When I put a long name in for the "product name" of 21 letters and click on it. it shows "
The page isn’t redirecting properly."
From my testing it will only allow 10 letters.
Is there somewhere I can alter the "Product Name" length one can use.?
Looked every where, but it does not stick out.
Categories/ products name length
- Kofod95
- VIP Member
- Posts: 661
- Joined: Sat Feb 06, 2021 7:38 pm
- Has thanked: 80 times
- Been thanked: 145 times
Re: Categories/ products name length
Are you using an old database?
Then you need to update the length of the fields in the products_description table - they should be VARCHAR(255), but might be VARCHAR(40) now.
You can make this change in phpMyAdmin - if you need further directions, feel free to ask for it!
//Daniel
Then you need to update the length of the fields in the products_description table - they should be VARCHAR(255), but might be VARCHAR(40) now.
You can make this change in phpMyAdmin - if you need further directions, feel free to ask for it!
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
Here are a lot of corns: Phoenix user guide
-
- Lead Developer
- Posts: 2770
- Joined: Tue Oct 29, 2019 9:37 am
- : Buy Me A Beverage
- Has thanked: 52 times
- Been thanked: 157 times
Re: Categories/ products name length
Maybe your host has some weird security rules?
You do not have the required permissions to view the files attached to this post.
Current Beer Fund: £11.53
#wearephoenix #wearecommunity
#wearephoenix #wearecommunity
-
- Lead Developer
- Posts: 2762
- Joined: Tue Nov 05, 2019 6:02 pm
- Has thanked: 4 times
- Been thanked: 187 times
Re: Categories/ products name length
You also might check the character set of the table/column. You could get that effect trying to insert a UTF-8 string into a forty character latin-1 column. There's a page in admin that will check that for you.
Re: Categories/ products name length
Kofod 95
I have the latest version so assume the database must be latest.
where would I find the phpMyAdmin to make the change you suggest ?
I have the latest version so assume the database must be latest.
where would I find the phpMyAdmin to make the change you suggest ?
-
- VIP Member
- Posts: 2190
- Joined: Mon Oct 07, 2019 4:39 am
- : Buy Me A Beverage
- Has thanked: 30 times
- Been thanked: 203 times
Re: Categories/ products name length
In your control panel on your host - https://phoenixcart.org/phoenixcartwiki ... PhpMyAdmin