> Hello Lpdpmq001,
<snip>

> Excellent... this is what I had partially hoped to see.  You can do a
> little updating of code, it shouldn't be too difficult in this case.
> Open up the file notes.php in the plugins/notes folder, and look right
> at the top.  Chances are, you'll see something like this:
> 
>   chdir("..");
>   include_once('../src/validate.php');
> 
> And a couple of others... this is where the 'mistake' is.  You should
> change it to look like this:
> 
>   define('SM_PATH' , '../../');
>   include_once(SM_PATH . 'validate.php');
> 
> Repeat this for the other "includes" too, and hopefully that should be
> it.

OK, I did that.  I had to copy array.php from the 1.2 version into the include 
directory to make it work, but it does work now!  So I can recall all my little 
notes now :D  (and in the original it is "require_once", not "include_once").

> 
>> And when I install the weather plugin by itself, I get this error:
> 
>>     Fatal error: Failed opening required '../src/validate.php'
>>     (include_path='.:/usr/share/pear') in
>>     /usr/share/squirrelmail/plugins/weather/options.php on line 14
> 
> The same applies here as for above.  Give it a go :)

Yippie!  It works!  It works!

Thank-you thank-you!

Now I can find something else to break ... um ... play with ;)

Kara



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to