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.
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]
Whatever changes you made, worked. Thanks so much!