when i creating new product and put some text in product description area ... it is saving as a new product.
but problem is while i put more than 5000 words( or coping from word file with more then 5000+ word ) in product description area its not saving & redirecting to "The page you requested cannot be found!"
is that any word limitation on summernote editor or it a bug!!!!!!
please help me how to solve it!!!!! please
thanks - nhpiash
Not a bug, user error. php.ini max size value needs to be increased.nhpiash wrote: ↑Fri Nov 09, 2018 5:12 pmhi all!
when i creating new product and put some text in product description area ... it is saving as a new product.
but problem is while i put more than 5000 words( or coping from word file with more then 5000+ word ) in product description area its not saving & redirecting to "The page you requested cannot be found!"
is that any word limitation on summernote editor or it a bug!!!!!!
please help me how to solve it!!!!! please
thanks - nhpiash
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
Extensions for affiliates (openCart 1, 2, 3):
Advanced Multi Level Affiliate System
Customer and Affiliate Accounts Combined into one Account
Affiliate Tracking with Coupons
Discount for Referred Customers - Order Total
Type Tracking Code
Mass Pay
Affiliate Transactions for openCart 3
Affiliate Pack X - all modules with 40% discount
thanks for your feedback.
i change php.ini file & also description field type mediumtext ... but not working
but it working while i insert data using phpmyadmin panel... after that when i edit it from admin page like text bold, line break , etc ...and when save it .... its again redirecting to "The page you requested cannot be found!"------
when data is less then 5000 charterer saving perfectly!!!!!!
its a mysterious attitude..... i thing its bug!! any solution please
Error / server access logs required for these actions. Forum rules.its again redirecting to "The page you requested cannot be found!"------
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
thank for you suggestion..... bro it is not extension. its oc core codding problem. the problem on summernote editor. so please give me the proper suggestion.
i am trying to save large text on product description field to add new product....but its not saving--- so main problem on between oc and summernote editor.
please give me the solution ... i am suffering on it... i try on oc2 & oc3 but same result.
i thing summernote editor is not working properly
thanks-nhpiash
In your admin/controller/catalog/product.php file,
find:
Code: Select all
$this->model_catalog_product->editProduct($this->request->get['product_id'], $this->request->post);
Code: Select all
echo "<pre />\n";
print_r($this->request->post);
echo "</pre>\n";
exit;
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
Users browsing this forum: No registered users and 24 guests