Ticket #102 (closed defect: invalid)
Defining an page state persister class throws an fatal PHP error
| Reported by: | Jaco <jaco@…> | Owned by: | xue |
|---|---|---|---|
| Priority: | urgent | Milestone: | |
| Component: | Prado Framework v3 | Version: | 3.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
configuring an state persister with:
<module id="state" class="System.Web.UI.TPageStatePersister" /
in the service page tag triggers the following error:
Fatal error: Argument 2 passed to TApplication::setModule() must implement interface IModule, called in /var/www/html/dev/framework/Web/Services/TPageService.php on line 191 and defined in /var/www/html/dev/framework/TApplication.php on line 524
I want to reimplement the current page state persister using sessions but i cant even force the configuration to use the default hidden form field state persister. Do i have to implement IModule or is there something wrong in the application configuration code?
Change History
Note: See
TracTickets for help on using
tickets.
