Problem with inclusion of wikitext plugin

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
cyberhound

Problem with inclusion of wikitext plugin

Post 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
TKS
Regular
Posts: 199
Joined: Thu Nov 11, 2004 1:34 am
Location: VA, USA
Contact:

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

Yeah...what Garvin said :p



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