SWJProjects icon indicating copy to clipboard operation
SWJProjects copied to clipboard

Error when trying to access version

Open dformdotdk opened this issue 3 years ago • 0 comments

Describe the bug When trying to access a version from a project I get this error:

Call to a member function get() on null Stack trace points to: JROOT/components/com_swjprojects/views/version/tmpl/default_j4.php:54

When I inspect $this->project I don't find payment, but instead default_payment So I guess $this->project->payment should be changed to $this->project->default_payment

Another thing, when Download type is paid I don't see the download link anywhere, even though I'm logged in as super admin and has generated a key for my user?

Other than that, it's looking great! Awesome work.

I'm actively working on an integration into YOOtheme Pro as a content source as I would like to use you component to distribute some of my work.

dformdotdk avatar Aug 23 '22 13:08 dformdotdk