Recent content by ndahiya

  1. N

    [OzzModz] Activation Reminder & User Purger

    One suggestion is to only delete members where post count is 0. Deleting members with posts can have other impacts. In UserPurger.php, adding this to the query should help: AND message_count > 0
  2. N

    XF 2.3 Using XF 2.3 OAuth Provider

    Digging in more, realized that the Rewriterule needs to be different if fcgi is set as the php handler (based on this discussion: https://stackoverflow.com/questions/7884687/http-authentication-with-php-running-as-fcgi ) I added (in .htaccess) and it works!
  3. N

    Server issue Checkboxes now showing in 2.3.0B4

    Thanks @Jeremy! SVG type was not listed properly. Added this to apache config. works now. Matter is resolved.
  4. N

    Server issue Checkboxes now showing in 2.3.0B4

    yes, i can download the svg file by browsing to it directly. i have now tried firefox, chrome, edge, and safari. so it is not a simple render issue?
  5. N

    Server issue Checkboxes now showing in 2.3.0B4

    the install script did not throw any errors. so either it is a bug of how the permission check is being done, or this is another issue (on at least some installs).
  6. N

    XF 2.3 Using XF 2.3 OAuth Provider

    I have a similar issue. I have the RewriteRule in .htaccess but still get a the no_api_key_in request_error discussed here:
  7. N

    XF 2.3 API / Oauth2 : get username and email [2.3.0B5]

    hi - am trying to get OAuth2 to work with xenforo as the master and mediawiki as the client. fwiw, i am using "oauth2 client" extension for mediawiki. the relevant settings are: i am able to see the login page when i click on Oauth2 login in mediawiki, but the username and email are not...
  8. N

    Server issue Checkboxes now showing in 2.3.0B4

    This does not work. In any case, with suphp, 755 should work just as well as 775. EDIT: not working in 2.3.0 B5 either
  9. N

    XF 2.3 API access URL for Oath2 client

    Hi - we're setting up a Oauth2 client and it needs a URL for the API (to return username and email). Specifying the api URL does not seem to return any value from xenforo and the client setup page does not a separate place to enter/pass the api key (separate from the oath2 clientID/secret)...
  10. N

    Server issue Checkboxes now showing in 2.3.0B4

    Hi, Did a clean install of 2.3.0 beta 4. None of the checkboxes in admin control panel are visible. have tried this with firefox, chrome, and edge. See attached pics for a sample page. i see the same issue everywhere. Just for comparison, did a clean install of 2.2.5, and they work just fine.
Back
Top Bottom