Jump to content

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. I will consider it, but for now I will leave it @kevinexit Feel free to contact me on discord to discuss it.
  2. Reason for this was simply because you abused the PM system a little while back. Again now your then highjacking a thread, asking for a display template. When you have enough posts, please post in the Webflake Marketplace to request the template.
  3. php.ini can be set per domain in cpanel and one global so no. Btw zlib compression is advised on
  4. I would guess its the amount of time the server spends trying to handle the request. My suggestion would be to try increase the timeout for PHP and the time for execution. Now you might say, that it takes longer time then 200MB file, but the server handles each file differently, even the NAME of the file if its to long can cause it to stop. It stops waits for the client, client is still sending etc. And you get a infinite loading part you have there. After some time, server and client finally catches up and it throws a error because it never got all the data so the upload failed which normally then in IPS terms is -200 You also stated that now you can only upload images not files, so my biggest suggestion would be to request a server restart or check the health of the server yourself. (Depending on your host)
  5. would suggest rollback a backup before it on a test server to see if its a local minor version bug on gallery or not
  6. My apologies your right <> is the same as not equal to as in != (I'm to used to JS so my apologies) As far as I remember though if you read it this is reading SELECT COUNT(*) FROM `gallery_images` WHERE image_album_id=48 AND image_id<>1544 AND image_= IS NULL SELECT AND COUNT EVERYTHING FROM "gallery_images" WHERE image_album_id=48 AND image_id is not equal to 1544 AND image_= IS NULL normally when writing IS NULL or IS NOT NULL you don't equal it to anything you would just say AND image_ IS NULL but it reads wierd if its null, so it might be the problem right there as you can't EQUAL IS NULL
  7. did you try delete the photo and reupload it, it looks to be the id <> as thats not really valid sql imo
  8. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  9. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  10. Cookie Monster

    Ayo

    Topic archived, no descriptive title, and no info.
  11. I will archive this topic because of the following reasons. This should be posted in IPS Requests User does not have enough posts to do this.
  12. The request(s) in this topic have been filled and the file has been provided. This topic is now closed. If you have other requests, please open a new topic.
  13. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  14. So i don't use a DLNA server, BUT i have a DLNA supported NAS. The way I have setup my system, is the following 2x Raspberry Pi 2 (One for the bedroom, one for the living room) -These are my "players" 1x Server (When I say server, we are talking and old shuttle pc that has 4GB of ram, and a Dual Core Pentium II so about 15 years old) - System runs Ubuntu Server 1x QNAP TS-212 (6TB of storage that needs an upgrade) So the NAS stores all my movies, all my Series all my backups. The Server itself runs with docker and its own setup of docker containers. These containers: Radarr - This organises all my movies /(1500+ at the time of writing) Sonarr - This organises all my TV Shows (About 100 different TV Shows with total a little bit over 10 000 episodes in total) Traefik - Creates Dynamic SSL Certificates for free per container - This makes it easier to redirect traffic with SSL to a website running in docker. Portainer - Web Interface to control docker containers and images. Transmission - Bit Torrent Download Jackett - API To search for torrents etc for Radarr and Sonarr. MariaDB - Used so I can use resume, pause play cross device. Custom Google Home Server - Makes me able to interact with Kodi with voice commands "Kodi play Home Alone in the living room" will start home alone movie in the living room. Home Assistant - To control the lights and anything custom i want to do with smart devices. So as you can see it sounds REALLY REALLY hard but once you have the 1 docker file i invested in making this. I can create my backup and restore in about 30 min inc linux install. But its all on automatic, and I can use my phone to look for any movie or tv show and the rest is automatic and the process goes like this. Finds a movie -> Radarr Searches for torrents (To my speccs) -> Sends the torrent file to Transmission -> Downloads -> Radarr gets notified its completed -> Copies, Renames Folder and file (to my standard) -> Triggers Kodi to update changes. -> Sends a Notification to my phone and Kodi that XYZ Movie is now ready to be watched. I can also download anything while i'm on holidays if i wanted.
  15. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  16. You need to change it in Cpanel This is for wordpress but same gist, just DONT do method 1 as its specific for wordpress. Method 2 will work as a general guide. https://www.hostinger.co.uk/tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress
  17. As posted in the changelog Due to an unforeseen change with the group promotions, we've had to adjust our Inactivity Policy. Inactivity Policy only applies to Newbies, Members, and Advanced Members Accounts that were created 30 or more days ago and have not posted in 30 or more days will be marked inactive. Content count is not considered. Whether you have 0 posts or 49, you're subject to this rule. To further clarify: if you create an account and don't post at all within 30 days, you'll be marked inactive. Even if you're logging in daily and downloading files. To remove yourself from the Inactive Members group, you only need to post once. You'll be moved to Newbies. To restore your previous group, you'll need to post once more so that the system scans the promotion rules again. In short, you need to post twice to move out of Inactive Members and back to your original group. Please do not spam with "thanks", "welcome", or other useless nonsense. Your account will just be flagged as a spammer Also to add, why write "hello" as a topic title. A good tip is to make a descriptive topic title so people can help you @kinhodesouza
  18. You will need to adjust your php upload limit thats the issue, not the theme itself.
  19. Topic has been archived. We are an English speaking forum If you can't even use a translator to translate so others can reply nobody can help you. Though i can see some people understand it. If you wish to repost it do so but please do use english
  20. no lag ? What type of android phone did you test ?
  21. No it doesn't. I would say it has the same security as Windows in a way. You create files in your home folder, like on your users desktop or my documents. No password is required. You want to access an area that's not your users then yes, same with Windows. But a more secure ? os I would agree on What you mean?
  22. You need to give more info then that. i if(user.secondary_group) { do stuff } This for PHP, is it for Javascript, what are you trying to gain. If you can't really write more then 1 or 2 lines of help text, then I can't really write more then if(!helpful) { return "Can't help user" } else { return "Sure I can help" }
×
×
  • Create New...