Wikitten icon indicating copy to clipboard operation
Wikitten copied to clipboard

Wikitten not work on windows

Open Stephan123 opened this issue 9 years ago • 3 comments

Hello,

i use wikitten on a linux server. It works fine.

When i start the wiki on a windows server i get a error message.

PHP Fatal error: Uncaught exception 'Exception' with message 'Page 'index.md' was not found' in C:\xampp\htdocs\wikitten\wiki.php:41

And here the trace:

Stack trace: #0 C:\xampp\htdocs\wikitten\wiki.php(45): Wiki->{closure}() #1 C:\xampp\htdocs\wikitten\wiki.php(331): Wiki->_render('index.md') #2 C:\xampp\htdocs\wikitten\wiki.php(269): Wiki->indexAction() #3 C:\xampp\htdocs\wikitten\index.php(52): Wiki->dispatch() #4 {main}

thrown in C:\xampp\htdocs\wikitten\wiki.php on line 41

Who can help?

Your sincerly

Stephan

Stephan123 avatar Jun 19 '15 11:06 Stephan123

Hi, Stephan

Do you have index.md in your LIBRARY directory? LIBRARY directory might specified in your config.php and may be you should write the path in Windows way.

Hope this helps.

tamano avatar Jun 26 '15 07:06 tamano

Hi Stephan,

I had a similar problem, found I'd got a conflicting .htaccess file ... might be similar?

AlgyTaylor avatar Nov 12 '15 09:11 AlgyTaylor

vim config.php uncomment the define('ENABLE_EDITING', true); line. try again!

fjxhkj avatar Apr 23 '20 19:04 fjxhkj