• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

E-Shop Module ERROR operation not completed

pacwebhosting

New Pleskian
Hello

I am getting ERROR operation not completed when adding a product in e-shop module.

I go to add new product, which is fine, and enter the details and browse for an image file then click upload and it shows the pic in the top left but then as soon as I click OK to finish adding the product it comes up with:

ERROR operation not completed

I have checked in your kb and the variables are correct as advised however it is suhosin which is stopping it as per log entry below:-

Mar 7 11:06:37 serverx suhosin[28217]: ALERT - configured request variable value length limit exceeded - dropped variable 'request' (attacker 'xx.xx.xx.xx', file '/home/account/public_html/server.php')

We have the following suhosin config:-

suhosin.apc_bug_workaround Off Off
suhosin.cookie.checkraddr 0 0
suhosin.cookie.cryptdocroot On On
suhosin.cookie.cryptkey [ protected ] [ protected ]
suhosin.cookie.cryptlist no value no value
suhosin.cookie.cryptraddr 0 0
suhosin.cookie.cryptua Off Off
suhosin.cookie.disallow_nul 1 1
suhosin.cookie.disallow_ws 1 1
suhosin.cookie.encrypt Off Off
suhosin.cookie.max_array_depth 100 100
suhosin.cookie.max_array_index_length 64 64
suhosin.cookie.max_name_length 128 128
suhosin.cookie.max_totalname_length 256 256
suhosin.cookie.max_value_length 10000 10000
suhosin.cookie.max_vars 2000 2000
suhosin.cookie.plainlist no value no value
suhosin.coredump Off Off
suhosin.disable.display_errors Off Off
suhosin.executor.allow_symlink Off Off
suhosin.executor.disable_emodifier Off Off
suhosin.executor.disable_eval Off Off
suhosin.executor.eval.blacklist no value no value
suhosin.executor.eval.whitelist no value no value
suhosin.executor.func.blacklist no value no value
suhosin.executor.func.whitelist no value no value
suhosin.executor.include.blacklist no value no value
suhosin.executor.include.max_traversal 8 8
suhosin.executor.include.whitelist
suhosin.executor.max_depth 0 0
suhosin.filter.action 406 406
suhosin.get.disallow_nul 1 1
suhosin.get.disallow_ws 0 0
suhosin.get.max_array_depth 50 50
suhosin.get.max_array_index_length 64 64
suhosin.get.max_name_length 256 256
suhosin.get.max_totalname_length 256 256
suhosin.get.max_value_length 512 512
suhosin.get.max_vars 2000 2000
suhosin.log.file 0 0
suhosin.log.file.name no value no value
suhosin.log.phpscript 0 0
suhosin.log.phpscript.is_safe Off Off
suhosin.log.phpscript.name no value no value
suhosin.log.sapi 0 0
suhosin.log.script 0 0
suhosin.log.script.name no value no value
suhosin.log.syslog no value no value
suhosin.log.syslog.facility 9 9
suhosin.log.syslog.priority no value no value
suhosin.log.use-x-forwarded-for Off Off
suhosin.mail.protect 2 2
suhosin.memory_limit 32M 32M
suhosin.mt_srand.ignore On On
suhosin.multiheader Off Off
suhosin.perdir 0 0
suhosin.post.disallow_nul 1 1
suhosin.post.disallow_ws 0 0
suhosin.post.max_array_depth 100 100
suhosin.post.max_array_index_length 64 64
suhosin.post.max_name_length 256 256
suhosin.post.max_totalname_length 256 256
suhosin.post.max_value_length 65384 65384
suhosin.post.max_vars 4000 4000
suhosin.protectkey On On
suhosin.request.disallow_nul 1 1
suhosin.request.disallow_ws 0 0
suhosin.request.max_array_depth 100 100
suhosin.request.max_array_index_length 64 64
suhosin.request.max_totalname_length 256 256
suhosin.request.max_value_length 65384 65384
suhosin.request.max_varname_length 128 128
suhosin.request.max_vars 4000 4000
suhosin.server.encode On On
suhosin.server.strip On On
suhosin.session.checkraddr 0 0
suhosin.session.cryptdocroot On On
suhosin.session.cryptkey [ protected ] [ protected ]
suhosin.session.cryptraddr 0 0
suhosin.session.cryptua Off Off
suhosin.session.encrypt Off Off
suhosin.session.max_id_length 128 128
suhosin.simulation Off Off
suhosin.sql.bailout_on_error Off Off
suhosin.sql.comment 0 0
suhosin.sql.multiselect 0 0
suhosin.sql.opencomment 0 0
suhosin.sql.union 0 0
suhosin.sql.user_postfix no value no value
suhosin.sql.user_prefix no value no value
suhosin.srand.ignore On On
suhosin.stealth On On
suhosin.upload.disallow_binary no value no value
suhosin.upload.disallow_elf 1 1
suhosin.upload.max_uploads 25 25
suhosin.upload.remove_binary no value no value
suhosin.upload.verification_script no value no value

Would appreciate some help if you have experienced similar

Thanks

Paul
 
Try to increase one of the following parameters:

suhosin.post.max_vars 6000
suhosin.request.max_vars 6000
suhosin.memory_limit 64M
suhosin.get.max_value_length 1024

Restart apache service and check it one more time.
 
can i put script into eshop in parallels plesk sitebuilder4.5

Hi i need a help on my website i have products with different sizes(i use parallels plesk). but in e shop i cant put size options with different price for each size, i was told to put paypal button but cant do it because i cant edit html, can someone tell me can i put 5-10 different options on product with different prices on each??? im using parallels plesk sitebuilder4.5 thanks
 
Back
Top