Post by devtester478 » Tue Jul 17, 2018 1:16 pm

I am using Opencart 2.3.0.2 version. I have created a product option i.e Product Color from Catalog > Option. When I am trying to assign this option to a product, I can only add 16 options. When I am trying to add the 17th option then I am getting an errors of:

Notice: Undefined index: type in path_to_the_site_folder/admin/model/catalog/product.php on line 192
Notice: Undefined index: option_id in path_to_the_site_folder/admin/model/catalog/product.php on line 211
Notice: Undefined index: value in path_to_the_site_folder/admin/model/catalog/product.php on line
211Notice: Undefined index: required in path_to_the_site_folder/admin/model/catalog/product.php on line 211
Warning: Cannot modify header information - headers already sent by (output started at path_to_the_site_folder/admin/controller/startup/error.php:34) in path_to_the_site_folder/system/storage/modification/system/library/response.php on line 12


Here is php.ini file of admin folder:

magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 64M;
max_execution_time = 36000;
upload_max_filesize = 999M;
max_input_vars = 9000;
max_post_size = 999M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.auto_start = Off;
session.use_only_cookies = On;
session.use_cookies = On;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 12000000;
allow_url_fopen = on;

Can anyone guide me how to fix this issue?

Thanks

New member

Posts

Joined
Thu Mar 22, 2018 2:55 pm

User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore
Who is online

Users browsing this forum: No registered users and 35 guests