Talk:SME8.0 Contribs QA
Joomla
Joomla is not working in 8.0beta6 --> PHP5 issue. An existing (failed / broken) Joomla 1.5.7 installation can be overwritten with Joomla 1.7.1 (can be retrieved here: http://joomlacode.org/gf/download/frsrelease/15752/68388/Joomla_1.7.1-Stable-Full_Package.tar.gz). As this leads to a "new" installation the neccessary settings can be retrieved using:
db configuration show joomla
I'll leave joomla in the broken section until a reliable howto is in place.TTown 13:52, 11 January 2012 (MST)
Scuttle
Scuttle is not working well in 8.0beta7.
Even though it installs as described and does somewhat work it keeps throwing warnings like:
Deprecated: Assigning the return value of new by reference is deprecated in /opt/scuttle/services/bookmarkservice.php on line 8 Deprecated: Assigning the return value of new by reference is deprecated in /opt/scuttle/services/templateservice.php on line 8 Deprecated: Assigning the return value of new by reference is deprecated in /opt/scuttle/services/templateservice.php on line 19 Deprecated: Assigning the return value of new by reference is deprecated in /opt/scuttle/services/userservice.php on line 8 Deprecated: Assigning the return value of new by reference is deprecated in /opt/scuttle/services/cacheservice.php on line 10 Deprecated: Assigning the return value of new by reference is deprecated in /opt/scuttle/services/tagservice.php on line 9 Warning: Cannot modify header information - headers already sent by (output started at /opt/scuttle/services/bookmarkservice.php:8) in /opt/scuttle/templates/top.inc.php on line 1
which renders it pretty useless because there is not much space left on the screen. TTown 13:52, 11 January 2012 (MST)
A workaround:
yum --enablerepo=sme7contribs --enablerepo=smecontribs install smeserver-scuttle
Remove /opt/scuttle/ Download the current sources from sourceforge: http://sourceforge.net/projects/scuttle/files/latest/download Extract to /opt/scuttle/ Copy /opt/scuttle/config.inc.php.example to /opt/scuttle/config.inc.php Edit config.inc.php as described in scuttle
Works for me TTown 04:43, 12 January 2012 (MST)