$wgDBtransactions gets set to true if using InnoDB tables. Is there
an advantage to using InnoDB tables?
The disadvantage is that with MySQL there is a file, ibdata1, that
seems to grow endlessly if InnoDB tables are used. See
http://bugs.mysql.com/bug.php?id=1341
We're wondering if we should just convert everything to MyISAM. Any
thoughts?
=====================================
Jim Hu
Associate Professor
Dept. of Biochemistry and Biophysics
2128 TAMU
Texas A&M Univ.
College Station, TX 77843-2128
979-862-4054
Hello,
I'd like to modify the edition buttons (the buttons you have above the
edition frame when you modify a page), to remove the date from the
signature button, and keep only the name.
It works manually when removing one of the '~' from the signature added
(the button adds --~~~~), so I'm trying to find where the javascript for
the buttons comes from.
--
*André Meunier*
Hi there:
I got this error of my website recently: When I login and click "edit", the
error message pop up:
----
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 "IndexPager::reallyDoQuery (LogPager)". MySQL returned
error "1146: Table 'nicawebsite.nica_tag_summary' doesn't exist (127.0.0.1)"
----
Then I google this error message and find out the solotion:
http://www.gossamer-threads.com/lists/wiki/wikitech/170529
So I run "php update.php" in /maintenance, only get this :
----
MediaWiki 1.15.1 Updater
A connection to the database could not be established. Check the
values of $wgDBadminuser and $wgDBadminpassword.
----
I am quite sure the values are correct in Localsettings.php
How can i fix this?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I've created some custom namespaced on one of my wikis, Botwiki
(previously known as pywikipedia).
I've put these lines in my LocalSettings.php file:
- ---
#Custom namespaces
$wgExtraNamespaces =
array(100 => "Manual",
101 => "Manual talk",
102 => "Python",
103 => "Python talk",
104 => "Php",
105 => "Php talk",
106 => "Perl",
107 => "Perl talk",
108 => "AWB",
109 => "AWB talk",
110 => "IRC",
111 => "IRC talk",
112 => "Other",
113 => "Other talk"
);
$wgContentNamespaces[] = 100;
$wgContentNamespaces[] = 102;
$wgContentNamespaces[] = 104;
$wgContentNamespaces[] = 106;
$wgContentNamespaces[] = 108;
$wgContentNamespaces[] = 110;
$wgContentNamespaces[] = 112;
- ---
However, I have a big problem: when I go to a page in one of these new
namespaces (not the discussion, the main ones), for example
http://botwiki.sno.cc/wiki/Perl:Copyright_Violation_Bot , I found the
red link to the discussion page. It's right, as there is no discussion
page for that article. But if you click on it, it brings you to
http://botwiki.sno.cc/w/index.php?title=Perl_talk:Copyright_Violation_Bot&a…
correct, of course. But have a look of the article and discussion tabs:
they are both red! The first, "article", leads to
http://botwiki.sno.cc/w/index.php?title=Perl_talk:Copyright_Violation_Bot&a…
when it should lead to
http://botwiki.sno.cc/wiki/Perl:Copyright_Violation_Bot and the second,
"discussion", leads to
http://botwiki.sno.cc/w/index.php?title=Talk:Perl_talk:Copyright_Violation_…
, when it should lead to
http://botwiki.sno.cc/w/index.php?title=Perl_talk:Copyright_Violation_Bot&a…
.
It's the first time I deal with custom namespaces :-( but I have some
ideas of what it can be. Can the problem be with the
$wgContentNamespaces settings? So it detects everything as ns0? (don't
think so).
Or can it be the fact that I haven't used an underscore in the
$wgExtraNamespaces definition?
Snowolf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGWhk7sdafW5NQMtERAuX+AKDQ7QLNjXv9cu+ZbSLXidMzgi/vNgCaA7VT
+VTgR3iI/BI7FVDqcyRZVJ0=
=a4yP
-----END PGP SIGNATURE-----
Thanks for the answer.
I just tested, and it only works if I disable the Extension:UsabilityInitiative in $IP/LocalSettings.php
#require_once("$IP/extensions/UsabilityInitiative/Vector/Vector.php");
Do you know something about this bug and how to fix it?
Greets
Dear all -
If you are interested in MediaWiki, especially Semantic MediaWiki related
stuff, you may be interested in SMWCon 2011
Spring<http://semantic-mediawiki.org/wiki/SMWCon_Spring_2011>,
please take several minutes to finish this *_pre-conference_
survey*<http://www.zoomerang.com/Survey/WEB22BDFEKJWSB>to help us make
it better for you, of you, and by you.
For your convenience, we don't require you to log in or have an email
address, so please do not take it multiple times.
Please also note that, if we choose a *weekday *instead of weekend
conference dates, we can save a lot on HVAC and admin fees.
You can view the real-time results
here<http://www.zoomerang.com/Shared/SharedResultsSurveyResultsPage.aspx?ID=L24L…>
.
Regards,
Jesse
Jesse (Jiaxin) Wang
Project Halo, Vulcan Inc.
*505 5th Ave. S, Suite 900*
*Seattle, WA 98104*
Direct Phone: (206) 342-2306
Direct Fax: (206) 342-3306
Twitter: @aiwang <http://twitter.com/aiwang>
http://www.linkedin.com/in/jiaxinwang
Hi all,
I am trying to make a template which contains syntax highlighting.
I made a template:
http://www.vtk.org/Wiki/Template:VTKCMakeLists
I then tried to use this template with:
{{VTKCMakeLists|Thing1|Thing2}}
But you can see here:
http://www.vtk.org/Wiki/VTK/Sandbox/UseCMakeListsTemplate
that it does not trigger the source code to be highlighted, but rather
actually includes the source tag as part of the text on the page.
Is there any way to do this?
Thanks!
David
Hello all,
So, I created a wiki and installed the Semantic Bundle. The last
step involved announcing my wiki, which I did. I don't see it anywhere in
any list though. It just started so there isn't much to see but I am
curious about the smw submission process and how to get listed.
Thanks,
Bruce
Hi,
is there any way of setting the default image license? Right now, I
only could find adding licenses, but the default is always "no license
given", and has to be manually changed before uploading.
Thanks,
Florian
What I've been trying to do is find a way to embed external content on
MW pages, especially the main page. This is for a departmental team
portal project. The 'external' content maybe be in several forms, and
is typically small snippets of information that are placed in
different places on a page with <div>.
My goal is that each time the MW page is loaded that the external data
is loaded. I've used two methods so far:
<php>include ('http://someURL.php <http://someurl.php/>');</php> and also
using the
'include' extension like <include src="http://.someURL.php" /> or
<include src="file.inc" />.
The PROBLEM is that the external data isn't reliably loaded
dynamically. Seems like it's cached somewhere and only updated when I
modify the page -- how can I work around this? (tried disabling
memcached with effect) The external data are either fully dynamic
(e.g. some php that pulls/calculates data at each execution), or are
peridically updated by some outside method (eg a cron job that runs
every 15min and dumps some results to a txt file).
This is not an attempt to create an ajax-like solution with <div> that
are independent of the page (althought that would be nice too and I
don't know where to even start)... this is only to update each time
the page is refreshed (anyone know a way to add a meta-refresh to a MW
page?)
Thanks in advance ... i've been picking away at this for a few months
with no luck and now i really need to find a solution FAST.