Numeric value in URL causing problems with page PHP output

5 posts by 4 authors in: Forums > CMS Builder
Last Post: March 31, 2011   (RSS)

Re: [Pixels & Beats] Numeric value in URL causing problems with page PHP output

By robin - March 30, 2011

Hey,

Could you post your peugeot-scooters-list.php code or mail it to support@interactivetools.com? We'll take a look.

Thanks
Robin
Programmer
interactivetools.com

Re: [robin] Numeric value in URL causing problems with page PHP output

By Codee - March 30, 2011

Just curious...are you by chance putting any hyphens into your record title when you're using numbers? In quite a few versions of CMSB putting a hyphen in the title field for a record (and the outputting urls are as a standard using that field for the url output) causes the output function to break. I can perform that consistently on at least 5 versions of CMBSB...I have no fix other than to ensure there are no hyphens in my titles. Just a thought.

Re: [Pixels & Beats] Numeric value in URL causing problems with page PHP output

By gkornbluth - March 30, 2011

Hi,

Just a wild guess which probably has no relevance.

Is there an errant

'where' => whereRecordNumberInUrl(1),

in one of the record calls at the top of your page?

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [gkornbluth] Numeric value in URL causing problems with page PHP output

By gadefgaertgqe - March 31, 2011

Bingo Jerry!

'where' => whereRecordNumberInUrl(1), is indeed causing the problem.

I just need to work out why I was using it now. I keep getting pulled off this project and then back on it.... lol

Thanks to everyone else who contributed :)

Paul