Recent content by ehsanix

  1. ehsanix

    [DigitalPoint] App for Cloudflare®

    Thanks for the tip. So many requests on server log from 129.144.0.0/12 on both proxy.php and old threads.
  2. ehsanix

    [DigitalPoint] App for Cloudflare®

    Hi, Any idea what may has happened that requests on the image-proxy worker have increased significantly? (forum visitors and other cloudflare traffic charts are normal and no signs of attack or bot requests)
  3. ehsanix

    [DigitalPoint] App for Cloudflare®

    maybe there is something wrong on your r2 access data
  4. ehsanix

    [DigitalPoint] App for Cloudflare®

    add this at the end of your command --s3-no-check-bucket
  5. ehsanix

    [DigitalPoint] App for Cloudflare®

    Thanks for the quick reply, Thanks for the tip! it seems the "internal_data/attachments" bucket is missing a attachment folder and all the data should be moved to that folder. Is there any way to do this in R2 itself and do not re-upload the files?
  6. ehsanix

    [DigitalPoint] App for Cloudflare®

    Hi! Thanks for this great addon! I just installed version "1.7.0.1" a few hours ago, Then tried to upload the data and attachments to the R2 manually (using rclone) and it was successful. Then enabled the R2 storage features in the addon settings. I have now two issues: 1. After the activation...
  7. ehsanix

    [InfisJSC] Topic (thread) starter's permissions

    Hello, Any plan to update this addon for Xenforo 2.0 ? ETA ? Regards,
  8. ehsanix

    Lack of interest Alternate URL Scheme For Tags

    An up-vote for this suggestion as we have the same issue with Persian language as discussed here: https://xenforo.com/community/threads/tag-url-for-non-english-characters.132881/
  9. ehsanix

    XF 1.5 tag url for non-english characters

    Thanks for the reply, I couldn't find any thread in "Suggestion Forum". May I start a new one there? Can this be changed with developing addon or it is deeply in xenforo code ?
  10. ehsanix

    XF 1.5 tag url for non-english characters

    Hello everybody. I am having many issues with URLs of tags for Persian (utf8) characters, So I checked here for previous threads on this issue and found few for some special charachters in some languages which can be ignored. But this is different in Persian characters. The problem is xenforo...
  11. ehsanix

    Fixed User online feature degrading database performance

    I had more than 1000 deadlocks/day before but after this change in xf_session_activity PRIMARY KEY, I had only 3 deadlocks in a week! (usually 2k users online on my board)
  12. ehsanix

    Libmemcached and caching sessions

    Thanks for the tip.
  13. ehsanix

    Libmemcached and caching sessions

    Is this a dumb question? Or I have to wait for somebody to help?
  14. ehsanix

    Libmemcached and caching sessions

    Hello, I have libmemcached configured and I am using it for session caching as well (config.php settings) So I was wondering why I have still lots of queries like this? Waiting for table level lock | INSERT INTO xf_session_activity ...
  15. ehsanix

    Design issue Deadlock found when trying to get lock; try restarting transaction

    I had a few deadlocks per week 6 months ago. Nowadays I have more than thousands deadlocks per day. It may come from a plugin update, but is this normal? (I don't think so) Most of them are on xf_deferred.
Back
Top Bottom