• Resolved stl_on_web

    (@stl_on_web)


    Hello, I have a problem with your extension. I can not fill in the scores.

    But first, I had the following problem:
    Settings of your server are too low — form values could be cropped!
    I contacted my hosting company and now I no longer have the error message.

    About the scores, I did everything shown in this topic:
    https://www.ads-software.com/support/topic/my-score-cant-be-updated

    I even uninstalled and reinstalled the extension.
    I contacted my hosting company and asking them to resetted my PHP settings.
    But they ask me to tell them what to change. I do not know enough about Phil.
    What is the solution?

    Your extension working fine on my site locally. I do not want to take another because it is the only one that meets my needs.
    I agree to use the paid support if it is the only solution, but my budget is very low.
    I can not give you the address of the site, it is still under construction. I can not give you the address of the site, it is still under construction. There’s just pre-launch page.

    Thank you

    https://www.ads-software.com/plugins/wp-testing/

Viewing 9 replies - 16 through 24 (of 24 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    @stl_on_web, no let it be disabled.

    So for your case let all those values will be 9999 and suhosin disabled. Now it should work ok in this environment.

    Thread Starter stl_on_web

    (@stl_on_web)

    Yes here seems to work, I could add a second answer and put the scale. Everything is displayed.

    Plugin Contributor ustimenko

    (@ustimenko)

    In the meantime pls send here all your suhosin settings from php ini, that breaks the things. I will try to repeat it locally.

    Thread Starter stl_on_web

    (@stl_on_web)

    Here is :

    [PHP]
    
    ;;;;;;;;;;;;;;;;;;;;;;;;
    ; Genereal PHP Options ;
    ;;;;;;;;;;;;;;;;;;;;;;;;
    
    engine = On
    short_open_tag = On
    asp_tags = Off
    precision = 12
    ;y2k_compliance = On
    output_buffering = Off
    ;output_handler =
    zlib.output_compression = Off
    ;zlib.output_handler =
    implicit_flush = Off
    unserialize_callback_func =
    serialize_precision = 100
    ;open_basedir =
    
    ; Following disabled_functions are commonly used by malicious scripts, enable at your own risk
    disable_functions = "dl,passthru,proc_open,proc_close,allow_url_fopen"
    disable_classes =
    expose_php = On
    
    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;
    
    ; HostPapa doesn't approve raises of resource limits above default values, if you make
    ; adjustments to either max_execution_time, max_input_time or memory_limit, you risk
    ; getting your account suspended without any further warnings.
    ; HostPapa reserves the right to reset resource limit settings to default values at any time.
    
    max_execution_time = 30
    max_input_time = 60
    max_input_vars = 9999
    memory_limit = 128M
    
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ; Error handling and logging ;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
    display_errors = On
    display_startup_errors = Off
    log_errors = On
    log_errors_max_len = 1024
    ignore_repeated_errors = Off
    ignore_repeated_source = Off
    report_memleaks = On
    track_errors = Off
    error_log = error_log
    
    ;;;;;;;;;;;;;;;;;
    ; Data Handling ;
    ;;;;;;;;;;;;;;;;;
    
    ;arg_separator.output = "&"
    ;arg_separator.input = ";&"
    variables_order = "EGPCS"
    
    register_argc_argv = On
    
    post_max_size = 64M
    
    gpc_order = "GPC"
    
    auto_prepend_file =
    auto_append_file =
    
    default_mimetype = "text/html"
    ;default_charset = "iso-8859-1"
    
    ;always_populate_raw_post_data = On
    
    ;;;;;;;;;;;;;;;;;;;;;;;;;
    ; Paths and Directories ;
    ;;;;;;;;;;;;;;;;;;;;;;;;;
    
    include_path = ".:/usr/lib/php:/usr/local/lib/php"
    
    ; Directory in which the loadable extensions (modules) reside.
    extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20121212"
    zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.5.so"
    extension="suhosin.so"
    extension="fileinfo.so"
    enable_dl = Off
    
    ;;;;;;;;;;;;;;;;
    ; File Uploads ;
    ;;;;;;;;;;;;;;;;
    
    file_uploads = On
    ;upload_tmp_dir =
    upload_max_filesize = 64M
    
    ;;;;;;;;;;;;;;;;;;
    ; Fopen wrappers ;
    ;;;;;;;;;;;;;;;;;;
    
    allow_url_fopen = On
    allow_url_include = Off
    default_socket_timeout = 60
    
    ;;;;;;;;;;;;;;;;;;;
    ; Module Settings ;
    ;;;;;;;;;;;;;;;;;;;
    
    [SQL]
    sql.safe_mode = Off
    
    [MySQL]
    mysql.allow_persistent = On
    mysql.max_persistent = -1
    mysql.max_links = -1
    mysql.connect_timeout = 60
    mysql.trace_mode = Off
    
    [bcmath]
    bcmath.scale = 0
    
    [Session]
    session.save_handler = files
    session.save_path = /tmp
    session.use_cookies = 1
    session.name = PHPSESSID
    session.auto_start = 0
    session.cookie_lifetime = 0
    session.cookie_path = "/"
    session.cookie_domain =
    session.serialize_handler = php
    session.gc_probability = 1
    session.gc_divisor = 100
    session.gc_maxlifetime = 1440
    ;session.bug_compat_42 = 1
    ;session.bug_compat_warn = 1
    session.referer_check =
    session.entropy_length = 0
    session.entropy_file =
    ;session.entropy_length = 16
    ;session.entropy_file = /dev/urandom
    session.cache_limiter = nocache
    session.cache_expire = 180
    session.use_trans_sid = 0
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
    
    [mbstring]
    ;mbstring.language = Japanese
    ;mbstring.internal_encoding = EUC-JP
    ;mbstring.http_input = auto
    ;mbstring.http_output = SJIS
    ;mbstring.encoding_translation = Off
    ;mbstring.detect_order = auto
    ;mbstring.substitute_character = none;
    ;mbstring.func_overload = 0
    
    [exif]
    ;exif.encode_unicode = ISO-8859-15
    ;exif.decode_unicode_motorola = UCS-2BE
    ;exif.decode_unicode_intel    = UCS-2LE
    ;exif.encode_jis =
    ;exif.decode_jis_motorola = JIS
    ;exif.decode_jis_intel    = JIS
    
    extension = "pdo.so"
    extension = "pdo_sqlite.so"
    extension = "pdo_mysql.so"
    
    date.timezone = "Europe/Paris"
    
    ; Suhosin extention tries to prevent abuse of your site and server resources,
    ; following settings are generally good for most of php applictions. Adjust the
    ; settings at your own risk.
    
    [Suhosin]
    suhosin.session.encrypt=Off
    suhosin.memory_limit=128M
    suhosin.log.syslog=511
    suhosin.executor.include.max_traversal=5
    suhosin.mail.protect=1
    suhosin.get.max_vars=9999
    suhosin.post.max_vars=9999
    suhosin.request.max_vars=9999
    suhosin.request.max_varname_length=256
    suhosin.request.max_totalname_length=300
    suhosin.cookie.max_name_length=80
    suhosin.post.max_array_index_length=256
    suhosin.post.max_name_length=256
    suhosin.get.max_array_index_length=80
    suhosin.get.max_name_length=80
    
    ; Misc Options
    suhosin.simulation = On
    zend_extension="/usr/local/Zend/lib/Guard-7.0.0/php-5.5.x/ZendGuardLoader.so"
    Plugin Contributor ustimenko

    (@ustimenko)

    ALso how many questions, answers in each question and scales do you have?

    Thread Starter stl_on_web

    (@stl_on_web)

    I have 4 questions and 7 scales (a, b, c, d, e, f, g)

    question 1 : 12 answers with scales a, b, c, d, e,
    question 2 : 14 answers with scales a, b, c, d, e,
    question 3 : 2 answers with scales f, g,
    question 4 : 11 answers with scales a, b, c, d, e,

    This is a questionnaire that is used to tell what color clothing you need according to your eyes, hair etc.

    Plugin Contributor ustimenko

    (@ustimenko)

    I found in your case better leave suhosin enabled but set

    suhosin.request.max_array_index_length=256

    I hope in the future all these settings will be removed and resetted to defaults.

    Thread Starter stl_on_web

    (@stl_on_web)

    This seems to work. I could add answers and scales in my test 1 question / 1 answer.
    Thank you very much. I’ll try to do my test now.

    Plugin Contributor ustimenko

    (@ustimenko)

    When you will become finally happy, fill free to Leave a review

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Je ne peux pas remplir les scores’ is closed to new replies.