News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

cat_id error

Started by ipshwitz, 12.10.2016 22:30:07

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ipshwitz

Whenever I try to create a new download in the administrative end, I get the following error:

PHP Notice:  Undefined variable: cat_id in D:\hshome\administrator\components\com_jdownloads\views\download\tmpl\edit.php on line 670

When I view that line, it's:

<input type="hidden" name="catid" value="<?php if ($this->item->cat_id) {echo $this->item->cat_id;}else{echo $cat_id;} ?>" /> -->

Any idea what's causing this? At first I thought it might be a template error, so I contacted the designers and they assured me it wasn't. This is a fresh installation of the most recent version of JDownloads.
  •  

Arno

Hi,
i cannot reproduce this message here.
And the lines 699 and 700 should be deactivated. But you can use the unzipped file below.

[gelöscht durch Administrator]
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ipshwitz

Whatever changes you made, worked. Thanks so much!
  •