Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
**** FIXED *****I recently moved hosting companies from one VPS to Linode. After the move everything was working fine, but I started having members complaining that some images were not uploading properly.They would upload an attachment (image) and the progress bar would hit 100% and then nothing would happen.After a bunch of researching, I changed the following settings for PHP and MySQL to match my previous VPS. I'm unfortunately not sure which one was successful in fixing the problem, but wanted to post here (and a few other related threads) to share that this worked for me!pico /usr/local/lib/php.inimemory_limit = from 32M to 158Mpico /etc/my.cnfmax_allowed_packet=268435456 to max_allowed_packet=64Mwait_timeout=10 to 45(make sure to restart your services after you make the changes)
**** FIXED *****
I recently moved hosting companies from one VPS to Linode. After the move everything was working fine, but I started having members complaining that some images were not uploading properly.
They would upload an attachment (image) and the progress bar would hit 100% and then nothing would happen.
After a bunch of researching, I changed the following settings for PHP and MySQL to match my previous VPS. I'm unfortunately not sure which one was successful in fixing the problem, but wanted to post here (and a few other related threads) to share that this worked for me!
pico /usr/local/lib/php.ini
memory_limit = from 32M to 158M
pico /etc/my.cnf
max_allowed_packet=268435456 to max_allowed_packet=64M
wait_timeout=10 to 45
(make sure to restart your services after you make the changes)
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences