#879 ✓resolved
dleffler

Bug: Page may crash using 'develop' branch

Reported by dleffler | January 23rd, 2013 @ 08:35 PM | in 2.1.1 (closed)

The error would be line #698 in expRouter.php. The fix is to change line #691 from

$section = $this->url_style=="sef" ? $this->getPageByName($_REQUEST['section']) : intval($_REQUEST['section']) ;

to

$section = $this->url_style=="sef" ? $this->getPageByName($_REQUEST['section'])->id : intval($_REQUEST['section']) ;

Note the additon of the ->id just before the colon :

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Bug Tracker for Exponent CMS

Shared Ticket Bins

People watching this ticket

Pages