Questions tagged [twiki]

TWiki is an open source enterprise wiki

The TWiki web site is "http://twiki.org/". TWiki is fairly full featured. It can support multiple wiki "webs", useful for separate groups or separate projects. When installed it includes a fair amount of online user documentation in one of the preconfigured "webs". TWiki is written in Perl. TWiki is designed to work with Apache, but apparently people run it with other web servers. The TWiki source code can be downloaded from the TWiki web site, which appears to be running TWiki. A lot of developer documentation is there, and there are a number of people who monitor that site to answer questions. Even with all that there are still a number of questions that are asked about TWiki here on stackoverflow.com.

47 questions
1
vote
2 answers

Include preferences from a topic

How to include preferences from another topic in Foswiki 1.1.9? This approach doesn't work for me: Sandbox.MyPreferences * Set FOO = 1 Sandbox.UseFoo %INCLUDE{"Sandbox.MyPreferences"}% Value for FOO is %FOO% Output of Sandbox.UseFoo Value for…
Sascha Vetter
  • 2,466
  • 1
  • 19
  • 36
1
vote
1 answer

twiki "Failed to load the perl module FindBin."

I am trying to get TWIKI to work (virtual Server Hosteurope .. PLESK 11 CentOS 6). When I run the configure script the following error appears: [root@lvpsx.x.x.x bin]# ./configure Failed to load the perl module FindBin. The module was found at…
1
vote
1 answer

storing twiki post data in mysql database

TWiki is good wiki project. I have implemented it and using. Bydefault Twiki stores data in files with extension .txt, is any plugin/method to store post data in mysql database? How can I store data in mysql database for TWiki?
user1531905
0
votes
1 answer

How do I link to an article on another web in TWiki?

I've got an article in Main. I want to link to it from another Web, call it Acme. I've tried Main.MyLink %Main%MyLink but can't get it to work. What do I do now?
Roger C S Wernersson
  • 6,362
  • 6
  • 34
  • 45
0
votes
1 answer

TWiki, Mail and Proxies & gmail

Could someone guide me through the TWiki mail configuration? I would like to set up gmail account to send emails from twiki. Net::SMTP is already installed. Thanks, LG
Luke G
  • 1,741
  • 6
  • 23
  • 34
0
votes
1 answer

Can't run view script of Twiki on a shared hosting

I tried to deploy twiki to the shared hosting provided by sourceforge.net for research only, SF.net offers two directives for users, I placed the subdir and all the files of original /bin to /cgi-bin , /pub to /htdocs, and created /twiki with Winscp…
Ethan
  • 21
  • 4
0
votes
1 answer

TWiki install/config problems

Debian Etch/Apache 1.3 I have one server happily running TWiki, and want to replicate it on a 2nd server. Apt-get install twiki runs OK except for an apache2 failure. It does appear to have worked out it need to use apache 1.3 though I could be…
Martin Moore
  • 733
  • 2
  • 8
  • 21
0
votes
2 answers

Register a user without Mail

I have no mail activated and the var {EnableMail} in configure is unchecked. I have the following issue. When i want to register a new user, i fill out the form and click on submit. After that, the browser makes an redirect to the logon window with…
Frank
  • 780
  • 1
  • 10
  • 22
0
votes
0 answers

Importing Confluence site into TWiki: conversion script breaks at SSL certificate

I am trying to migrate from a local install Confluence site into TWiki. TWiki provides a migration tool "ConfluenceToTWikiAddon", although it is dated 2008. Nevertheless I tried to give it a shot. I installed the Perl modules as per the requirements…
David Ramirez
  • 216
  • 2
  • 8
0
votes
1 answer

SEC_ERROR_UNKNOWN_ISSUER (FireFox) / NET::ERR_CERT_AUTHORITY_INVALID (IE) at local Webserver

I am running a twiki installation on a Centos9 server that is accessible from our own network via http://twiki. It is not accessible from outside. I regularly get the warning SEC_ERROR_UNKNOWN_ISSUER (Firefox) or NET::ERR_CERT_AUTHORITY_INVALID…
suriel
  • 191
  • 1
  • 10
0
votes
0 answers

Run twiki in httpd docker image

Trying to setup a docker container hosting a twiki installation (twiki.org). I’m using the httpd:2.4 apache image and tried to install twiki as documented under /var/www/ But whatever I try, I don’t get the code to be visible. Would someone have a…
Jörg
  • 69
  • 8
0
votes
2 answers

configuring twiki

i am configuring twiki. when i give my user id and password it does proceed, but when i hit the cancel button it takes me to the new registration page and when i make a new id on that page it gives another error of access denied. here is my error…
0
votes
1 answer

DBI_QUERY replacement in twiki for HTTP

I am currently replacing some functionality in a twiki page that has been pulling data from a DB using the DBI_QUERY feature and generating a table complete with hyperlinks on one of the table columns. Is there a way to generate a similar table…
Setjmp
  • 27,279
  • 27
  • 74
  • 92
0
votes
1 answer

Upload and Play mp4 videos on twiki

How to upload and play mp4 files on twiki site? Best Ragards, Srinivas.M
Srinivas
  • 321
  • 2
  • 5
  • 18
0
votes
1 answer

Setup twiki admin user for edit page view and apache users for editable pages view

I need some setup for twiki. twiki is insatlled on linux and httpd basic authentication is enabled for the site. By default the user logged in with apache authentication, is able to view edit option on each page. I want all users to view it as…
Srinivas
  • 321
  • 2
  • 5
  • 18