Hi Ralf, This problem has been discovered and a bug has been filled on Mysql :
http://bugs.mysql.com/bug.php?id=44538 This bug is critical, but you have a work around, is to use the 64 bits version using the following commands : svccfg -s mysql:version_51 setprop mysql/enable_64bit=true svcadm refresh mysql:version_51 svcadm restart mysql:version_51 Cheers Eric On 06/ 4/09 10:20 AM, Ralf Albrecht wrote: > Hello, > > after I installed Joomla 1.5.10 stable version I get the following error > message in the part of the screen where sample data can be seen. > > Error loading Modules:MySQL server has gone away SQL=SELECT id, title, > module, position, content, showtitle, control, params FROM jos_modules AS m > LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 > AND m.access = 0 AND m.client_id = 0 AND ( mm.menuid = 1 OR mm.menuid = 0 ) > ORDER BY position, ordering > > The header image with the Joomla sign and the html part like the frame seems > to be ok. > > > System: > OS: Opensolaris SunOS bilder 5.11 snv_111a i86pc i386 i86pc (service is > runnig in a Solaris Zone) > MYsql: 5.1.30 > PHP:5.2.9 > Apache: 2.2.11 > > Any advice and hints are welcome. If you need any further information, please > contact me. > > Cheers > > Ralf >
