News:

Looking for documentation? Take a look on our wiki

Main Menu

limit to add custom fields

Started by Grisu74, January 23, 2013, 15:26:42 PM

Previous topic - Next topic

Milbo

Quote from: jenkinhill on June 08, 2017, 13:01:23 PM
I have just installed VM3.2.3Rev9574  (from SVN) and varchar(4095) is used for custom_value



custom_value is not the customfield_value. The custom table holds the prototypes. But we need a lot space for the product customfields.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

jenkinhill

OK, wrong table.  customfield_value is still varchar(2500) in VM3.2.3.9577 - the latest one I am testing.



Or have I got that one wrong?
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

iskye81

Quote from: jenkinhill on June 14, 2017, 18:21:07 PM
@iskye81 check your server php resources. See   http://forum.virtuemart.net/index.php?topic=126888

As I already mentioned this doesn't work. I have the same issues as kona333, i.e. adding the lines to php.ini does nothing and adding them to .htaccess results in a server error.

Milbo

#48
Quote from: jenkinhill on June 15, 2017, 22:45:48 PM
OK, wrong table.  customfield_value is still varchar(2500) in VM3.2.3.9577 - the latest one I am testing.



Or have I got that one wrong?

You are right. Yes it must be that way. The customfield_value is mainly used for VALUES, like a size. So it planned to use it as key. At the moment we have just a group by, but also ordering.

But the customfield_params are text now. As I maybe mentioned before, the textfields must be ported to use a param for the content. I could write this within 20 minutes. That is easy. The problem is the Backwardcompatibility.

I could add it next release (vm3.2.5) for a silver http://extensions.virtuemart.net/support/virtuemart-supporter-membership-silver-detail
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

iskye81

Does this mean there's no way around this issue at the moment?

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum