Hi,
is it just me, or we have lost since the last few changes, the value of Browser transformations?
MIME-type and transformation options are still there in the structure page of my field, but Browser transformation is blank.
Marc
Hi Marc!
is it just me, or we have lost since the last few changes, the value of Browser transformations?
I can't confirm that, works as usual for me.
I am now about to do a third checking round on my foreach/preg* replacements, because I saw another Delimiter-thing slip through in tbl_indexes.php (line 130) and Alexander hinted about the array-pointer issue when using foreach.
Regards, Garvin
Garvin Hicking a écrit:
Hi Marc!
is it just me, or we have lost since the last few changes, the value of Browser transformations?
I can't confirm that, works as usual for me.
Hi Garvin,
I found the problem, and I think other people might face it too. The current format of PMA_column_info.transformation needs a complete filename with the extension, and in my case, they are all .php3. Since I have switched to the new code base, those files are, of course not found.
I think that in display_tbl.lib.php, where we prepare $include_file, we should ckeck for a possible wrong extension and change it.
Marc