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

From SME Server
Jump to navigationJump to search
(Joomla - sketched workaround)
(description of scuttle errors in 8.0beta7)
Line 1: Line 1:
 +
=== 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).
 
[[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:
 
As this leads to a "new" installation the neccessary settings can be retrieved using:
Line 5: Line 6:
  
  
I'll leave joomla in the broken section until a reliable howto is in place.
+
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)

Revision as of 22:52, 11 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)