<div dir="ltr"><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">Hi,</span><br style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br style="font-size:13.1999998092651px;line-height:19.7999992370605px"><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">I noticed this problem, and it cause by incorrect scope of the variable. The $pmaImageTheme is a global variable, which means it can be access globally. But in this case the mult_submits.inc.php was included in the scope of StructureController, where the script can’t access global variables correctly. After declaring global of the $pmaImageTheme in the mult_submits.inc.php, the problem should be fixed.</span><br style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br style="font-size:13.1999998092651px;line-height:19.7999992370605px"><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">Best regards,</span><br style="font-size:13.1999998092651px;line-height:19.7999992370605px"><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">Jason</span><br></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 6, 2015 at 4:40 AM Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jason,<br>
<br>
I could not find the exact commit, but it seems that the introduction of<br>
StructureController caused a problem.<br>
<br>
To reproduce, display the structure of a database, tick the checkbox for<br>
one of the tables, and in the drop-down "With selected" menu, try to<br>
optimize this table.<br>
<br>
Notice in ./libraries/mult_submits.inc.php#254<br>
 Undefined variable: pmaThemeImage<br>
<br>
Backtrace<br>
<br>
./libraries/controllers/StructureController.class.php#139:<br>
include(./libraries/mult_submits.inc.php)<br>
./db_structure.php#45: PMA\Controllers\StructureController->indexAction()<br>
<br>
--<br>
Marc Delisle | phpMyAdmin<br>
<br>
_______________________________________________<br>
Developers mailing list<br>
<a href="mailto:Developers@phpmyadmin.net" target="_blank">Developers@phpmyadmin.net</a><br>
<a href="http://lists.phpmyadmin.net/mailman/listinfo/developers" rel="noreferrer" target="_blank">http://lists.phpmyadmin.net/mailman/listinfo/developers</a><br>
</blockquote></div>