stl_on_web
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresThis 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.Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresI 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.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresHere 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"
Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresYes here seems to work, I could add a second answer and put the scale. Everything is displayed.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresThe values now :
————————– locale value—- master value
max_input_vars———— 9999 ———– 9999
suhosin.get.max_vars—— 9999 ———– 9999
suhosin.post.max_vars—– 9999 ———– 9999
suhosin.request.max_vars– 9999 ———– 9999I erase :
suhosin.simulation = On
in my php.nini ?Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresWhen I have disabled suhosin through .htaccess, i have used :
php_flag suhosin.simulation OnThe values now :
————————– locale value—- master value
max_input_vars———— 9999 ———– 9999
suhosin.get.max_vars—— 100 ———– 100
suhosin.post.max_vars—– 1000 ———– 1000
suhosin.request.max_vars– 1000 ———– 1000Ok I wait to finish my test.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresOk
I put this in my php.ini file. (I try with my .htaccess file but I have Internal Server Error (500).)[suhosin]
; Misc Options
suhosin.simulation = OnMy score is now saved but I have this message :
Add this into your php.ini:
max_input_vars=5000
suhosin.get.max_vars=5000
suhosin.post.max_vars=5000
suhosin.request.max_vars=5000.. or .htaccess
php_value max_input_vars 5000
php_value suhosin.get.max_vars 5000
php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_vars 5000.. and reload (restart) server.
Maybe I finish to create my test and after replace suhosin?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresI increase these values to 256.
I am sorry.
It still does not work.I create a new test, new scale and new result.
I put a name and a little description. I save.
I create 1 question. I save.
I create 1 answer, I save.I put “1” with keyboard or I use de arrows in the scale field. I save.
And my number is never memorised.
I despair, but thanks for your help. Is it because my site is not online?Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresHello, my hosting shows me how to see php.ini
Here are the settings :
;;;;;;;;;;;;;;;;;;; ; 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 ... [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=80 suhosin.request.max_totalname_length=300 suhosin.cookie.max_name_length=80 suhosin.post.max_array_index_length=80 suhosin.post.max_name_length=80 suhosin.get.max_array_index_length=80 suhosin.get.max_name_length=80 zend_extension="/usr/local/Zend/lib/Guard-7.0.0/php-5.5.x/ZendGuardLoader.so"
What can I do now?
Thanks
Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresI am sorry.
It still does not work.
Too bad, thank you for your help.Forum: Plugins
In reply to: [Psychological tests & quizzes] Je ne peux pas remplir les scoresI have installed a plugin that show “phpinfo”
Here are the settings :
————————–locale value——master value
max_input_vars———— 5000 —— 5000
suhosin.get.max_vars—— 5000 —— 5000
suhosin.post.max_vars—– 5000 —— 5000
suhosin.request.max_vars– 5000 —— 5000And now I do not understand what I should do.
I do not know enough about Php.Thanks
Forum: Plugins
In reply to: [Showeblogin Social Plugin] not display my FBthanks for our answer
plugin is Ok
just refresh too long