active questions tagged mediawiki - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T01:56:25Zhttp://stackoverflow.com/feeds/tag/mediawikihttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1793287/generating-an-article-from-an-email-in-mediawiki0Generating an article from an email in mediawikiSam2009-11-24T22:11:43Z2009-11-27T17:04:02Z
<p>I would like to be send an email to an address that mediawiki can pick up and have mediawiki take it and generate a new page from it as a starting point. More complicated stuff like categories can come later.</p>
<p>I have searched around on the web and not found anything obvious.</p>
<p>I have not developed against mediawiki before but am an able and willing developer.</p>
<p>Thanks for any assistance provided.</p>
http://stackoverflow.com/questions/661216/change-mediawiki-namespaces0change mediawiki namespaces?Mike2009-03-19T06:14:20Z2009-11-22T05:00:03Z
<p>Is there a way to reassign or change the core namespaces of mediawiki? For example, I'm having difficulty linking to a page I want to call "Template" because mediawiki has a namespace already for Template. I'd like to re-assign the mediawiki "template" namespace to something else.</p>
<p>Any thoughts?</p>
http://stackoverflow.com/questions/1148583/problem-with-mediawiki-cookies0problem with mediawiki cookies Mohammed Safwat2009-07-18T21:14:18Z2009-11-19T21:29:12Z
<p>anytime a user logs into our Wiki they get the following error: "This Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again." Even though the error displays, the user is actually logged in and can make edits as normal. If the user doesn't look closely they can't tell they are logged in and it's causing confusion I would be glad if anyone gives me a hint</p>
http://stackoverflow.com/questions/1391248/modrewrite-redirect-all-urls-except-wiki0mod_rewrite redirect all urls except /wikikarl2009-09-07T22:58:01Z2009-11-18T15:44:21Z
<p>I'm new to mod_rewrite and have just been going by trial and error so far, I'd like to redirect all URL requests to /drupal-6.13/ and hide the /drupal-6.13/, but if the URL is www.site.com/wiki not to rewrite anything. I'm also using the pathauto mod in drupal to create /content/title links for story content. I think it's the last section in the top and bottom htaccess that's rewriting the url, because www.iamthelaw.net/wiki gets rewritten as <a href="http://www.iamthelaw.net/wiki/?q=wiki" rel="nofollow">http://www.iamthelaw.net/wiki/?q=wiki</a>, but if I try removing them the admin links and content links no longer work. Is there anything I can add without taking out what's currently there to override just for the /wiki/ requests?</p>
<p>here's the htacess in the top level:</p>
<pre><code>Options -Indexes
RewriteEngine on
Options +FollowSymLinks
#site
RewriteCond %{HTTP_HOST} ^www\.iamthelaw\.net$ [NC]
RewriteCond %{REQUEST_URI} !^/drupal-6.13
RewriteRule ^$ /drupal-6.13/index.php [L]
#files
RewriteCond %{HTTP_HOST} ^www\.iamthelaw\.net$ [NC]
RewriteCond %{REQUEST_URI} ^.*\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_URI} !^/drupal-6.13/
RewriteRule ^(.*)$ /drupal-6.13/$1 [L,QSA]
#url 's
RewriteCond %{HTTP_HOST} ^www\.iamthelaw\.net$ [NC]
RewriteCond %{REQUEST_URI} !^/drupal-6.13
RewriteRule ^(.*)$ /drupal-6.13/index.php?q=$1 [L,QSA]
</code></pre>
<p>and in the rewrite section of the htacess in the subfolder /drupal-6.13/:</p>
<pre><code># Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /drupal-6.13
# Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ /drupal-6.13/index.php?q=$1 [L,QSA]
</IfModule>
</code></pre>
http://stackoverflow.com/questions/1603681/truncate-mediawiki0Truncate mediawikiPierre2009-10-21T21:12:20Z2009-11-16T20:32:02Z
<p>Hi all,
I'm working with the mediawiki API ( e.g. <a href="http://en.wikipedia.org/w/api.php" rel="nofollow">http://en.wikipedia.org/w/api.php</a>) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping some tables (users, ?...).
What would be the SQL queries ? </p>
<p>I would say: tuncate all the tables but ${PREFIX}_user and update ${PREFIX}_user set user_editcount=0 ?</p>
<p>Any other(safer) suggestion ?</p>
http://stackoverflow.com/questions/1635092/has-anyone-successfully-installed-the-open-source-version-wikihow-without-major-b0Has anyone successfully installed the Open Source version WikiHow without major bugs?Steve2009-10-28T03:50:45Z2009-11-12T02:32:40Z
<p>Hello,</p>
<p>I am working on trying to install and customize the OSS version of WikiHow (built on Mediawiki.) I am having a devil of a time getting even the basic feature set to work. The code is available here..</p>
<p><a href="http://www.wikihow.com/x/wikihow-source-code.tar.gz" rel="nofollow">http://www.wikihow.com/x/wikihow-source-code.tar.gz</a> </p>
http://stackoverflow.com/questions/1692979/what-wiki-system-does-stackoverflow-use0What Wiki system does Stackoverflow use? [closed]unknown (google)2009-11-07T13:08:51Z2009-11-07T13:14:57Z
<p>Any one knows the kind of wiki system Stackoverflow uses? Or any recommendations for the best wikis out there that can do a decent job like stackoverflow? </p>
<p>-Merci dank</p>
http://stackoverflow.com/questions/1680747/using-semantic-mediawiki-for-tabular-data0Using semantic MediaWiki for tabular dataGriffin2009-11-05T13:56:53Z2009-11-06T02:00:49Z
<p>Am I completely off-track to think about using <a href="http://semantic-mediawiki.org/" rel="nofollow">Semantic MediaWiki</a> to store (and organise, report on, etc.) 'tabular' data such as financial transactions or weather readings that would usually live in a spreadsheet or database?</p>
<p>It seems that one would need a separate, tiny, page for each tuple; but then, that's by design and perhaps it's perfectly okay.</p>
<p>I ask, simply because SMW seems like such a quick and easy way to get a collaborative data repository up and running.</p>
http://stackoverflow.com/questions/1679923/integrating-drupal-moodle-mediawiki-with-openid1Integrating Drupal + Moodle + MediaWiki with OpenIDStella Peristeraki2009-11-05T11:25:21Z2009-11-05T16:50:18Z
<p>I'd like to be able to use these "best of breed" opensource solutions, with the only requirement of some sort of single-sign-on between the different sites. I don't want my users having to log-in in 3 different places, so I though it could be possible with OpenId.</p>
<p>Has anyone tried something similar?</p>
http://stackoverflow.com/questions/563232/how-many-wiki-instances-to-install4How many wiki instances to install?i3ensays2009-02-18T22:59:05Z2009-11-05T16:27:58Z
<p>I've been asked to install Mediawiki to house documentation for a company intranet. Furthermore, I've been asked to install <strong>several</strong> instances - one per contributing group: non-technical users get one, developers one, management one, etc. The idea is to provide separate web spaces for each group. Is there a way to achieve separation within one instance?</p>
http://stackoverflow.com/questions/1057364/how-to-add-a-user-group-for-mediawiki0How to add a user group for mediawiki ?ZA2009-06-29T09:20:29Z2009-11-05T15:01:45Z
<p>I need add a new user group for mediawiki. The new group has more permission than "User" group. How can i get it ?</p>
http://stackoverflow.com/questions/1610842/latex-equations-in-ubuntus-mediawiki1LaTeX equations in Ubuntu's MediaWikiMasi2009-10-23T00:40:08Z2009-11-02T19:36:58Z
<p>My Texvc seems to works, since <code>texvc /home/wiki/tmp /home/wiki/math "y=x+2"</code> gives</p>
<pre><code>Cdaa63ef966cc412541190bc8794731de<i>y</i> = <i>x</i> + 2<mi>y</mi><mo>=</mo><mi>x</mi><mo>+</mo><mn>2</mn>
</code></pre>
<p>My <strong>LocalSettings.php</strong> at /var/www/wiki <a href="http://organicdesign.co.nz/Math%5Frendering#Example" rel="nofollow">(source)</a></p>
<pre><code>$IP = "81.111.1.1";
$wgMathPath = "{$wgUploadPath}/math";
$wgMathDirectory = "{$IP}/images/math";
$wgUploadDirectory = "{$IP}/images";
$wgUploadPath = "{$wgScriptPath}/images";
$wgTexvc = "{$IP}/math/texvc"; # Path to compiled
texvc
$wgMathDirectory = "{$wgUploadDirectory}/math";
$wgTmpDirectory = "{$wgUploadDirectory}/tmp";
</code></pre>
<p>I go to my wiki in Firefox and I see the output</p>
<pre><code>Warning: require_once(81.111.1.1/includes/OutputHandler.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/wiki/includes/WebStart.php on line 123
Fatal error: require_once() [function.require]: Failed opening required '81.111.1.1/includes/OutputHandler.php' (include_path='/var/www/wiki:/var/www/wiki/includes:/var/www/wiki/languages:.:/usr/share/php:/usr/share/pear') in /var/www/wiki/includes/WebStart.php on line 123
</code></pre>
<p>I am using my correct IP in the variable $IP at <a href="http://dpaste.com/113534/" rel="nofollow">/var/www/wiki/LocalSettings.php</a>.
I copied /wiki/includes/DefaultSettigs.php to /wiki/, but Math equations are not still working.</p>
<p>I run unsuccessfully RCS' suggestion about including the PATH to the variable $IP.
I get the similar warning and error as above.</p>
<p><strong>What would you change in my settings to make Math formulee work?</strong></p>
http://stackoverflow.com/questions/1625162/get-text-content-from-mediawiki-page-via-api0Get Text Content from mediawiki page via APILe_Coeur2009-10-26T14:32:50Z2009-10-27T13:51:10Z
<p>Hi people,
i'm quite new to mediawiki, and now i have some problem
I have the title of some wikipage, and i want to get just text of this page using api.php, but all that i have found in this api gets the wiki content of the page(with wiki syntax symbols, i have used this func</p>
<pre><code>/api.php?action=query&prop=revisions&rvlimit=1&rvprop=content&format=xml&titles=test
</code></pre>
<p>), but i need only text, without some wikisyntax symbols... Is that possible with wiki API?</p>
http://stackoverflow.com/questions/15871/getting-developers-to-use-a-wiki10Getting developers to use a wikisteevc2008-08-19T07:57:20Z2009-10-27T04:47:47Z
<p>I work on a complex application where different teams work on their own modules with a degree of overlap. A while back we got a Mediawiki instance set up, partly at my prompting. I have a hard job getting people to actually use it, let alone contribute.</p>
<p>I can see a lot of benefit in sharing information. It may at least reduce the times we reinvent the wheel.</p>
<p>The wiki is not very structured, but I'm not sure that is a problem as long as you can search for what you need.</p>
<p>Any hints?</p>
http://stackoverflow.com/questions/928594/script-to-add-user-to-mediawiki0Script to add user to MediaWikiMarquis Wang2009-05-29T23:56:55Z2009-10-26T16:50:59Z
<p>I'm trying to write a script that will create a user in MediaWiki, so that I can run a batch job to import a series of users.</p>
<p>I'm using mediawiki-1.12.0.</p>
<p>I got this code from a forum, but it doesn't look like it works with 1.12 (it's for 1.13)</p>
<pre><code>$name = 'Username'; #Username (MUST start with a capital letter)
$pass = 'password'; #Password (plaintext, will be hashed later down)
$email = 'email'; #Email (automatically gets confirmed after the creation process)
$path = "/path/to/mediawiki";
putenv( "MW_INSTALL_PATH={$path}" );
require_once( "{$path}/includes/WebStart.php" );
$pass = User::crypt( $pass );
$user = User::createNew( $name, array( 'password' => $pass, 'email' => $email ) );
$user->confirmEmail();
$user->saveSettings();
$ssUpdate = new SiteStatsUpdate( 0, 0, 0, 0, 1 );
$ssUpdate->doUpdate();
</code></pre>
<p>Thanks!</p>
http://stackoverflow.com/questions/1598198/making-postgres-accessible-in-firefox-by-psql0Making Postgres accessible in Firefox by PsqlMasi2009-10-21T00:59:35Z2009-10-21T20:26:47Z
<p><strong>How can you make Postgres accessible in Firefox, in installing MediaWiki?</strong></p>
<p>I get the error "No database connection" because Firefox cannot have a database connection.
I can have database connection in terminal by the user, masi.
This suggests me that Firefox is not acting like a masi, so it cannot have the access.</p>
<p>Error</p>
<pre><code>Warning: pg_version(): supplied argument is not a valid PostgreSQL link resource in /var/www/wiki/includes/db/DatabasePostgres.php on line 1078
FAILED. Required version is 8.1. You have 7.3 or earlier
</code></pre>
http://stackoverflow.com/questions/1580245/mixing-python-web-platforms-with-mediawiki0Mixing Python web platforms with MediawikiEvgeny2009-10-16T20:34:00Z2009-10-17T08:16:01Z
<p>Is anyone developing application integrated with Mediawiki - using Django or other Python web development platforms using mod_wsgi? </p>
<p>Would be very interested to find out what has been done in this direction and maybe there is some code available for re-use. (I've started creating wiki extensions working with MW database in python whose output is injected via Apache's include virtual directive. it works ok, but a bit slow so far - maybe I can optimize it though)</p>
<p>Basically I would like to have certain parts of displayed wiki pages be prepared with python.</p>
<p>Has anyone reproduced common MW skins in python templates?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/678626/where-can-i-get-templates-for-mediawiki2Where can I get templates for MediaWiki?Squid2009-03-24T18:31:05Z2009-10-16T13:00:01Z
<p>I have noticed that a lot of mediawiki-based websites use such templates as Robelbox, Ambox etc. Where can I get them and how should they be installed?</p>
http://stackoverflow.com/questions/1284517/easily-host-a-mediawiki-locally0Easily host a MediaWiki locally? [closed]Jeremy Rudd2009-08-16T15:19:39Z2009-10-13T13:24:43Z
<p>Is there a simple Wiki that doesn't use a database, but which uses syntax like MediaWiki? (eg. like Wikipedia)</p>
<p>I want to host it locally on my PC, but have it hosted as an HTTP webserver on a specified port.. so it can be accessed externally.</p>
http://stackoverflow.com/questions/1002258/exporting-and-importing-images-in-mediawiki0Exporting and Importing Images in MediaWikiparadius2009-06-16T15:30:20Z2009-10-12T16:27:19Z
<p>How do I export and import images from and into a MediaWiki?
By the way, what is the purpose of the notify dialog box when asking a question on StackOverflow?</p>
http://stackoverflow.com/questions/1427298/advice-for-integrating-a-blog-and-wiki-in-a-custom-site0Advice for integrating a blog and wiki in a custom siteinkedmn2009-09-15T13:51:11Z2009-10-11T05:18:58Z
<p>I've been tasked with building a site for a client. They want it to include a wordpress blog and a wiki with both integrated apps sharing the look and feel of the main site. Currently, they use MediaWiki and would like to stick with it, but they are flexible with respect to the software we choose.</p>
<p>I've nailed down two fairly discrete approaches to this problem:</p>
<ol>
<li>Build custom themes for both Wordpress and MediaWiki</li>
<li>Strip Wordpress and MediaWiki of most of their respective visuals and include them both in the site using <code>iframe</code>s.</li>
</ol>
<p>I'm fairly comfortable with the technical requirements of option 1 and am only entertaining option 2 because the allotted development time for this project is extremely limited. My experience with framing external sites is fairly limited and thus I am a not entirely sure what the technical ramifications are for option 2. For instance, will it require a ton of extra work to link to specific pages within the blog/wiki if I'm using an <code>iframe</code>? What about forms included in the framed pages?</p>
<p>I guess I'm just wondering what you fine people would do here. Any advice/insight you may provide is appreciated!</p>
http://stackoverflow.com/questions/219135/how-do-i-create-my-own-custom-group-in-mediawiki0How do I create my own custom group in mediawiki?jeph perro2008-10-20T16:52:15Z2009-10-09T01:23:27Z
<p>Hi, </p>
<p>I have been reading carefully through the mediawiki documentation but I have not been able to find out how to create new groups. </p>
<p>When I look at Special:Userrights, I see only 3 groups :
Bots, Sysops, Bureaycrats</p>
<p>I would like to create my own custom groups, so I can use some extensions like the <a href="http://www.mediawiki.org/wiki/Extension:Group_Based_Access_Control" rel="nofollow">http://www.mediawiki.org/wiki/Extension:Group_Based_Access_Control</a>.</p>
<p>Can someone tell me how it's done, or point me to some documentation?</p>
<p>Thanks,</p>
<p>Jeff</p>
http://stackoverflow.com/questions/72098/any-better-way-to-create-mediawiki-numbered-lists3Any better way to create MediaWiki numbered lists?Gil Milow2008-09-16T13:21:39Z2009-10-08T22:37:29Z
<p>When using MediaWiki's markup language, the only thing that I hate is creating numbered lists. The only way I know to create a list is to do something like this:</p>
<pre><code>#Item1
#Item2
</code></pre>
<p>However, if I want to add spaces or some other text between those lines, the numbering gets lost. For example, the following will create text that has two number one items:</p>
<pre><code>#Item1
Somestuff
#Item2
</code></pre>
<p>Is there any way around this, or should I just use bullet points instead? I noticed just now that the stackoverflow system does not allow numbering like this, you have to do it all manually.</p>
http://stackoverflow.com/questions/709456/mediawiki-documentation-with-external-user-access-control4MediaWiki documentation with external user access controlmjustin2009-04-02T12:11:36Z2009-10-03T20:54:22Z
<p>We are using MediaWiki inhouse for our software and hardware documentation. It looks like granting / revoking "read access" to parts of the documentation for our external users - customers, project partners - is not easy to achieve. How could we control read access to some areas of the documentation based on user or role access rights?</p>
<p><strong>Edit</strong>: I am asking this because I don't like to go back to the "old style" of documentation - storing Office documents in dozens of different locations, and nobody has a clue where they are. So if there is no way to give users limited access only to their product information, I am afraid that management will drop the whole MediaWiki solution and introduce something "new and better". (this could mean we have to transfer all content to a new system, formatting and hyperlinks would be lost etc. ...).</p>
http://stackoverflow.com/questions/1417201/in-mediawiki-is-there-a-way-i-can-apply-imagename-style-resizing-to-exter0In MediaWiki, is there a way I can apply [[Image:<name>]] style resizing to external images?Aaron F.2009-09-13T08:30:16Z2009-10-01T17:23:52Z
<p>MediaWiki has a great built-in way for finessing the display of images, e.g. from <a href="http://www.mediawiki.org/wiki/Help%3AImages" rel="nofollow">http://www.mediawiki.org/wiki/Help%3AImages</a> :</p>
<pre><code>[[File:MediaWiki:Image sample|thumb|50px]]
[[File:MediaWiki:Image sample|border|50px]]
</code></pre>
<p>However, unfortunately, the MediaWiki repository I have to work with has disabled image uploads.</p>
<p>I'm wondering if there's a way I can apply the above convenience shortcuts to an externally hosted image URL, e.g. ideal would be:</p>
<pre><code> [[File:http://somewhere.com/image.jpg|thumb|50px]]
</code></pre>
<p>Is what I'm trying to do impossible?</p>
http://stackoverflow.com/questions/1225131/import-socialtext-wiki-into-mediawiki0Import SocialText wiki into MediaWikigalexyus2009-08-03T23:39:35Z2009-09-23T00:03:52Z
<p>Does anyone have any experience converting a SocialText wiki into a MediaWiki? Is there any utility or script to perform the conversion?</p>
http://stackoverflow.com/questions/1406533/using-redmine-with-an-external-wiki3Using Redmine with an external Wiki?Josh W.2009-09-10T17:08:01Z2009-09-19T08:13:03Z
<p>We've got a company wiki running Mediawiki on our intranet that has been in use for a while. We just recently installed Redmine and are in the process of getting it configured just the way we like it. </p>
<p>I was wondering if there's any way to use our already existing wiki instead of the built-in one that comes with Redmine. We've got alot of articles & documentation written by non-developers and don't want to lose and/or re-import into another wiki (ie redmine's). The Wiki portion of redmine will not allow me to enter the url for the external wiki as it includes various illegal characters (mainly : and /)</p>
<p>Edit: As a temporary work around, I've just used each project main page on the "external" Wiki as the Projects "Home Page" in Red Mine, so far this is the best I've been able to figure out. You don't get Wiki access from the various issues & what not, but the link to our other Wiki does show under the Overview for each project now.</p>
<p>Btw, both of these are installed on the same physical box, a Windows 2003 Server, where Mediawiki was installed using a WAMP package, and Redmine was installed pretty much manually instead of using a stack like Bitnami. </p>
http://stackoverflow.com/questions/1433329/wrap-mediawiki-in-another-website0Wrap MediaWiki in another websitesimon8312009-09-16T14:28:59Z2009-09-18T10:10:00Z
<p>I want to wrap a mediawiki site inside another site - using the header.inc and footer.inc files that the rest of the website's html files use.
I'm not familiar with php, is there a 'masterpage' file somewhere I can put them in?</p>
http://stackoverflow.com/questions/1368266/pywikipedia-login-py-socket-error-10060-operation-timed-out0pywikipedia login.py socket.error: (10060, 'Operation timed out')stu732009-09-02T15:03:34Z2009-09-16T13:03:53Z
<p>Hello,</p>
<p>I'm totally new to python, so hopefully someone can help if I'm doing something obviously wrong. I'm trying to create and run a simple pywikipedia bot on vocabularies.referata.com, a semantic mediawiki site. I downloaded the pywikipedia distro and created a family file:</p>
<pre><code>import config, family, urllib # REQUIRED
class Family(family.Family): # REQUIRED
def __init__(self): # REQUIRED
family.Family.__init__(self) # REQUIRED
self.name = 'explicator' # REQUIRED; replace with actual name
self.langs = { # REQUIRED
'en': 'vocabularies.referata.com', # Include one line for each wiki in family
}
</code></pre>
<p>I've created a user, wikibot, and run:</p>
<pre><code>python generate_user_files.py
</code></pre>
<p>as per instructions on:</p>
<pre><code>http://meta.wikimedia.org/wiki/Using_the_python_wikipediabot
</code></pre>
<p>When I try to run:</p>
<pre><code>python login.py
</code></pre>
<p>I'm getting the following error:</p>
<pre><code>C:\pywikipedia>python login.py
Password for user wikibot on explicator:en:
Logging in to explicator:en as wikibot
Traceback (most recent call last):
File "login.py", line 376, in <module>
main()
File "login.py", line 372, in main
loginMan.login()
File "login.py", line 261, in login
cookiedata = self.getCookie(api)
File "login.py", line 178, in getCookie
response, data = self.site.postData(address, self.site.urlEncode(predata))
File "C:\pywikipedia\wikipedia.py", line 4915, in postData
conn.endheaders()
File "C:\Python25\lib\httplib.py", line 860, in endheaders
self._send_output()
File "C:\Python25\lib\httplib.py", line 732, in _send_output
self.send(msg)
File "C:\Python25\lib\httplib.py", line 699, in send
self.connect()
File "C:\Python25\lib\httplib.py", line 683, in connect
raise socket.error, msg
socket.error: (10060, 'Operation timed out')
</code></pre>
<p>Is their something stupid/apparent that I need to check or am doing wrong? I'm behind a firewall, would this be the problem? (and if so what steps do I need to take to fix it).</p>
<p>thanks for any help
Stuart</p>
http://stackoverflow.com/questions/1021406/mediawiki-invalid-edit-token0Mediawiki: Invalid Edit TokenStefan2009-06-20T10:52:39Z2009-09-07T22:00:01Z
<p>Hello,</p>
<p>I use the API with HTTP POST to create a wiki page in a Mediawiki (1.14):</p>
<ol>
<li>I require an edit token </li>
<li>It works, I get a fresh token (example: d96d72fae5e6c43b0b9f63d82ace366)</li>
<li>I send the HTTP POST for creating a new site with my new token (sth. similar to "d96d72fae5e6c43b0b9f63d82ace366+\"</li>
<li>I get an error message <strong>"Invalid Token"</strong></li>
</ol>
<p>I don't understand why I get this message, because I send a freshly created token in my POST request.</p>
<p>Any idea?</p>