joomla 3.3.6 404 article not found - joomla

A client has made a minor change to his joomla site, and now the whole site is displaying 404 article not found.
He said that he created an article, deleted it, and created a new article with the same name. That's it.
How can I resolve this problem without knowing which article is causing the problem?

What I would suggest you do is firstly delete the article properly. In the Article Manager, set the status to trashed which will display all deleted articles. Select the article your client removed and delete it properly.
Then, go to your Menu Manager, open the menu item that was associated with this article, and select it again, then save the menu item.
Should now work.
When you delete an article, it removes the association from the menu item, so even if you create another article with the same name, you still need to assign it to the menu item.
Hope this helps

It turns out that somehow the "uncategorized" category was deleted, while there were still articles published in that category. This caused the whole site to break.
I don't think it had anything to do with the actual article that my client had edited. That's just the only thing he remembered doing.
Lesson learned: do not delete categories with articles still in them. (Why can't joomla just not let you do that?)

Related

Joomla Menu Item Article List Blank

I have a Joomla (2.5.4) site which uses menus. Recently I went to add a menu item to an existing menu. When I click on the "Select/Change" button the resulting window shows up, but the list of articles is blank. This also happens when trying to modify an existing item. I not even sure where to start looking on this one. What could be causing this window to not retrieve the list of articles?
The site owner agreed to upgrade to the latest version of Joomla and the issue was resolved, which is good news. The bad news is I still do not know what caused the issue in the first place or what part of the upgrade fixed it.

Where is menu item in Joomla 1.5?

OK, I'm new to Joomla. Making updates for someone still using 1.5, plan to get them upgraded to v3...
I need to add a new article and menu item. I've figured out where to do that in the backend, but my menu item isn't showing up in the navigation. I went to menu manager, where I added the new link to a menu called mymenu. I see the actual module in the template is titled myleftmenu, and I have the menu item selected there with the others from mymenu that appear throughout the site.
I've researched this and see maybe there were some bugs in 1.5, even some weird conflict with php 5.3, but none of this makes sense. I don't have spaces or special characters in the menu alias (or wherever that had been an issue for some people). I'm really stumped here because this really makes no sense. I don't seem to have anywhere else to look in the backend to update or change this, so what's the issue?
I would check:
1- check if you are placing your mymenu in the right module position. To do that put that /index.php?tp=1 at the end of your url (eg: www.web.com/index.php?tp=1) it will give you the position.
2- check if your menu is published (you need to click on "published")
3- if you are trying to make a drop down menu : know that it is not supporter by native joomla so you need to download module such as this one.
4- maybe your menu works but is not display because of overflow:hidden
I tried to modify other menu items in the backend and nothing was updating. I finally went searching for a php file that could have been hand-coded and modified and found that in my modules directory. Not being familiar with Joomla, and not sure if this menu had even been set up correctly, I then had to figure out how to get the right blog and item ID numbers for the hyperlink. Ugh! I feel like someone went about building this in a way that just made it more difficult for everyone who has to update the site in the future. Now I'm really wondering what a version upgrade is going to do to this!

"same article alias" error in joomla when editing translated (joomfish) article in the frontend

joomla version 2.5.8
joomfish version 2.5.0
I have created an article and translated it with joomfish.
I login with the user that created that article and i'm trying to edit it.
In english(basic language) i can edit it successfully.
In greek(translation) i get an error "another article in the category exists with the same alias" when i try to edit the article.
Even when i put the translation in another category i am able to edit it once, and the new version is saved again into the category of the original article!!!so i can't edit it for a second time...
I could find nothing in forums and google generally...
Do i have to switch to the core-joomla-multilingual-system and uninstall joomfish? does it allow same alias in multiple articles?
Any other suggestions?
I had similar bug. This 'cause Joom!Fish 2.5 works another way then old versions. It keeps both articles (original and translated) in article manager, so articles anyway can't be stored with same aliases.
What I did: go to /libraries/joomfish/contentelement/contentelements/
You can see *.xml files stored here. Every of this files is corresponding for different elements. For example open content.xml and find this code:
<treatment>
<target>native</target>
<tableclass>Content</tableclass>
<publishedfield>state</publishedfield>
<translationObjectModel file="joomfish.translatable.translationobject.content">TranslationObjectContent</translationObjectModel>
<jformModel>ContentJForm</jformModel>
</treatment>
and remove this.
After you do this Joom!Fish stops duplicate contents, and you'll get many translations with same alias!
P.S.: You may need to remove duplicate articles in Article Manager.

Problems adding an article in Joomla

I got a problem I really cant solve. I am trying to create a menu with an single article in Joomla 2.5, but it wont show the article.
I have created a main menu with some menus which are set to single article, and I have created some articles, which I've added to the specific menu items, it has no problems saving the menu, but when I reload the page, there is no article/text/picture.
Does some one have any idea why this is happening?
Make sure article is published. Even if it won't work. Just on error reporting n see what exactly error is getting about & find the solution.
It seems like a SEF issue.
Say your menu is published under the SEF url /fun/jokes.html: if the SEF plugin is not enabled Joomla might be looking for your pictures in /fun/images/... instead of /images/...
Just head to the administrator / plugin, search for SEF (system - SEF plugin) and enable it.
Clear the cache and it should start working.
I have found the problem. Under my profil for the template, "System Output" whas set to "no". Changed it to "yes" and it shows all my article.
But thanks for your efforts

Get preview link to article before publishing

In Joomla 1.5, I created an article. Before publishing it, I want to send a preview URL to my colleagues (they are not registered to Joomla).
I'm looking for something like adding task=preview to the URL and it would show the article.
It would be enough if the article would be normally published but would not be displayed on the main page in the latest news. I tried to set "Front Page" to "No" but without success.
How can I solve the problem?
Joomla! 1.5 doesn't have a feature like this and from the way it's built I'm not sure it's possible without modifying the core com_content files. You could try a search of the Joomla! Extension Directory to see if someone has implemented what you're after.
In the meantime if the article is turning up on the websites front page even when you've set it not to - then the front page must be using a Section/Category Blog page style rather than a Joomla Frontpage page. In this case you could find out which category is set to show on the menu item being used for the front page and then temporarily change your article to another that doesn't appear there.
Once you've got it in another Category you should be able to get a link to the article by doing a search from the front end (assuming you don't want to create a menu link).
try creating a new category called Preview and since that wouldn't have been assigned to any pages yet, it should not appear. If you have trouble finding the article then, you could temporarily publish it either on the home page or somewhere in the menu. Then when you have found and copied the url, you can remove the article from the home page or menu or wherever you temporarily have it appear.
If you should ever want several 'preview' articles appearing on one page, create a new menu item, assign it to the Preview category you made, and in System Parameters, click on Show Title: 'No' so it doesn't appear in the menu. I don't know about what shows up in Google for example so if it's sensitive data I can't say it won't show in search engines, it probably will.
It probably appears on the Front Page because as you say it's part of the 'latest news' module. You could also try removing it from the module feed, but a new category is what I'd do.
Paul
I just selected Section: "Uncategorised" and the article went out from the latest news. Hope it's not accessible any other way in the current setup (there is no search function hopefully). It's not a cleanest solution, but it seems to work.

Resources