I tried to upload to the hosting where the InnoDB table type works, but on a hosting where the MyISAM table type doesn't work naturally. Tried to change the type on the hosting did not help. Tell me how to solve this problem. enter image description here

just in case

  • remove the screen and show the code. - Vladimir Glinskikh
  • The code of the whole \ views \ layouts \ main.php (it doesn’t draw many characters) and for what, I get an array and foreach-I draw the list on the keys, pay attention to the fact that everything works on LAN, on hosting (different paid and free ) where the tables are initially stored in InnoDB also works and where the MyISAM type (2 hosting test) does not work. I can throw off the view even completely, but I don’t think that it will help, especially in the screenshot, exactly this dumb piece is visible. - Vova Polovinko
  • it may be necessary to write <?php foreach and <?php endforach , because on hosts can be disabled short_tags ? - Alexey Shimansky
  • Thanks, that's exactly what you need, really short_tags. - Vova Polovinko

0