Keyword

"Item must have a title" error after J3.4 upgrade

  • Yannis Sintos
  • Yannis Sintos's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 1 month ago #141309 by Yannis Sintos
Hello,

After upgrading to Joomla 3.4 this morning i keep getting the popup notice "Item must have a title" everytime i try to edit or create a new item.

Anyone else got the same error ?

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141310 by HJM Cortooms
Replied by HJM Cortooms on topic "Item must have a title" error after J3.4 upgrade
No. Not here.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #141316 by Krikor Boghossian
Replied by Krikor Boghossian on topic "Item must have a title" error after J3.4 upgrade
@Yannis, which other extensions are you using?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141343 by davyd
Hello, since the upgrade to J3.4, I have the same problem with french language
Please could you help ?!
Many thanks,
Best.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #141353 by Krikor Boghossian
Replied by Krikor Boghossian on topic "Item must have a title" error after J3.4 upgrade
Which other extensions are you using?
Any other K2 plugins?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141408 by Igor Vaskivskyi
Replied by Igor Vaskivskyi on topic "Item must have a title" error after J3.4 upgrade
Have the same problem after upgrade. From additional stuff I have JComments plugin and Additional Categories for K2

Please Log in or Create an account to join the conversation.

  • Franz Wohlkönig
  • Franz Wohlkönig's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #141414 by Franz Wohlkönig
Replied by Franz Wohlkönig on topic "Item must have a title" error after J3.4 upgrade
Hi,

have updated three Sites with same Extensions-Pool on Joomla3.4 without "Item must have a title"-Error. So in my Opinion an Extension is the Culprit.

Regards

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141455 by Kostas
Hi,

Same problem here with 2 sites. No extra k2 extensions installed

k2 extensions: imgur.com/apnQSdi

Thanks,
Kostas

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #141456 by Krikor Boghossian
Replied by Krikor Boghossian on topic "Item must have a title" error after J3.4 upgrade
Hello,

I am sorry but I cannot verify this issue.
I just tested Joomla! 3.4, K2 2.6.9 with AllVideos, and SigPro and it was working properly.

Try disabling extensions one by one to see which is causing the issue.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141468 by Kostas
There is not a problem with an extension. I disabled all of them and didn't resolve it.

The alert shows up when i open an item and when saving an item and it doesn't cause any actual problem as the item can be saved correctly. It seems like the validation is missing the title for a moment somehow. I will investigate it further and if i find something i ll post it.

Thanks,
Kostas

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #141509 by Krikor Boghossian
Replied by Krikor Boghossian on topic "Item must have a title" error after J3.4 upgrade
Thanks Kostas.
Please share your findings.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141588 by Brand New
Hi.

Maybe it is something related to Java Script?

On opening K2 Item backend empty form, Firebug console shows error:

"TypeError: (intermediate value)(...) is not a function

Joomla.submitbutton = function(pressbutton){"

Best regards,

Brand New

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #141595 by Krikor Boghossian
Replied by Krikor Boghossian on topic "Item must have a title" error after J3.4 upgrade
It is possible.
The question is which extension is causing this error.
In all of my J! 3.4 setups I have not encountered this error.

Be kind enough to paste the entire function.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141607 by Brand New
Hi.

Firebug point me to first line of this JS section:

"Joomla.submitbutton = function(pressbutton){
if (pressbutton == 'cancel') {
submitform( pressbutton );
return;
}
if ($K2.trim($K2('#title').val()) == '') {
alert( 'Item must have a title' );
}
else if ($K2.trim($K2('#catid').val()) == '0') {
alert( 'Please select a category' );
}
else {
syncExtraFieldsEditor();
var validation = validateExtraFields();
if(validation === true) {
$K2('#selectedTags option').attr('selected', 'selected');
submitform( pressbutton );
}
}
}"

Best regards,

Brand New

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141617 by Sabine Scherer
Replied by Sabine Scherer on topic "Item must have a title" error after J3.4 upgrade
Same problem for me.

Additional extensions:
Simple gallery pro and Fox contact (disabling did not help)

Any help to solve this would be great.

Best Regards
Babylon5

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago - 10 years 1 month ago #141624 by Stergios Zgouletas
Replied by Stergios Zgouletas on topic "Item must have a title" error after J3.4 upgrade
Same problem here....the problem is on loading the K2 Item edit view
i.snag.gy/b5Oro.jpg

I have a multi-language site with almost none extra plugins
Last edit: 10 years 1 month ago by Stergios Zgouletas.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #141633 by Krikor Boghossian
Replied by Krikor Boghossian on topic "Item must have a title" error after J3.4 upgrade
@Sabine is your site multilingual as well?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141634 by Lefteris
Since we cannot verify the issue and there are users reporting that they are not facing this issue it's probably a plugin causing this.

Everyone facing this issue you need to check all your installed extensions one by one. It's not just a K2 plugin that can cause this. It might be a content or a system plugin or even a module in the administration area.

So try disabling your extensions one by one until you find which one is causing the issue.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago - 10 years 1 month ago #141640 by Brand New
Hi.

And the winner is... <drums> Multilanguage status backend core module.
When switched off - error not appears.

Hope this help you locate problem. :)
It is also fast workaround.

Best regards,
Brand New
Last edit: 10 years 1 month ago by Brand New. Reason: Little addition

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141642 by Lefteris
@Brand New

Can you provide more details on this? Just enabled the module and still i don't get the message. Can you describe the exact steps required to reproduce the issue?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum