The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
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 |
#12
|
|||
|
|||
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; } } |
#13
|
|||
|
|||
I am going to show him this thread and get back to you.
|
#14
|
||||
|
||||
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? |
#15
|
|||
|
|||
Was thinking that myself the problem was the mobile software, but I always like to eliminate all things first just in case
|
#16
|
|||
|
|||
Problem was solved thanks formal the help.
It was one of the 35 mods we have that was causing conflict. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|