** Changed in: phpdevshell
     Assignee: (unassigned) => Greg (gregfr)

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/1039522

Title:
  Call to undefined function PHPDS_exception()

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

Bug description:
  Uncaught Exception while running

  This page will try to provide as much information as possible so you can 
track down (and hopefully fix) the problem.
  The error

  The message of the error is as follow:

      Call to undefined function PHPDS_exception()

  The error occurred in file
  /opt/lampstack/apps/phpdevshell/htdocs/includes/PHPDS_core.class.php
  at line 430

      424                       $this->loadControllerFile($menu_id);
      425                       break;
      426                   // External File.
      427                   case 4:
      428                       // Require external file.
      429                       if 
(!$this->loadFile($navigation[$menu_id]['menu_link'])) {
      430                           PHPDS_exception(sprintf(___('File could not 
be found after trying to execute filename : %s'), 
$navigation[$menu_id]['menu_link']));
      431                       }
      432                       break;
      433                   // HTTP URL.
      434                   case 5:
      435                       // Redirect to external http url.
      436                       $this->ok(sprintf(___('You are now being 
redirected to an external url, %s'), $navigation[$menu_id]['menu_link']), 
false, false);
      437                       
$this->navigation->redirect($navigation[$menu_id]['menu_link']);

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1039522/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~phpdevshell
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~phpdevshell
More help   : https://help.launchpad.net/ListHelp

Reply via email to