Joomla-cms: Save failed with the following error: Incorrect integer value: '' for column 'hits' at row 1

Created on 16 Mar 2020  Â·  16Comments  Â·  Source: joomla/joomla-cms

Joomla 4 beta-1-dev
php 7.4

when trying to save an article in backend i get
Save failed with the following error: Incorrect integer value: '' for column 'hits' at row 1

No Code Attached Yet

All 16 comments

joomla 4 beta 11 it's very old
please use the last nightly build https://developer.joomla.org/nightly-builds.html#joomla-40
and if problem still exists feel free to reopen

are you sure its not a typo for beta 1 instead of a typo for alpha 11

On Mon, 16 Mar 2020 at 07:48, Nicola Galgano notifications@github.com
wrote:

Closed #28359 https://github.com/joomla/joomla-cms/issues/28359.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/joomla/joomla-cms/issues/28359#event-3131954260, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AAJ4P4IPCZ3ST5TYDIIYM53RHXKTVANCNFSM4LL23IQQ
.

--
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
https://brian.teeman.net/ http://brian.teeman.net/

Sorry yes it is a typo , but I cannot change the title, I use beta 1 in https://developer.joomla.org/nightly-builds.html

Le 16 mars 2020 à 08:56, Brian Teeman notifications@github.com a écrit :

are you sure its not a typo for beta 1 instead of a typo for alpha 11

On Mon, 16 Mar 2020 at 07:48, Nicola Galgano notifications@github.com
wrote:

Closed #28359 https://github.com/joomla/joomla-cms/issues/28359.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/joomla/joomla-cms/issues/28359#event-3131954260, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AAJ4P4IPCZ3ST5TYDIIYM53RHXKTVANCNFSM4LL23IQQ
.

--
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
https://brian.teeman.net/ http://brian.teeman.net/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/joomla/joomla-cms/issues/28359#issuecomment-599393875, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUFERDRRBU2LLNG4JBVIYTRHXLSTANCNFSM4LL23IQQ.

let's reopen then

sorry for that

Le 16 mars 2020 à 09:19, Nicola Galgano notifications@github.com a écrit :

let's reopen then

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/joomla/joomla-cms/issues/28359#issuecomment-599402245, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUFERAMPCLYSM2G64N6TFLRHXOJRANCNFSM4LL23IQQ.

Where can I ask (or propose) new feature for Joomla 4 ?

I dont understand why nowadays the img tag has not the very necessary srcset

thanks

Le 16 mars 2020 à 09:19, Nicola Galgano notifications@github.com a écrit :

Reopened #28359 https://github.com/joomla/joomla-cms/issues/28359.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/joomla/joomla-cms/issues/28359#event-3132050035, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUFERECBS2CQ4BZRQ7AAOTRHXOJTANCNFSM4LL23IQQ.

you can open an new issue here on github
using the Feature request - Suggest an idea for this project

Screenshot from 2020-03-16 10-08-22

Thank you Nicola

https://github.com/joomla/joomla-cms/issues/28368 https://github.com/joomla/joomla-cms/issues/28368

Le 16 mars 2020 à 10:10, Nicola Galgano notifications@github.com a écrit :

you can open an new issue here on github
using the Feature request - Suggest an idea for this project

https://user-images.githubusercontent.com/181681/76740509-4cc0f900-676e-11ea-931b-20a0463bfd91.png
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/joomla/joomla-cms/issues/28359#issuecomment-599424162, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANUFERE3OCONMJZ7VUTHEK3RHXUJLANCNFSM4LL23IQQ.

@no-matter-0 I was so free to update the version information in your issue decription. "4 beta-1-dev" means the current 4.0-dev branch or some nighty build. Beta 1 will be the next release, so that's why it's currently called beta-1-dev.

23638 should have fixed this issue. Please enable Error Reporting to Maximum and post any errors. Advise if using MySQL or Postgres and its version.

It seems to happen when onetry to change the category of an article.

should be solved from this pr #28103 and the original issue was #27919

Ive changed

$app->setUserState($this->option . '.edit.' . $this->context . '.data', $form->filter($data));
for
$app->setUserState($this->option . '.edit.' . $this->context . '.data', $data);

it seems ok !

thanks

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/28359

No longer an issue after the merged of #28335.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28359.

This seems to be an issue again!
image

Was this page helpful?
0 / 5 - 0 ratings