- Posts: 33
COMMUNITY FORUM
"Item must have a title" error after J3.4 upgrade
- Yannis Sintos
-
Topic Author
- Offline
- Junior Member
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.
- HJM Cortooms
-
- Offline
- Junior Member
- Posts: 22
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- davyd
-
- Offline
- New Member
- Posts: 1
Please could you help ?!
Many thanks,
Best.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
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.
- Igor Vaskivskyi
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Franz Wohlkönig
-
- Offline
- Platinum Member
- Posts: 529
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.
- Kostas
-
- Offline
- New Member
- Posts: 5
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
-
- Offline
- Platinum Member
- Posts: 15920
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.
- Kostas
-
- Offline
- New Member
- Posts: 5
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
-
- Offline
- Platinum Member
- Posts: 15920
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.
- Brand New
-
- Offline
- New Member
- Posts: 3
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
-
- Offline
- Platinum Member
- Posts: 15920
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.
- Brand New
-
- Offline
- New Member
- Posts: 3
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.
- Sabine Scherer
-
- Offline
- New Member
- Posts: 1
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.
- Stergios Zgouletas
-
- Offline
- New Member
- Posts: 2
i.snag.gy/b5Oro.jpg
I have a multi-language site with almost none extra plugins
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
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.
- Brand New
-
- Offline
- New Member
- Posts: 3
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
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
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.