Posted by Tim Roberts on 10/24/06 06:12
"brett" <account@cygen.com> wrote:
>> You might try using:
>>
>> require_one(dirname(__FILE__) . '\\Snoopy.class.php');
>
>If I replace the include line with the above, I get this:
>
>Fatal error: Call to undefined function require_one() in
>d:\home\ABC.COM\blog\wp-content\plugins\dahnielson_mimetex.php on line
>37
Of course it does. That's because it is misspelled. It should be
require_once, not require_one.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
[Back to original message]
|