5 users online. Create an account or sign in to join them.Users
&debug problem
This is a closed discussion with 5 replies, filed under General.
Search
Yep you have a very small mistake.. &debug will not work in that context try ?debug
http://test.tamarawobben.nl/dagboek/2005/02/1/?debug
& can only be used after you already have a ? when using multiple parameters. Since php does not recognize it as a variable it thinks its another part of your url and you forgot to add the / at the end :)
Thanks, I can now see that the url-paramaters have the right value. And when I do this on the DS filtering {$year}/{$month} I see a records not found error message. Almost there for the menu I wanted.
Found it. I have to do on the pages url-parameters {$year}/{$month} and on the DS {$year}-{month}. Now I wonder one thing. I see when I look at Bauhouse ensemble that the xml instead of 01-01-2012 contains this 2012<month<01
Cam anyone give me a tip how I can do the same so the year and month tags ?
Found it. in the DS use group by date.
And when I do this on the DS filtering {$year}/{$month} I see a records not found error message. Almost there for the menu I wanted.
This request is littered through other threads already.
Create an account or sign in to comment.
I have this url : http://test.tamarawobben.nl/dagboek/2005/02/1/ Where 2005 is the url parameter year 02 is the url parameter month 1 is the url parameter page.
But when I do http://test.tamarawobben.nl/dagboek/2005/02/1&debug I see this appear http://test.tamarawobben.nl/dagboek/2005/02/1/&debug/
So does anyone have a idea how I can debug this page ?
Roelof