Question
I create a new topic, it gives error 500: Internal Server Error.
Same thing happens when i try to edit any existing topic.
Environment
--
JagjitSing - 09 Oct 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
In most cases (of a 500) its a wrong file permissions and/or ownerships.
Please make sure:
- ownerships are set to the same user, the webserver runs the perl scripts with
- all scripts in
bin/ have the x attribute set
- Perl is in the expected location (as stated by every scripts shebang) (default is
/usr/bin/perl)
--
OliverKrueger - 10 Oct 2008
Everything is fine now. Thanks a lot.
Now, I want to connect it to the mysql database. I need to know the database structure. Is there any specific structure available or I would have figure out myself?
--
JagjitSing - 10 Oct 2008
TWiki does not use RDBMS as storage backends. Currently it uses flat files. There is a slight chance, that mysql may be one possible alternative backend for the upcomming TWiki 5.0.
--
OliverKrueger - 10 Oct 2008