Jump to content

sychn

Clients
  • Joined

  • Last visited

Everything posted by sychn

  1. Thanks, I checked the strings, they seemed not the ones in the selection box. Thanks. I checked the language locale, it is correct. Maybe it's a bug? Because the 'Day' in the selection box was translated correct, and it was not translated by me.
  2. Hello, I don't know somehow the date selection box were 33% translated and I don't know where to translate the 'yyyy' and 'mm' parts. Any tips? Thanks.
  3. Hi m8s, Does anyone know how to fix this MariaDB yum upgrade error? Thanks in advance! [root@sychn ~]# yum clean all Loaded plugins: fastestmirror Cleaning repos: base city-fan.org epel extras mariadb remi-php80 remi-safe : updates Cleaning up list of fastest mirrors Other repos take up 3.0 M of disk space (use --verbose for details) [root@sychn ~]# rm -rf /var/cache/yum/* [root@sychn ~]# yum upgrade Loaded plugins: fastestmirror Determining fastest mirrors * city-fan.org: www.city-fan.org * remi-php80: ftp.riken.jp * remi-safe: ftp.riken.jp base | 3.6 kB 00:00 city-fan.org | 3.0 kB 00:00 epel | 4.7 kB 00:00 extras | 2.9 kB 00:00 http://yum.mariadb.org/10.2/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. One of the configured repositories failed (MariaDB), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=mariadb ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable mariadb or subscription-manager repos --disable=mariadb 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=mariadb.skip_if_unavailable=true failure: repodata/repomd.xml from mariadb: [Errno 256] No more mirrors to try. http://yum.mariadb.org/10.2/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
  4. Thanks, m8. It works!
  5. Thank you, m8s. Don't know why almost all of the photos in Gallery post years ago were featured. It took me almost an hour to unfeatured them. 😅
  6. Hi m8s, When I ran yum upgrade today, it told me the error below. Does anyone know how to fix it? Thanks!
  7. Hi m8s, Is there any fast way to unfeature featured photos? Thanks.
  8. Hello, I used the Safari browser on an iPhone to access my website gallery and directyly shot and uploaded a video onto it. The video can be played well in the Safari browser on the iPhone, while on a PC with Windows 11 and Microsoft Edge browser, there is an "Unsupported Plugin" error when I play the video. Is it a outdated flash plugin or something? Any tips on it? Thanks!
  9. Hello, Is there a switch that can close the “New Images” block in Gallery index page? Thanks.
  10. The video is in a format of .mp4, the OS is Windows 11 and the browser is Microsoft Edge.
  11. Hello, The thumbnail size setup function of the screenshots is too weak in Downloads of current version. It would be much better if we could set the dimensions or the file size of the thumbnail and let the system to do the scaling job. If I uploaded a 5MB picture as a screenshot, then it would show up as the original size which is very slow sometimes. Thanks.
  12. Hello, If I insert existing attachment from File Downloads which was a video, then I could not delete the video in the editor no matter what I did. Thanks.
  13. Hello, Are there any settings of showing the directories directly when users click the [Downloads] button? By default, the [Downloads] button pointed to /files/, if I want to set it to /files/directories, are there any settings to do it? Or editing the Menu is the only way? Thanks.
  14. Thank you m8, it is resolved! 👍
  15. Thank you m8. I checked the translations and no menu_acp strings translated. Maybe other strings? I will check further more.
  16. Hello, Can we designate the gallery ID when we set the Image Feed in different forums? For example, in forum A, I can set the Image Feed of gallery A, while in forum B, I can set the Image Feed of gallery B. Different forums, different Image Feeds. Thanks.
  17. Hello, The Community icon was missing for a long time in the ACP. Does anyone know how to fix it? What is the path of this icon? Thanks.
  18. Hello, When I tried to upgrade my site to the latest version, it told me: The license key is not valid. Please contact account assistance. While the next renewal time is on March 29, 2023. Also my another suite, the same problem.
  19. Hi m8s, Is there any commercial smtp server that can be used in IPS? Thanks.
  20. sychn posted a post in a topic in Feedback
    Hello, Share Link for WeChat, Please. Tutorial: How do I link to wechat from a webpage? - Stack Overflow
  21. Hello, Does anyone know how to set the numbers of categories per row in Gallery? Also how to disable showing "Featured Images" and "New Images" in the Gallery index page? I remembered these were settable in previous versions. Thanks in advance.
  22. Thanks m8s. I didn't think of that. 😵
  23. I remembered there was some version variable strings like {$version} style in ipb 2.x or 3.x, so I can pasted it on the copyright part or somewhere else. Is there something like that in 4.x? Thanks.