Page 1 of 1

view only works on the default page [solved]

Posted: Tue Jan 28, 2014 10:11 am
by babel
If I click on the magnifying-glass I get a blank page. Only the default page works. It used to work well for all pages.
I'm using the 1.11.9 Bartolome.

Re: view only works on the default page

Posted: Tue Jan 28, 2014 2:55 pm
by JohnnyB
What have you tried to clear it up?
Clear Cache?
Update Routes (probably not helpful)?
Clear browser cache?

Check you config.php for the previews_path setting. If you upgraded from an earlier version, perhaps it is set incorrectly. It is deprecated in the 1.11.x versions which means it shouldn't be needed. But, there could be a path issue. Also, be sure that your /tmp/ directories are writable.

You might need to post your System Information from the CMS's Site Admin section to provide more information.

Re: view only works on the default page

Posted: Tue Jan 28, 2014 3:02 pm
by HarmO
Check the source of the blank page.

Maybe rendering stoped half way your metadata script or so.
if you can see where it stops, you have an idea where to look for the error.

Re: view only works on the default page

Posted: Tue Jan 28, 2014 4:40 pm
by babel
Thanks for your answers, but the problem hasn't been solved. I don't know if it's normal, but the url's look different. If I click on the magnifing glass the url is like http://www.nodale.nl/test/geschiedenis, if I go via [url]http:/www.nodale.nl/test[/url] the url for geschiedenis looks like this http://www.nodale.nl/test/index.php?page=geschiedenis.
I haven't upgraded, only made friendly urls.

Re: view only works on the default page

Posted: Tue Jan 28, 2014 4:53 pm
by JohnnyB
Have you got your .htaccess file and config.php files configured correctly for mod_rewrite?

Re: view only works on the default page

Posted: Tue Jan 28, 2014 7:09 pm
by babel
JohnnyB, I followed the book of Sofia Hauschildt but forgot about the subdirectory. It's solved now and everything works fine. Many thanks for helping me.