Archived
3
0
Fork 1
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
docs/actionfoto/faq.md

20 lines
797 B
Markdown
Raw Normal View History

2024-12-20 18:12:22 +00:00
---
title: Frequently Asked Questions
description:
published: true
date: 2024-12-20T18:12:18.661Z
tags:
editor: markdown
dateCreated: 2024-12-20T18:12:18.661Z
---
# FAQ
## Images aren't send to the panel. How to fix?
First check if you don't get any errors. If not, make sure the name of the ActionFoto board is also the name of a ThemePark ride.
If you get an error, please check below.
### I get an `PacketTooBigException`:
The error looks like this: `com.mysql.jdbc.PacketTooBigException: Packet for query is too large. You can change this value on the server by setting the max_allowed_packet' variable.`
As you can see, you have to change the max_allowed_packet setting. Open the `my.cnf` file and change `max_allowed_packet` from 32M to 256M. This will allow us to send bigger images.