active questions tagged mediawiki - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T01:56:25Z http://stackoverflow.com/feeds/tag/mediawiki http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1793287/generating-an-article-from-an-email-in-mediawiki 0 Generating an article from an email in mediawiki Sam 2009-11-24T22:11:43Z 2009-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-namespaces 0 change mediawiki namespaces? Mike 2009-03-19T06:14:20Z 2009-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-cookies 0 problem with mediawiki cookies Mohammed Safwat 2009-07-18T21:14:18Z 2009-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-wiki 0 mod_rewrite redirect all urls except /wiki karl 2009-09-07T22:58:01Z 2009-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. &lt;IfModule mod_rewrite.c&gt; 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] &lt;/IfModule&gt; </code></pre> http://stackoverflow.com/questions/1603681/truncate-mediawiki 0 Truncate mediawiki Pierre 2009-10-21T21:12:20Z 2009-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-b 0 Has anyone successfully installed the Open Source version WikiHow without major bugs? Steve 2009-10-28T03:50:45Z 2009-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-use 0 What Wiki system does Stackoverflow use? [closed] unknown (google) 2009-11-07T13:08:51Z 2009-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-data 0 Using semantic MediaWiki for tabular data Griffin 2009-11-05T13:56:53Z 2009-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-openid 1 Integrating Drupal + Moodle + MediaWiki with OpenID Stella Peristeraki 2009-11-05T11:25:21Z 2009-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-install 4 How many wiki instances to install? i3ensays 2009-02-18T22:59:05Z 2009-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-mediawiki 0 How to add a user group for mediawiki ? ZA 2009-06-29T09:20:29Z 2009-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-mediawiki 1 LaTeX equations in Ubuntu's MediaWiki Masi 2009-10-23T00:40:08Z 2009-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&lt;i&gt;y&lt;/i&gt; = &lt;i&gt;x&lt;/i&gt; + 2&lt;mi&gt;y&lt;/mi&gt;&lt;mo&gt;=&lt;/mo&gt;&lt;mi&gt;x&lt;/mi&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;mn&gt;2&lt;/mn&gt; </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-api 0 Get Text Content from mediawiki page via API Le_Coeur 2009-10-26T14:32:50Z 2009-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&amp;prop=revisions&amp;rvlimit=1&amp;rvprop=content&amp;format=xml&amp;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-wiki 10 Getting developers to use a wiki steevc 2008-08-19T07:57:20Z 2009-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-mediawiki 0 Script to add user to MediaWiki Marquis Wang 2009-05-29T23:56:55Z 2009-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' =&gt; $pass, 'email' =&gt; $email ) ); $user-&gt;confirmEmail(); $user-&gt;saveSettings(); $ssUpdate = new SiteStatsUpdate( 0, 0, 0, 0, 1 ); $ssUpdate-&gt;doUpdate(); </code></pre> <p>Thanks!</p> http://stackoverflow.com/questions/1598198/making-postgres-accessible-in-firefox-by-psql 0 Making Postgres accessible in Firefox by Psql Masi 2009-10-21T00:59:35Z 2009-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-mediawiki 0 Mixing Python web platforms with Mediawiki Evgeny 2009-10-16T20:34:00Z 2009-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-mediawiki 2 Where can I get templates for MediaWiki? Squid 2009-03-24T18:31:05Z 2009-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-locally 0 Easily host a MediaWiki locally? [closed] Jeremy Rudd 2009-08-16T15:19:39Z 2009-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-mediawiki 0 Exporting and Importing Images in MediaWiki paradius 2009-06-16T15:30:20Z 2009-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-site 0 Advice for integrating a blog and wiki in a custom site inkedmn 2009-09-15T13:51:11Z 2009-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-mediawiki 0 How do I create my own custom group in mediawiki? jeph perro 2008-10-20T16:52:15Z 2009-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-lists 3 Any better way to create MediaWiki numbered lists? Gil Milow 2008-09-16T13:21:39Z 2009-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-control 4 MediaWiki documentation with external user access control mjustin 2009-04-02T12:11:36Z 2009-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-exter 0 In MediaWiki, is there a way I can apply [[Image:<name>]] style resizing to external images? Aaron F. 2009-09-13T08:30:16Z 2009-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-mediawiki 0 Import SocialText wiki into MediaWiki galexyus 2009-08-03T23:39:35Z 2009-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-wiki 3 Using Redmine with an external Wiki? Josh W. 2009-09-10T17:08:01Z 2009-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 &amp; 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 &amp; 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-website 0 Wrap MediaWiki in another website simon831 2009-09-16T14:28:59Z 2009-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-out 0 pywikipedia login.py socket.error: (10060, 'Operation timed out') stu73 2009-09-02T15:03:34Z 2009-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&gt;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 &lt;module&gt; 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-token 0 Mediawiki: Invalid Edit Token Stefan 2009-06-20T10:52:39Z 2009-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>