I am not sure how to fix this problem - Joomla! Forum - community, help and support
hi joomla experts!
i having trouble calculation form. using joomla template , installed calcbuilder plugin.
i able create 81 entry field calculate weight of each products , add them up. however, won't able create entry after 81; won't save.
i contacted tech support calcbuilder plugin , suggested me check php settings or joomla settings. tech response should able create unlimited entry, server setting restricting it.
i checked php setting , couldn't figure out.
my website http://ibridalservice.org/index.php/services/columns-2
any suggestion appreciated!!
thank in advance!
stephan
i having trouble calculation form. using joomla template , installed calcbuilder plugin.
i able create 81 entry field calculate weight of each products , add them up. however, won't able create entry after 81; won't save.
i contacted tech support calcbuilder plugin , suggested me check php settings or joomla settings. tech response should able create unlimited entry, server setting restricting it.
i checked php setting , couldn't figure out.
my website http://ibridalservice.org/index.php/services/columns-2
any suggestion appreciated!!
thank in advance!
stephan
it might caused following php settings:-
1) post_max_size => maximum size of post data php accept
2) max_execution_time => maximum execution time of each php script
3) max_input_time => maximum amount of time each php script may spend parsing request data
just guess
the plugin vendor should able giving recommended php settings since paid plugin
1) post_max_size => maximum size of post data php accept
2) max_execution_time => maximum execution time of each php script
3) max_input_time => maximum amount of time each php script may spend parsing request data
just guess
the plugin vendor should able giving recommended php settings since paid plugin
Comments
Post a Comment