vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   OFTEN WHEN SENDING PM'S: 405 Not Allowed nginx (https://vborg.vbsupport.ru/showthread.php?t=318848)

SP411 05-28-2015 09:08 PM

On my iPhone still but that blue cicrcle comes up on computer as well.

Also one member guaranteed every time I send her a PM I get 405 Gateway Nginx, others hit and miss. On both computer and iPhone.

We do have tapatalk I don't use it however members do.

vB4 Default Style

ForceHSS 05-28-2015 10:44 PM

If you have not talked to your host yet I would if this has only happened maybe they changed something if they have not I am sure they will know how to fix if not give them this
Code:

server {
    listen 80;
    client_max_body_size 4G;
 
    access_log /var/sites/webapp/logs/access.maintenance.log;
    error_log /var/sites/webapp/logs/error.maintenance.log info;
 
    server_name api.webapp.com;
 
    # this guy redirects any path to /api.json
    rewrite ^.*$ /api.json last;
 
    location / {
        root /var/sites/webapp/webapp/;
        index api.json /api.json;
 
        # this is the magic
        error_page 405 = $uri;
    }
 
}


SP411 05-28-2015 11:06 PM

I am going to show him this thread and get back to you.

Lynne 05-29-2015 12:27 AM

Is this problem only on your phone? Is this from the Mobile Suite or are you using a browser?

You really aren't giving us a lot of information about the problem so we can help.

error_logs are wherever your host puts them, not always in the root, so you need to ask where they are.

What version of vB? What version of mobile suite (if that is what the screen shots are of)? And what version of PHP?

ForceHSS 05-29-2015 12:39 AM

Was thinking that myself the problem was the mobile software, but I always like to eliminate all things first just in case

SP411 07-09-2015 10:43 AM

Problem was solved thanks formal the help.

It was one of the 35 mods we have that was causing conflict.


All times are GMT. The time now is 11:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02335 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete