Bug #421
Problems with ownCloud After Package Upgrade on FreeBSD
Description
I recently upgraded my web servers packages using:
pkg update && pkg upgrade
The upgrades successfully installed and after restarting apache using the following command I was unable to connect to ownCloud:
service apache22 restart
When I go to the web front end I receive only a single error stating:
Failed to start session
The Fix¶
I use memcached to centralize my session information, so I decided to upgrade the pecl-memcached package, like so:
portsnap fetch extract cd /usr/ports/databases/pecl-memcached make reinstall clean
I restarted apache one more time, and the problem went away.