← Back to team overview

phpdevshell team mailing list archive

[Bug 934104] [NEW] parameters passed to pagination, gives htmlentities error

 

Public bug reported:

Some interresting error is happening, when i add the parameters array to
the pagination.

Error:
htmlentities() expects parameter 1 to be string, array given

The array is like this:
$parameters = array(
	'userId' => $this->configuration['user_id'],
	'removed' => 0,
	'expiresAfter' => '2012-02-17 12:00:00'
);

The errorpage and the qeryfile are attached

** Affects: phpdevshell
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/934104

Title:
  parameters passed to pagination, gives htmlentities error

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  Some interresting error is happening, when i add the parameters array
  to the pagination.

  Error:
  htmlentities() expects parameter 1 to be string, array given

  The array is like this:
  $parameters = array(
  	'userId' => $this->configuration['user_id'],
  	'removed' => 0,
  	'expiresAfter' => '2012-02-17 12:00:00'
  );

  The errorpage and the qeryfile are attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/934104/+subscriptions


Follow ups

References