If the library is using require_once to load a file, it shouldn't matter how many times it gets loaded, since PHP won't actually load it more than once.
This may seem a little obvious, but did you look to see what file is getting loaded on line 88, that's actually causing the error? It's possible that one of the Pear classes in conflicting with a Cake core class. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
