wargames
Forum Replies Created
-
Forum: Plugins
In reply to: [Vampire Character Manager] fork your plugini am having someone completely change to support legend of the five rings 4th edition.
I am also getting {“error”:”redirect_uri_mismatch”,”error_description”:”The redirect URI provided is missing or does not match”,”error_uri”:”#section-3.1.2″}
this appears to be an issue within rocketchat settings you need to change the following and restart rocketchat
general > site url > {yoursite}.com:3000
I am having another issue with oauth and rocketchat but i believe its an issue with rocketchat https://github.com/RocketChat/Rocket.Chat/issues/13340
Forum: Fixing WordPress
In reply to: Can’t updateThat did it, I wasn’t looking far enough up the tree, thank you.
Forum: Fixing WordPress
In reply to: Can’t updatehttps://pastebin.com/ScY23hZU I am using apache2.
Forum: Fixing WordPress
In reply to: Can’t updateThat is I forgot how to do that.
Forum: Fixing WordPress
In reply to: Can’t updateIts been so long since I messed with what form of PHP I am running and permissions something that I also haven’t looked at in forever. I do know prior to 4.8 the dashboard did work and updated things just fine.
Forum: Fixing WordPress
In reply to: Can’t updateNothing in my error logs gets updated when I try and do an update.
Forum: Fixing WordPress
In reply to: Can’t updateIts on a vps I manage, where can I find the logs?
Forum: Fixing WordPress
In reply to: Can’t updateI did going from 4.8.1 to 4.8.2 while it claim to update it didn’t fix the issue of the auto updater failing everything I try and use it.
Forum: Fixing WordPress
In reply to: Can’t updateThis is what the page says after trying to update.
Forum: Fixing WordPress
In reply to: WordPress not updatingno solutions yet?
Forum: Fixing WordPress
In reply to: WordPress not updatingThis is not a permissions issue as I have updated wordpress in the past but this verison is having issues updating.
Forum: Plugins
In reply to: [WP w3all phpBB] Log in messed upThat fixed it and thanks for the timely response, I did change over my domain address the same time I updated so things got wonky.
Forum: Plugins
In reply to: [AcuGIS Leaflet Maps] How to do noWrap?So this is my test leafletjs
https://five-rings-online.net/rokugan/this is what y’all have
https://five-rings-online.net/map/If you zoom out all the way you see it wrapping around and offering multiple verison of the same map, you can also zoom too far into the map of the plugins and have the image just disappear.
Here is the tile reference that I have for the map Note max zoom, continousworld and no wrap.
// Reference the tiles
L.tileLayer(‘https://five-rings-online.com/rokugan/map/{z}/{x}/{y}.png’, {
minZoom: 1,
maxZoom: 6,
continuousWorld: false,
noWrap: true,
}).addTo(mymap);