Fresh Ubuntu install strange issues

Hi guys,

Fresh install of Ubuntu 14.4 LTS. Some very strange issues.

As an example, I might be creating a product, and I click to search for a product group, it brings up a popup screen which is blank. It complains about AOS Product Categories.

Another example is adding a product line in the quote. Tabbing through the fields the data entered disappears.

Is there known problems with Ubuntu 14.4 LTS? I had similar problems with CentOS 7 which is why I tried using Ubuntu.

Tried SuiteCRM 7.4 and 7.3.2. Same issues. Also tried Safari and Chrome on Mac. Also tried with Firefox from a Windows PC. Same issues. It seams to be certain Search popups having the issue, not all of them.

The attached screenshot might help.

This is interesting. When looking at the Logs, no SuiteCRM log message, but there is an Apache error.

[Wed Nov 11 11:45:03.413833 2015] [core:notice] [pid 2361] AH00051: child pid 2369 exit signal Aborted (6), possible coredump in /etc/apache2
apache2: libmemcached/storage.cc:341: memcached_return_t memcached_send_ascii(memcached_st*, memcached_server_write_instance_st, const char*, size_t, const char*, size_t, time_t, uint32_t, uint64_t, bool, bool, memcached_storage_action_t): Assertion memcached_failed(rc)' failed. apache2: libmemcached/storage.cc:341: memcached_return_t memcached_send_ascii(memcached_st*, memcached_server_write_instance_st, const char*, size_t, const char*, size_t, time_t, uint32_t, uint64_t, bool, bool, memcached_storage_action_t): Assertionmemcached_failed(rc)’ failed.
apache2: libmemcached/storage.cc:341: memcached_return_t memcached_send_ascii(memcached_st*, memcached_server_write_instance_st, const char*, size_t, const char*, size_t, time_t, uint32_t, uint64_t, bool, bool, memcached_storage_action_t): Assertion memcached_failed(rc)' failed. apache2: libmemcached/storage.cc:341: memcached_return_t memcached_send_ascii(memcached_st*, memcached_server_write_instance_st, const char*, size_t, const char*, size_t, time_t, uint32_t, uint64_t, bool, bool, memcached_storage_action_t): Assertionmemcached_failed(rc)’ failed.

So it appears to be a problem with Memcached which I installed for OwnCloud. Any ideas on how to fix this without removing memcached?

For anyone that has this issue in the future, ‘apt-get remove php5-memcached’ solved the problem. But would be good to keep it for OwnCloud.

1 Like