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?

Cant add file to downloads

Asked Modified Viewed 2,784 times
I
iami77
I
iami77 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Ok, my install went flawlessly, everything works perfectly. Love it. Except one STRANGE issue: When I go the Admin Panel > Content Admin > Downloads to add a new download file, I get the following stripped page for some reason. Please see the attached photo.

I am on a Linux server using PHP 5.3. Everything else works perfect except this one issue.

Can you please help me determine what is causing this? Thank you!
iami77 attached the following file:
dl-issue_1.jpg [No information available / 97 Downloads]
0 replies

9 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

Check your folder permissions. ( read readme on folders )
0 replies
I
iami77
I
iami77 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Ok Falk, Ok, I read the readme file on folders. Permissions are set correctly to 777 as instructed. I still get that same page that I attached before. Anything else you can think of?
0 replies
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

Only one more thing really, download a fresh copy and replace files. Might be corrupt download / upload.
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

It has to to with the function mb_strlen.
See this http://www.php.net/manual/en/mbstring...lation.php
I had this is many Fusion installations. The mb_strlen function is used to show how many characters are left for the description field, but is not enabled by default in your PHP installation.
Solution is to comment this out.
It is in /Administration/downloads.php in lines 332 and 333. Just commnent this 2 lines out.

//   echo "<span id='shortdesc_display' style='padding: 1px 3px 1px 3px; border:1px solid; display:none;'>";
//   echo "<strong>".(255 - mb_strlen($download_description_short))."</strong>";
0 replies
I
iami77
I
iami77 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Thank you Falk and douwe_yntema for your amazing support here!

douwe_yntema, that did it! Fantastic! Worked perfectly!

Merged on Jun 26 2017 at 02:37:37:
One more question for you both, if you don't mind.

On the downloads page, it states "Allowed filetypes: .pdf .gif .jpg .png .zip .rar .tar .bz2 .7z". But I need the secretary to be able to upload this important excel file for all the district members which she maintains in her office daily. How do I allow excel file to be added as a download as well.

Thanks!
Edited by iami77 on 26-06-2017 02:37,
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

Go to admin panel --> settings --> Downloads
0 replies
I
iami77
I
iami77 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Thanks again douwe_yntema. I did as you advised, strangely when I change add the xls and xlsx file extensions to the allowable downloads, I get the following: "Notice: Admin Password not entered or incorrect"

I did notice during the installation of php-fusion that it had me enter a second "Admin" password, which I did. But it didnt have me enter an Admin username to use with this password. This confused me.

Anyways, can you assist me with this as well please?
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

The second password is the "Admin Password", which has to be filled in in the lower input field of the settings screen
The admin has two passwords: The normal one for logging into the site and the "Admin Password" which is needed for some settings to increase security.
0 replies
I
iami77
I
iami77 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Thank you once again. Duh! I didnt even see that password field down there. Sorry to bother you on that one sir.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 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
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
I
I
iami77 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet