Ticket #47 (closed defect: fixed)

Opened 3 years ago

Last modified 5 months ago

RequestParamVariant throws exception

Reported by: schst Owned by: mikey
Priority: blocker Milestone:
Component: Websites Version: SVN-trunk
Keywords: Cc:

Description

When using a cached configuration for the variantmanager, an exception is thrown:

Fatal error:  Uncaught net.stubbles.websites.variantmanager.stubVariantConfigurationException {
    message(string): RequestParamVariant requires the param name to be set.
    file(string): C:\wamp\www\projects\stubbles\src\main\php\net\stubbles\websites\variantmanager\types\stubRequestParamVariant.php
    line(integer): 62
    code(integer): 0
}

  thrown in C:\wamp\www\projects\stubbles\src\main\php\net\stubbles\websites\variantmanager\types\stubRequestParamVariant.php on line 62

This can be reproduced by executing the example twice.

Change History

Changed 3 years ago by mikey

  • status changed from new to closed
  • resolution set to fixed

Fixed with changeset 672.

Changed 3 years ago by anonymous

  • milestone 0.2.0 deleted

Milestone 0.2.0 deleted

Note: See TracTickets for help on using tickets.