docs: create actionfoto/faq
This commit is contained in:
parent
b0cc73cfe0
commit
fd09a85ad2
1 changed files with 20 additions and 0 deletions
20
actionfoto/faq.md
Normal file
20
actionfoto/faq.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
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.
|
Reference in a new issue