Jefferson49 / Joomla_plugin_sexypolling_reloaded

Migration of the joomla plugin "Sexy Polling" to joomla 4.x
GNU General Public License v3.0
2 stars 3 forks source link

Adding a new answer while multi answers are activated does not work correctly #41

Closed Jefferson49 closed 1 year ago

Jefferson49 commented 1 year ago

Observed with Joomla 4 and 4.1.6beta

If multi answers is activated and after adding a new answer and selecting this answer for voting, the voting fails.

The error occurs in vote.php, line 226. Missing default value

Another error occurs in vote.php, line 235. The following SQL command is not accepted: "INSERT INTO #__sexy_votes (id_answer,id_user,ip,date,country,city,region,countrycode) VALUES ('35','0',192.168.178.40','2023-04-06 20:27:10','-','-','-','-')"