Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDump with Joomla 3.7.x and PHP 7.1.x #35

Open
Ted-Knijff opened this issue Sep 24, 2017 · 1 comment
Open

JDump with Joomla 3.7.x and PHP 7.1.x #35

Ted-Knijff opened this issue Sep 24, 2017 · 1 comment

Comments

@Ted-Knijff
Copy link

View dumpView not found

Call stack

| Function | Location

1 | () | JROOT\libraries\src\MVC\Controller\BaseController.php:847
2 | Joomla\CMS\MVC\Controller\BaseController->getView() | JROOT\administrator\components\com_dump\controller.php:30
3 | DumpController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:710
4 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\administrator\components\com_dump\dump.php:28
5 | require() | JROOT\components\com_dump\dump.php:13
6 | require_once() | JROOT\libraries\src\Component\ComponentHelper.php:392
7 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:367
8 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194
9 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233
10 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:267
11 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49

@Ted-Knijff
Copy link
Author

Found the answer - to get this to work:

  • change filename /administator/components/com_dump/views/tree/view.raw.php to view.html.php
  • change in /administator/components/com_dump/helper.php
  • $url = JURI::base(true).'/index.php?option=com_dump&view=tree&format=raw';
  • $url = JURI::base(true).'/index.php?option=com_dump&view=tree&format=html';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant