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

New window player results in 404 #908

Closed
tomfuller2 opened this issue Oct 12, 2022 · 8 comments
Closed

New window player results in 404 #908

tomfuller2 opened this issue Oct 12, 2022 · 8 comments
Assignees
Milestone

Comments

@tomfuller2
Copy link
Member

Clicking on a player as new window - url such as:

Result is 404

View not found [name, type, prefix]: page, html, site

 Home Page

Call stack    

| Function | Location

1 | () | JROOT/libraries/src/MVC/Controller/BaseController.php:816
2 | Joomla\CMS\MVC\Controller\BaseController->getView() | JROOT/libraries/src/MVC/Controller/BaseController.php:602
3 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_proclaim/src/Controller/DisplayController.php:127
4 | CWM\Component\Proclaim\Site\Controller\DisplayController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672
5 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
6 | Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() | JROOT/components/com_proclaim/src/Dispatcher/Dispatcher.php:47
7 | CWM\Component\Proclaim\Site\Dispatcher\Dispatcher->dispatch() | JROOT/libraries/src/Component/ComponentHelper.php:355
8 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:200
9 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:241
10 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:294
11 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/includes/app.php:61
12 | require_once() | JROOT/index.php:32

404 View not found [name, type, prefix]: page, html, site [ Home Page](https://joomla2:8890/index.php) Call stack # Function Location 1 () JROOT/libraries/src/MVC/Controller/BaseController.php:816 2 Joomla\CMS\MVC\Controller\BaseController->getView() JROOT/libraries/src/MVC/Controller/BaseController.php:602 3 Joomla\CMS\MVC\Controller\BaseController->display() JROOT/components/com_proclaim/src/Controller/DisplayController.php:127 4 CWM\Component\Proclaim\Site\Controller\DisplayController->display() JROOT/libraries/src/MVC/Controller/BaseController.php:672 5 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143 6 Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() JROOT/components/com_proclaim/src/Dispatcher/Dispatcher.php:47 7 CWM\Component\Proclaim\Site\Dispatcher\Dispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:355 8 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:200 9 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:241 10 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:294 11 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:61 12 require_once() JROOT/index.php:32
@tomfuller2
Copy link
Member Author

Fixed temporarily by substituting popup code for new window in player.

e8977d5

@bcordis
Copy link
Member

bcordis commented Dec 31, 2022

@tomfuller2 Can you look into this again as now I'm seeing the popup working again?

@bcordis
Copy link
Member

bcordis commented Feb 10, 2023

@tomfuller2 Ping

@bcordis bcordis added this to the v10.x.x milestone Feb 10, 2023
@tomfuller2
Copy link
Member Author

tomfuller2 commented Feb 10, 2023 via email

@bcordis
Copy link
Member

bcordis commented Aug 7, 2023

@tomfuller2 after update can you now verify this is fixed so we can close it out.

@tomfuller2
Copy link
Member Author

I'm getting this error: CWM\Component\Proclaim\Site\Helper\CWMImages::getSeriesThumbnail(): Argument #1 ($image) must be of type string, null given, called in /Users/tomfuller/PhpstormProjects/Proclaim/site/src/View/CWMPopUp/HtmlView.php on line 208

@bcordis
Copy link
Member

bcordis commented Sep 22, 2023

@tomfuller2 Is this fixed now? I'm not able to reproduce it after changes to the photo rendering.

@tomfuller2
Copy link
Member Author

I believe this is fixed.

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

No branches or pull requests

2 participants