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
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

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 projecthttps://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.
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 seems to be an issue again!
