Page 1 of 1

Problem with inclusion of wikitext plugin

Posted: Mon Oct 25, 2004 1:24 pm
by cyberhound
After my "online" installation I found a warning message in my plugins admistration area:

Code: Select all

Warning: main(Text/Wiki.php): failed to open stream: No such file or directory in /3w/euweb.cz/n/nreal/plugins/serendipity_event_textwiki/serendipity_event_textwiki.php on line 3

Warning: main(): Failed opening 'Text/Wiki.php' for inclusion (include_path='.:/usr/local/lib/php') in /3w/euweb.cz/n/nreal/plugins/serendipity_event_textwiki/serendipity_event_textwiki.php on line 3
I'm sure that I uploaded all the files.

Could someone tell me what does it means please?
Before that, I'd installed serendipity on my home test localhost, just for testing :wink: , and there everything runs correct.
I'm running Serendipity v.0.7-rc1

Posted: Wed Jan 26, 2005 7:49 pm
by TKS
Ensure that your serendipity_event_textwiki directory is with permissions 755, the file serendipity_event_textwiki.php should be 644.


Go into your administration and disable this plugin by checking it and deleting it. Now choose your event plugin again...choose the wiki

It brings you to a screen now where you are supposed to configure it. Pay special attention to the "Include Base" and "Embed Base" and "Image Base"

These can be set to whatever you want but be sure that the path exists. For instance, change them to /wiki, /wiki/embed, /wiki/image and ensure they are created and chmod to 755

Now everything should work...I think :P It works for me anyways.

Posted: Thu Jan 27, 2005 12:34 pm
by garvinhicking
It seems that your Serendipity was not able to set the include_path setting via ini_set. Did you provider deactivate that? The "bundled-libs" subdirectory needs to be added to the list of include_path, which is done in serendipity_config.inc.php...

Regards,
Garvin

Posted: Thu Jan 27, 2005 10:30 pm
by Guest
Yeah...what Garvin said :p



Hehe...I'll get to that level one day I promise.