Jump to content

giles_v

Members
  • Posts

    1
  • Joined

  • Last visited

giles_v's Achievements

Starter

Starter (1/6)

1

Reputation

  1. So as per https://twitter.com/...397667160604672 I wanted to set up PW to manage content inside another web app and I'm doing something similar: require(__DIR__ . '/index.php'); // this is the ProcessWire index file for bootstrap echo $wire->pages->get('/videos')->setOutputFormatting(true)->render(); echo "\n\n\n\n\n==============================\n\n\n\n\n\n"; echo $wire->pages->get('/people')->setOutputFormatting(true)->render(); The problem here is that the first page (videos) renders fine, but the second one (people) does not. Specifically, $page seems to be undefined in the template for "people". If I reverse the order (first render "people", then "videos") then again, the first one renders fine, but the second does not. So I get "people" correctly, but "videos" is stunted because $page is NULL in the template. Any ideas?
  2. Haha - UK govt bluntly tells the Church of England to vote again on female bishops, and make the right choice this time http://t.co/H3AwU2m0

×
×
  • Create New...