News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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!
  •