cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 59 forks source link

Missing Template Variable #3561

Closed bhsmither closed 2 months ago

bhsmither commented 2 months ago

Very minor:

During install, when presenting the form to collect database details, the Smarty variable $FORM has not yet been assigned. This assignment happens only if the form needs to be displayed again (setup.install.php, near line 166). PHP issues a few error messages per instance of the missing $FORM array when executing the compiled skin script.

(Not verified) Maybe, near line 64, after $step = 5;, assign an empty array to the Smarty template variable 'FORM'.

abrookbanks commented 2 months ago

Also unnecessary rel="" in the labels of the skin file.