Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2024.06] Fatal Errors #14025

Open
tobiasd opened this issue Mar 22, 2024 · 6 comments
Open

[2024.06] Fatal Errors #14025

tobiasd opened this issue Mar 22, 2024 · 6 comments
Labels
Milestone

Comments

@tobiasd
Copy link
Collaborator

tobiasd commented Mar 22, 2024

Please report here any PHP Fatal error message obtained running the 2024.03 stable or 2024.06-dev/rc versions.

Replaces #13763

@tobiasd tobiasd added the Bug label Mar 22, 2024
@tobiasd tobiasd pinned this issue Mar 22, 2024
@tobiasd tobiasd added this to the 2024.06 milestone Mar 22, 2024
@mtyton
Copy link

mtyton commented Apr 6, 2024

After update to 2024.03 I'm still getting those:

Call to undefined method Friendica\Core\Storage\Repository\StorageManager::put()
#0 /var/www/friendica/src/Model/Photo.php(641): Friendica\Model\Photo::store()
#1 /var/www/friendica/src/Model/Contact.php(2399): Friendica\Model\Photo::importProfilePhoto()
#2 /var/www/friendica/src/Model/Contact.php(2905): Friendica\Model\Contact::updateAvatar()
#3 /var/www/friendica/src/Model/Contact.php(2685): Friendica\Model\Contact::updateFromProbeArray()
#4 /var/www/friendica/src/Worker/UpdateContact.php(46): Friendica\Model\Contact::updateFromProbe()
#5 [internal function]: Friendica\Worker\UpdateContact::execute()
#6 /var/www/friendica/src/Core/Worker.php(572): call_user_func_array()
#7 /var/www/friendica/src/Core/Worker.php(386): Friendica\Core\Worker::execFunction()
#8 /var/www/friendica/src/Core/Worker.php(121): Friendica\Core\Worker::execute()
#9 /var/www/friendica/bin/worker.php(87): Friendica\Core\Worker::processQueue()
#10 {main}

PHP Version: 7.4.33
mysql Ver 15.1 Distrib 10.5.23-MariaDB

Above exception happens to every UpdateContact task

@tobiasd

This comment was marked as resolved.

@Friendlica

This comment was marked as resolved.

@tobiasd

This comment was marked as resolved.

@Friendlica
Copy link

Friendlica commented May 17, 2024

Worker.php 579 execFunction

Exception: Got a packet bigger than 'max_allowed_packet' bytes in /src/Core/Storage/Type/Database.php:94
Stack trace:
#0 /src/Model/Photo.php(459): Friendica\Core\Storage\Type\Database->put()
#1 /src/Model/Photo.php(646): Friendica\Model\Photo::store()
#2 /src/Model/Contact.php(2390): Friendica\Model\Photo::importProfilePhoto()
#3 /src/Model/Contact.php(2896): Friendica\Model\Contact::updateAvatar()
#4 /src/Model/Contact.php(1449): Friendica\Model\Contact::updateFromProbeArray()
#5 /src/Worker/AddContact.php(41): Friendica\Model\Contact::getIdForURL()
#6 [internal function]: Friendica\Worker\AddContact::execute()
#7 /src/Core/Worker.php(574): call_user_func_array()
#8 /src/Core/Worker.php(388): Friendica\Core\Worker::execFunction()
#9 /src/Core/Worker.php(123): Friendica\Core\Worker::execute()
#10  /bin/worker.php(87): Friendica\Core\Worker::processQueue()
#11 {main}

@MrPetovan
Copy link
Collaborator

max_allowed_packet is a MySQL/MariaDB configuration, please increase the limit if you have your FileSystem set to database to allow for larger files including images to be stored and retrieved to and from the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants