Recent content by hurricane_sh

  1. H

    XF 2.2 Change thread titles

    Thanks. Unfortunately $params doesn't have the title , it always contains only one value: node_id.
  2. H

    XF 2.2 Change thread titles

    I want to change thread titles in my overridden method, I have tried changing _POST and _REQUEST, I can see the global variables were changed successfully, but they are not used in the posted thread. How can I change it? Thanks! public function actionPostThread(ParameterBag $params) {...
  3. H

    XF 2.2 Print Debug Messages

    Never mind, now I've setup Xdebug to debug my addon. Couldn't be happier.
  4. H

    XF 2.2 Print Debug Messages

    Thanks, yes. My addon is checking thread titles and rejecting very short titles, other code below the debug string code works well. I just couldn't print debug string.
  5. H

    XF 2.2 Print Debug Messages

    Trying to write my first add-on, extended Thread, I want to see the structure of $params, my code goes like this. class Thread extends XFCP_Thread { public function actionEdit(ParameterBag $params) { // dump $params // the first way \XF::dump($params)...
  6. H

    XF 2.2 Database error when hard-deleting a thread after upgrade

    xenForo support helped me fix it by doing ALTER TABLE xf_thread_view ENGINE=InnoDB;
  7. H

    XF 2.2 Database error when hard-deleting a thread after upgrade

    After I upgraded the forum from 2.2.1 to the the latest 2.2.13 with the one-click upgrade, I got the following errors when hard deleting some threads. Not all threads trigger this error, I had to manually soft delete their threads to clean up spammers. Any suggestions? Oops! We ran into some...
  8. H

    XF 2.2 Can't be accessed with iPads

    I created a default style per suggestion by a helpful member in a conversation, it seems working now. Not sure what the problems are yet. I made very few changes.
  9. H

    XF 2.2 Can't be accessed with iPads

    I did upgrade to 2.2.13. But I can access xenforo community with iPad just fine. Do you have the same problem?
  10. H

    XF 2.2 Can't be accessed with iPads

    Thanks, appreciated it.
  11. H

    XF 2.2 Can't be accessed with iPads

    It's even weirder, I'm using 16.5.1. Here is the discussion, all iPad users seem to have the same problem so far: https://www.seniorforums.com/threads/ipad-can%E2%80%99t-connect.83699/
  12. H

    XF 2.2 Can't be accessed with iPads

    Thanks for the replies, the link is https://www.seniorforums.com I don't use any cloud service, just a standalone server. There is nothing in the server log or xenforo error log. Another xenforo forum on a different server has the same problem. The requests may not reach my servers, maybe some...
  13. H

    XF 2.2 Can't be accessed with iPads

    How is it possible that it only happens to iPad? Weird.
  14. H

    XF 2.2 Can't be accessed with iPads

    Upgraded XF and its only addon to the latest version, still the same.:(
  15. H

    XF 2.2 Can't be accessed with iPads

    Yes. I made a mistake in my first post, the forum title can't be loaded either. Very standard installation, only installed the official media gallery addon.
Top Bottom