As Vincent suggested in the zpArdoise theme topic I'm opening a new one.
The problem is that the links to the pages I added to my site are not showing up (pages are published).
They do when I'm logged in as admin but when I'm logged out they don't.
I'm using the zpArdoise theme and this theme supports Zenpage so it shouldn't be a problem.
I mailed my webhost asking what could be the problem, they replied that I should check the error log.
I did and can't find anything wrong.
Refresh my memory does this happen with the Zenpage and Efferscence+ themes as well. If not it is a theme issue. Also check the database entries of the page if they are really saved as published.
This is really strange, the standard menus just take what they get from the database, thus the published state of an item. Again please look at the database to see what the actual values are. the field "show" should have the value 1 if published.
I have no idea then except that your server might be caching too persistently maybe. Again please tell some general info about your server like what php version etc.
This is what I could find about the server:
PHP5, MySQL5, Apache2, PostgreSQL8, Perl5.8, Python2.4, CGI scripts,Tomcat 5 java server met JDK 1.4.2.
Note that this isn't my server, it's what I get from my webhost.
Looks good so far (btw, you find out the data always if you call phpinfo() on a php page). Shared hosting is absolutly fine.
However, I am stuck and have no further ideas about this. I could only suspect it is either hte server cache and/or the browser cache playing tricks. You did not use the html_static cache plugin, did you? That of course needs to be cleared before you see any changes.
It is still weird.
I created a subdomain the other day because I wanted to start over with my website using another theme (zp minimal in this case). This way I could work without disturbing the current site.
Again I added a zenpage called links, published it and it worked.
Today I moved the finished theme to the main domain and the same old problem occured again. The links page is published but it's not showing.
I'm pretty sure it's a server thing, nothing to do with the theme.
What I don't understand is why everything is working as it should on a subdomain and not on the main domain. Could it be a setting?
Site on the subdomain: http://zenphoto.lens-vision.nl
There could be a problem with URL generation. The difference between the subdmain and main domain is the appearence of the inermediate folder in the URL.
Genereally, if you have put Zenphoto in a folder and link any domain to it (subdomains behave the same as "main" ones) the rewrite base in htaccess should be just `/`.
The issue: Zenpages are working when on http://zenphoto.lens-vision.nl and not on www.lens-vision.nl
Don't start the they have to be published thing again cause they are.
I want zenpage to work under www.lens-vision.nl
Hmm, they did work on http://zenphoto.lens....
I'm out of ideas.
The only thing that does seem to work is making my own menu, did that on another site I made with Zenphoto.
I see now a links link on that one. Anyway, the menu functions are really not domain dependend (of course for the links they are but not for printing available pages). They get their info from the database.
Maybe your server does cache something and that somehow differently for both domains. Wild guess as I have never seen or heard about such an issue.