Recent content by Nigel Nelson

  1. N

    XF 2.2 Safari 16.4.1 causing error 'page no longer available'

    Further investigation has shown that the underlying problem is that the excution of the logon url accesses the 'token' in the database before it has been updated from the api auth/login-token request meaning that the token in the url could not be found. The workaround has been to add a delay...
  2. N

    XF 2.2 Safari 16.4.1 causing error 'page no longer available'

    This is a member's only forum accessed using the RestAPI auth/login-token. Until the recent Safari upgrade this has been working taking the user directly to the forum listing. Now Safari users who have updated to 16.4.1 are getting the error 'This page is not longer available. Please go back and...
  3. N

    XF 2.2 Safari 16.4.1 causing error 'page no longer available'

    This is a member's only forum accessed using the RestAPI auth/login-token. Until the recent Safari upgrade this has been working taking the user directly to the forum listing. Now Safari users who have updated to 16.4.1 are getting the error 'This page is not longer available. Please go back...
  4. N

    [OzzModz] Google Search

    My installation is working except for one problem. The Google search is not finding anything on the forum. There are two likely causes as the forum is a members forum within a website. Am I using the correct url in the Google search engine, it is set to the Xenforo root. The second, possibly...
  5. N

    api POST returning error 500

    With the help of bypass permissions I have now got the Get & Post users doing what I need so can now work on the refinements.
  6. N

    api POST returning error 500

    Removing the 'SendChunked' gave a distinct improvement in that the results became either a 403 forbidden or 404 path not found. It soon became apparent that the usual cause of these errors was the data either being out of range or wrongly formatted. Result is that GET api/threads?page=1 and...
  7. N

    api POST returning error 500

    Since posting the original message I have been trying all the options that I can think of without any success. This includes adding write permissions to almost everything to all the update to XF2.2. Have I missed something obvious? I am running on a shared server and the response that I am...
  8. N

    api POST returning error 500

    I have just set up a basic XF2 installation prior to upgrading from 1.5 Included are a user and a thread. An API GET works but the similar POST fails with an error 500 and I have been unable to trace the problem. for example a GET users/2/ will return the user details whereas just changing the...
Top Bottom