[Phpmyadmin-devel] RFE #637 Custom Field Handlers

Chirayu Chiripal chirayu.chiripal at gmail.com
Sat Jul 5 08:35:52 CEST 2014


On Sat, Jul 5, 2014 at 3:41 AM, Isaac Bennetch <bennetch at gmail.com> wrote:

>
>
> On 7/4/14, 4:12 PM, Chirayu Chiripal wrote:
> > Please, review the work I have done so far:
> > https://github.com/D-storm/phpmyadmin/tree/FR-637. So that I can come to
> > know if I am missing something or not. Tasks to be done yet includes:
> > Mechanism to change input fields & One plugin to demonstrate/test this
> > and fix failing testcases.
>
>
> There is a scenario where I can reproduce some warning/error messages
> using the transformations (pasted below), but I've confirmed that they
> also exist in master so they're unrelated to your work here. I'm
> mentioning it here (1) in case anyone else encounters the messages and
> thinks about reporting them to you and (2) so I can file a proper bug
> report shortly.
>
> Regards,
> ~isaac
>
> > Warning in ./libraries/dbi/DBIMysqli.class.php#258
> > mysqli_query() expects parameter 2 to be string, object given
> >
> > Backtrace
> >
> > ./libraries/dbi/DBIMysqli.class.php#258: mysqli_query(
> > object,
> > object,
> > integer 0,
> > )
> > ./libraries/DatabaseInterface.class.php#180: PMA_DBI_Mysqli->realQuery(
> > object,
> > object,
> > integer 1,
> > )
> > ./libraries/DatabaseInterface.class.php#1406:
> PMA_DatabaseInterface->tryQuery(
> > object,
> > NULL,
> > integer 1,
> > boolean false,
> > )
> > ./libraries/insert_edit.lib.php#2440:
> PMA_DatabaseInterface->fetchValue(object)
> > ./tbl_replace.php#421:
> PMA_verifyWhetherValueCanBeTruncatedAndAppendExtraData(
> > string 'test',
> > string 'transforms',
> > string 'sql',
> > array,
> > )
> > Warning in ./libraries/dbi/DBIMysqli.class.php#450
> > mysqli_num_rows() expects parameter 1 to be mysqli_result, null given
> >
> > Backtrace
> >
> > ./libraries/dbi/DBIMysqli.class.php#450: mysqli_num_rows(NULL)
> > ./libraries/DatabaseInterface.class.php#2135:
> PMA_DBI_Mysqli->numRows(NULL)
> > ./libraries/DatabaseInterface.class.php#1413:
> PMA_DatabaseInterface->numRows(NULL)
> > ./libraries/insert_edit.lib.php#2440:
> PMA_DatabaseInterface->fetchValue(object)
> > ./tbl_replace.php#421:
> PMA_verifyWhetherValueCanBeTruncatedAndAppendExtraData(
> > string 'test',
> > string 'transforms',
> > string 'sql',
> > array,
> > )
>
>
Yes, even I have encountered these error messages but I don't have the
exact steps to reproduce them.

-- 
Regards,
Chirayu Chiripal
phpMyAdmin Intern - Google Summer of Code 2014
https://chirayuchiripal.wordpress.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20140705/f2c81a84/attachment.html>


More information about the Developers mailing list