Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 05-06-2016, 05:22 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for following up Lynne...

Here's my current values ...

Quote:
*PHP Settings:* Local and Master

max_execution_time 120 120
memory_limit 134217728 64M
post_max_size 3M 3M
upload_max_filesize 3M 3M
max_input_time 80 80

*MySQL Settings:*

max_allowed_packet 16777216
wait_timeout 28800
To my knowledge, they have not changes in recent memory, unless our tech support did so for some reason without my knowledge..

Does this help?

Regards,
Doug
Reply With Quote
  #12  
Old 05-06-2016, 08:45 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Those look fine to me.

How about my first questions regarding the attachment type and sizes?
Reply With Quote
Благодарность от:
MarkFL
  #13  
Old 05-07-2016, 07:58 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry.I missed that Lynne...

Attached is pic of those settings...

The issue happens on PNG's and JPG's, as our members rarely, if at all, upload anything else...

Regards,
Doug
Attached Images
File Type: jpg Screen Shot 2016-05-07 at 5.56.55 AM.jpg (49.4 KB, 0 views)
Reply With Quote
  #14  
Old 05-07-2016, 02:02 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am really not seeing anything obvious here. I would say you should upgrade because I do recall there were some image issues with earlier versions of vB4, but I know you don't want to do that and I honestly don't know if that would really fix the issue for you. Usually when you get an error when uploading an image, there is something in the error_logs, but you said there was not. You *may* want to try setting an upload_tmp_dir for the server, but I'm not sure if that will fix the issue either.

What about mod_security or suhosin? Are either enabled on the site? You may want to try disabling them and see if your users still have the issue.
Reply With Quote
  #15  
Old 05-07-2016, 03:54 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne ...

Thanks again for all your attempts to help ... much appreciated..

I checked again and there's no errors in the logs.

I really don't know anything about about mod_security or suhosin, so I can't tell you if they're enabled or not. Are they part of vBulletin?

A question ... why would using the Basic method of uploading work for some of these people experiencing these failures and the Advanced method not?

Do they use different background code to handle the selection and uploading of files?

Regards,
Doug
Reply With Quote
  #16  
Old 05-07-2016, 07:52 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The two methods of uploading definitely use different code. I believe they were even pretty much written by different sets of developers also since the vB3 team was different than the vB4 team and the Basic method is from vB3 and the Advanced method is from vB4.

As for mod_security and suhosin, they are server applications that some hosts install. So, you would need to ask your host if either is installed and if you are able to disable them yourself (usually via .htaccess).
Reply With Quote
  #17  
Old 05-08-2016, 07:37 PM
rohirrim rohirrim is offline
 
Join Date: Oct 2011
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that issue can be related with browser. recently i faced such problem and that's was only me. Anyway I realised that it's because firefox latest update. I unistall latest version then install old version 37. it works. then ı updated this old one via firefox self update. and the issue fixed.
Ask members if they use firefox
Reply With Quote
  #18  
Old 05-19-2016, 03:17 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rohirrim View Post
that issue can be related with browser. recently i faced such problem and that's was only me. Anyway I realised that it's because firefox latest update. I unistall latest version then install old version 37. it works. then ı updated this old one via firefox self update. and the issue fixed.
Ask members if they use firefox
Thanks, but the problem seems to independent of the type of browser the member is using,

I think I have the answer, so read the next post I leave for Lynne ..

Regards,
Doug

--------------- Added [DATE]1463678505[/DATE] at [TIME]1463678505[/TIME] ---------------

Lynne....

I had Sucuri tech support (the cloud firewall vendor) track this one down on their end ?

Quote:
They said: "That IP was blocked on our internal system for making too many requests in a small period of time. There were 53 requests in 4 seconds, which is a lot, so what I would recommend doing is configuring an option to only allow 8-10 images at the most per reply in a thread or 8-10 images for a new post/topic on the forum and that should fix the issue to prevent this from happening."
Unfortunately, the member told me that they were only trying to upload a few pics, so either there must be something weird about vBulletin?s upload code used in asset.php, or the way Sucuri?s IDS (Intrusion Detection System) interprets what?s happening.

I think I may have to find a coder to look at asset.php and see if he can create a pause between the upload of every pic, when a member is using the Advanced Uploading Method.

Thanks for all your input in attempting to help us .. much appreciated.. :up:

Regards,
Doug
Reply With Quote
Благодарность от:
MarkFL
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04238 seconds
  • Memory Usage 2,264KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (8)post_thanks_box
  • (2)post_thanks_box_bit
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (1)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete