Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
Hi,

Just getting back into "couching". love the new look and cant wait to get into customizing the admin!

I have spent 2 weeks re learning couch and i am getting there.

I am using the dump from github plus the patch, once i have cloned page and fill it with temp data, at first dint notice it as i just put "eeee" into all the fields.

Once i put two words eeeee eeee and try to view the page the broswer shows a blank screen. took a while to figure out it was the the space imbetween the two words that cause something to brake. if i do eee_eeee then it works but eeee eeeee does not.
Hi,

Could you please post a screenshot showing the problem field with the data you are trying to input?
cms.png
cms.png (442.48 KiB) Viewed 1625 times
please find attached. I hope im not wasting your time. sure its not me typing something stupid.
It must be me doing something i will figure it out. please dont worry. carry on create god code, ill carry on making bugs out of it :?
Ok found it, it was this:

Code: Select all
        <li id="homeicon"><a href="/index.php"><cms:php>echo strtoupper ('Home');</cms:php></a></li>
        <li> <a href="/<cms:show k_page_foldername/>.php"> <cms:php>$PageT = ucwords(<cms:show k_page_foldername/>); echo strtoupper ($PageT); </cms:php> </a> </li>
        <li><a href=""><cms:php>echo strtoupper (<cms:show k_page_title />); </cms:php></a></li>
5 posts Page 1 of 1