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
- Senior Contributor
- Posts: 748
- Joined: Sat Feb 06, 2021 7:38 pm
- Phoenix Version: 1.0.8.20
- Has thanked: 99 times
- Been thanked: 179 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
- burt
- Core Team
- Posts: 4561
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 422 times
Re: Categories/ products name length
Tested. The problem is therefore at your end, not Phoenix.
Maybe your host has some weird security rules?
Maybe your host has some weird security rules?
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 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 ?
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Categories/ products name length
In your control panel on your host - https://phoenixcart.org/phoenixcartwiki ... PhpMyAdmin