uBrowser and JQuery Update

Posts: 23
Joined: 11/01/2007

I am setting up a site using Ubercart and all of the required modules, including uBrowser. I recently added the Mysite Drupal module, along with the required JQuery Update and JQuery Interface Library modules. Shortly after installing those additional modules, I notice problem with the output of the uBrowser PHP code.

This is what it displays in the code box to copy:

'#ubrowser',
  'class' => '',
  'vid' => 1,
  'nids' => 'false',
  'search' => 'false',
  'view' => 'false',
  'window' => 'current',
  'close' => 'false',
  'multi' => 'false',
  'categ' => '',
  'nodesg' => '',
  'nodepl' => '',
  'filter' => '',
  'select' => "",
);

print ubrowser($settings, 'ubrowser');

?>

I'm using uBrowser on another site so I know the lines that are missing. But it would be nice if it worked properly. Any ideas on how I can fix it?

Thanks,
Anne

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Ahh... weird. So it's somehow cutting off the top several lines, including the opening PHP tag?

Posts: 23
Joined: 11/01/2007

Yes... cutting off the opening PHP tag and the first line. I have another installation of uBrowser on another site, so I used the first two/three lines as a model and got it working. Just seems like a weird thing you'd want to know about.

Anne