20 lines
No EOL
797 B
Markdown
20 lines
No EOL
797 B
Markdown
---
|
|
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. |