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?

File/Uploads Infusion MOD problems...

Asked Modified Viewed 1,566 times
U
utadexter
U
www.speedtest.net/result/218654425.png

miniprofile.xfire.com/bg/bg/type/2/utdexter.png
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions
asked
Member

When I tried using the File Uploads MOD and it infused fine, but when I actually take a peek at the Infusion have get these errors on the page:

Warning: opendir(../../downloads/) [function.opendir]: failed to open dir: No such file or directory in /home2/webadmin/public_html/fusion/php-files/maincore.php on line 523

Warning: readdir(): supplied argument is not a valid Directory resource in /home2/webadmin/public_html/fusion/php-files/maincore.php on line 524

Warning: closedir(): supplied argument is not a valid Directory resource in /home2/webadmin/public_html/fusion/php-files/maincore.php on line 531


2 Questions:

1. How do I get rid of the errors?

2. How can I bump up the "Upload Size" to 3.5MB?
0 replies

3 posts

F
Falk
F
Falk 148
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 12 questions
answered
Super Admin

Create a writable folder in your web root called downloads.
0 replies
U
utadexter
U
www.speedtest.net/result/218654425.png

miniprofile.xfire.com/bg/bg/type/2/utdexter.png
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions
answered
Member

Well #1 is out of the way, I chmod the downloads folder to (666) is that right?

You didn't answer my next question Digi... how can I set the upload to 3.5MB instead of 2MB?
0 replies
U
utadexter
U
www.speedtest.net/result/218654425.png

miniprofile.xfire.com/bg/bg/type/2/utdexter.png
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 12 threads in the forums
  • Started this discussions
answered
Member

Nevermind I found it...

I changed it to 3.5MB as such:

// Settings
$upload_maxsize = 3670016;
$upload_extensions = array(
   ".exe",
   ".zip",
   ".rar",
   ".tar",
   ".jpg",
   ".gif",
                ".mp3",
   ".png",
   ".psd",
                ".wav"
);
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

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

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet