Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Undefined array key admin_link

Asked Modified Viewed 634 times
B
BenL
B
BenL 12
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 41 threads in the forums
  • Started this discussions
asked
Member

Hello there, find a lot of errors in my error log:

File: Downloads.php
Page: /infusions/downloads/downloads.php?download_id=50%27
Line: 111
Error message: Undefined array key "admin_link"
Edited by BenL on 06-04-2022 14:51,
0 replies

2 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Is your locale fully updated?
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

Have you installed the Downloads infusion?

Or just copied to your directory trying to use it whithout installation?

 /* Admin link */
 $data['admin_link'] = '';
 if (iADMIN && checkrights('D')) {
 $data['admin_link'] = [
 'edit' => INFUSIONS."downloads/downloads_admin.php".$aidlink."&action=edit&section=download_form&download_id=".$data['download_id'],
 'delete' => INFUSIONS."downloads/downloads_admin.php".$aidlink."&action=delete&section=download_form&download_id=".$data['download_id'],
 ];
 }
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
B
B
BenL 12
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 41 threads in the forums
  • Started this discussions
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet