COOLak
COOLak
@jadwigo I made sure the fields were there, and of correct type. And there were no errors in Bolt log. The only error was "missing table", but if I remove...
``` if (!$sm->tablesExist([$tableName])) { // log failed attempt throw new InternalProcessorException(sprintf('Failed attempt to save submission: missing database table `%s`', $tableName), 0, null, false); } ``` Sorry for possible stupidity, as...
I just thought, why not make a list of fields that we want to store in db in boltforms.bolt.yml and then form a database table based on those? This way...
I confirm this. On v4.2.6 the bug is still present: no feedback after successfull submission. https://github.com/bolt/boltforms/compare/v4.2.3...v4.2.6 - here you can see the difference between 4.2.3 and 4.2.6. As can be...
~~I can confirm on the latest master build the issue is gone.~~ Please disregard this. The master build is ancient. On the latest version, which is 4.2.6, the issue persists....
@jadwigo I converted the whole database to utf8mb4 and collation utf8mb4_bin. Also configured it as both client and server charset and collation in my mysql's my.ini. I keep getting the...
@jadwigo > Did you also update all the tables and columns to an utf8mb4 collation? Yes, I did. I'm very well aware of that. I'm telling you, everything is fine...
Doesn't work at all, here's a screenshoot from MacOS with this css. The only change is that the system icons (close, minimize, maximize) are weirdly placed on top of the...
Here's [my fork](https://raw.githubusercontent.com/COOLak/firefox-csshacks/master/chrome/tabs_on_bottom.css) that works best for me both on Windows and MacOS, but on the latter, the position of the aforementioned buttons is still weird. Plus there's an extra...
Would you be so kind as to propose a solution for MacOS in which I could retain the same size of tabs as in my fork (which is by the...