Just to follow up, I was able to set the session manager to NULL and
unset() it in the update.php, and then core reloaded it afterwards for me,
so that was the trick.
Thanks to the krew in #phpwebsite.
Don.
On Wed, 23 Apr 2003, Don Seiler wrote:
> Wondering how I can force my module's "Manager" class to reload itself, or
> at least make calls the various load functions after the module is
> upgraded to the latest version.
>
> For now I just print a message asking the admin to log out and back in.
>
> Basically I've tried making calls to $_SESSION["SES_LISTINGS_MANAGER"] or
> redefining it. I do that from my update.php script but it doesn't seem to
> want to work, as I get errors about not being able to find the item class
> definition.
>
> Just wondering what you guys recommend.
>
> Don.
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Phpwebsite-developers mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>
>
>
|