Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Installation
»
no content items to display
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: no content items to display (Read 12467 times)
pavel
Jr. Member
Posts: 61
no content items to display
«
on:
March 17, 2009, 19:04:01 »
Hello elxis community!
I installed elxis in the root directory, set up SEO which seems to work fine for sample content, but got a problem with new content:
- on administrator side new content is registered OK, the menu on the front end appears OK, but when I click on the menu leading to the new content item, i get error:
Error 404
We are sorry but the page you requested was not found.
( /index.php?option=com_content&task=view&id=51&Itemid=48 )
If I tick this content item - "show on front page" it is not appearing on the front page as well. Seems like elxis can not see it....
I tried putting exising (sample) content in the newly created section/category (connected to the main menu with a new link) - it appears. I tried adding new item in the same section/category - it does not appear.
Any ideas what could be wrong?
Logged
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: no content items to display
«
Reply #1 on:
March 17, 2009, 19:18:39 »
Could you give us access to your administration of the site? Via PM
Logged
DediData Web Hosting Services
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: no content items to display
«
Reply #2 on:
March 17, 2009, 19:18:58 »
90% you have set wrong the languages.
Check it at:
Section
Category
Content Item
Menu links
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: no content items to display
«
Reply #3 on:
March 17, 2009, 19:22:09 »
Hi pavel
Elxis is multilingual CMS, wich means that every content item, category, section, menu item etc... can be set for different language. Make sure that content item is published for the same language as it's category/section, as well as it's menu item.
EDIT: While I was typing, you already recieved two same answers. So check your published languages.
Logged
I've got a snap in my finger...
Got rhythm in my walk...
Farhad Sakhaei
Elxis Community
Hero Member
Posts: 1190
I know nothing , Should know more & more
Re: no content items to display
«
Reply #4 on:
March 17, 2009, 21:15:40 »
Disable SEO PRO and check it again , Does it work now?
Logged
DediData Web Hosting Services
pavel
Jr. Member
Posts: 61
Re: no content items to display
«
Reply #5 on:
March 17, 2009, 21:41:11 »
Disabled SEO, still not working. Added new content item into the old section/category (with tick to display on the front page), and added a menu to the main menu... still doesn't work.
In the configuration.php I switched place of languages (in order to get the display in the order that I want), but I don't think it should have any affect on my problem.
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: no content items to display
«
Reply #6 on:
March 17, 2009, 21:50:29 »
also , check user access level..
Logged
ks-net.gr
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: no content items to display
«
Reply #7 on:
March 17, 2009, 22:21:29 »
Once again, check the section, category, the item & the component front page (main menu) to be published into the same language.
Logged
pavel
Jr. Member
Posts: 61
Re: no content items to display
«
Reply #8 on:
March 18, 2009, 00:26:10 »
Nothing seem to be helping.... It is very strange. I'd done installations before and I never had such problem. I'am going to do another installation in the subdirectory, and see how it works. It could be that some files did not upload fully and the code is broken. My host accepts .tar and .gz format, so I zipped the installation files (this time it should be full package for sure). So once I try it out, I'll post the result.
Logged
pavel
Jr. Member
Posts: 61
Re: no content items to display
«
Reply #9 on:
March 18, 2009, 02:19:30 »
OK, here is what I did and what I found.
I installed elxis in the sub directory, SEO off: content can be added / removed without problems from the back admin panel and by loggin through the front login panel.
Then I thought, why not try the same in the root directory. I reinstalled elxis, set permissions, SEO Off, .htaccess is not set (SEO is off anyway), tried adding content ...... I can add content if I login through the front panel (and it successfully appears on the front page even if I log out), but I can not see the content which is added through the back admin panel. I can see only sample content and content added via the front panel login.
paraxina pragmata....
I might have to proceed with installation in the subdirectory...
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: no content items to display
«
Reply #10 on:
March 18, 2009, 02:32:11 »
reinstall? or just copy paste files?
did you mixed db path files ... etc?
Logged
ks-net.gr
pavel
Jr. Member
Posts: 61
no content items to display
«
Reply #11 on:
March 18, 2009, 11:00:23 »
i reinstalled elxis completely (removed all files, unzipped files again, changed permissions, run installation). Today I also set the htaccess file. The only thing - I connected it to the old DB and during installation i checked "drop existing tables", so it should all be new.
Still same effect - works from the front end, doesn't work from backend.
Logged
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: no content items to display
«
Reply #12 on:
March 18, 2009, 14:24:39 »
ok topic merged here!
Quote
Still same effect - works from the front end, doesn't work from backend.
are you using the correct live-site url?
seo is ok now?
content and links display correctly?
Logged
ks-net.gr
pavel
Jr. Member
Posts: 61
Re: no content items to display
«
Reply #13 on:
March 20, 2009, 11:45:54 »
I finally found something interesting. When I add .htaccess file to the root directory, it turns off php5 (default is php4 and I have to enable php5 for for the root directory manually). When I enable php5 again, my .htaccess file is gone. I asked the hosting support about this and they asked to check if Elxis can run if php5 is running as
cgi and not an Apache module
which would work with .htaccess.
Actually, the installation in the sub directory seem to be running OK even without .htaccess file. But I suspect in my case the problem may be this cgi vs apache..........
Can somebody comment on this?
Logged
kebic
Elxis Community
Sr. Member
Posts: 307
Re: no content items to display
«
Reply #14 on:
March 20, 2009, 14:37:53 »
I on my server use suphp and run PHP as CGI/FastCGI, and all works great.
Logged
Poslovni Consulting
|
make gifs from videos
Print
Pages: [
1
]
2
« previous
next »
Elxis CMS Forum
»
Support
»
Installation
»
no content items to display