anyway, it's easier to access and all in all a bit more more user-friendly ...
Hell ... ...Quiff Boy wrote:and this might make you very happy:
http://www.myheartland.co.uk/viewtopic.php?t=21813
Hell ... ...Quiff Boy wrote:and this might make you very happy:
http://www.myheartland.co.uk/viewtopic.php?t=21813
pretty ... ...Quiff Boy wrote:how's that now?
have tweaked the sidebar nav and removed all the system links to daft bits of the wiki that no one actually needs, replacing it with proper navigation to the sisters info
Oh hell ... ...Database error
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "SqlBagOStuff::get". Database returned error "145: Table './admin_sisterswiki/objectcache' is marked as crashed and should be repaired (localhost)".
Code: Select all
DROP TABLE IF EXISTS `objectcache`;
CREATE TABLE `objectcache` (
`keyname` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
`value` mediumblob,
`exptime` datetime default NULL,
UNIQUE KEY `keyname` (`keyname`),
KEY `exptime` (`exptime`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Code: Select all
REPAIR TABLE objectcache
Oh hell, that looks like hieroglyphics to me ... ...Quiff Boy wrote:just potted this.
fixed it by running this:
thanks for the tip off lazCode: Select all
DROP TABLE IF EXISTS `objectcache`; CREATE TABLE `objectcache` ( `keyname` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `value` mediumblob, `exptime` datetime default NULL, UNIQUE KEY `keyname` (`keyname`), KEY `exptime` (`exptime`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
<div style="clear: {{{clear|right}}}; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: {{{width|{{{1|auto}}}}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit}}}"}}>__TOC__</div>
No problem - glad it worked!Quiff Boy wrote:just potted this.
fixed it by running this:
thanks for the tip off lazCode: Select all
DROP TABLE IF EXISTS `objectcache`; CREATE TABLE `objectcache` ( `keyname` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `value` mediumblob, `exptime` datetime default NULL, UNIQUE KEY `keyname` (`keyname`), KEY `exptime` (`exptime`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
OK, I have double-checked this now myself ... it is indeed ok this way.Being645 wrote:Maybe you could please check the hieroglyphics I've copied from somewhere else
(and changed them slightly deleting only the stuff that would have created a "documentation page").
Still, there are so many brackets in it and I wonder whether all of these are necessary ...
<div style="clear: {{{clear|right}}}; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: {{{width|{{{1|auto}}}}}};" {{#if:{{{limit|}}}|class="toclimit-{{{limit}}}"}}>__TOC__</div>
Third day already ... ...Sorry! This site is experiencing technical difficulties.
(Can't contact the database server: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) (localhost))