Difference between revisions of "Talk:SME8.0 Contribs QA"

From SME Server
Jump to navigationJump to search
m (Considerations for removal of some instructions on this page)
 
(→‎Scuttle: workaround added)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Undesired instructions===
+
=== Joomla ===
I think this page is seriously disregarding the philosophy of SME Server.
+
[[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).
I think the note on the nag screen should not be on this page as we would like to test as good and thorough as possible without to much exceptions. Doing like instructed is a deviation from the normal advised process. <small>—&nbsp;[[User:Cactus|Cactus]] ([[User talk:Cactus|talk]]&nbsp;|&nbsp;[[Special:Contributions/Cactus|contribs]])&nbsp;</small> 17:16, 15 October 2009 (UTC)
+
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.[[User:TTown|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.
 +
[[User:TTown|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 [[User:TTown|TTown]] 04:43, 12 January 2012 (MST)

Latest revision as of 13:43, 12 January 2012

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)