Sub Menu
Links Menu
Online Users

In total there are 319 users online :: 2 registered, 0 hidden and 317 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot] based on users active over the past 60 minutes

Uploading Downloads Not working

Support for IntegraMOD 141

Moderator: Integra Moderator

Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Thu Feb 01, 2007 3:23 pm

Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://aauqacks.com/forum1

PHP Version:
MySQL Version:


What was done before the problem appeared?
nothing


What was done to try to solve the problem?
nothing



De.scription and Message

I have tried going to downloads in navigation screen, and tried to upload a file. I fill in all the fields required and upload a .rar file. The comment I get after it uploads says it was completed, but when I check, it shows there are no downloads. I have tried several times with different files with the same result. I tried also uploading through the admin screen and when I check file management, it shows no files.

Am I missing something or is this a forum program glitch?
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Uploading Downloads Not working

PostAuthor: Helter » Thu Feb 01, 2007 5:42 pm

check your chmod for pafiledb/uploads
it should be 666
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Thu Feb 01, 2007 6:24 pm

sorry i'm still a little fresh at this.

what's chmod?

I checked admin screen - downloads - configuration
upload directory is pafiledb/uploads/

where do I look for 666
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Uploading Downloads Not working

PostAuthor: Helter » Thu Feb 01, 2007 7:06 pm

it is a file permission level.

in your ftp program, select the file and select properties. default it is 644, change to 666. You have to do this to many files. Check the "141 Installation" link [url=http]here[/url]

if your on a windows server, just be sure the required files are read/writable
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Thu Feb 01, 2007 7:31 pm

Ok I checked the upload folder and the chmod was 755. I changed it to 666 and tried again.
Still after upload, it shows no files. I'm trying to upload a 2.7MB files and I had changed settings to 5MB max, so I'm ok with this file. Still not working.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Uploading Downloads Not working

PostAuthor: Helter » Thu Feb 01, 2007 10:29 pm

im sorry, my mistake. the folder should be 777
most files that need to be chmodded are 666 and folders are 777
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Fri Feb 02, 2007 3:47 pm

No problem. I changed as stated on list but I think I screwed up. Trashed our forum LOL. Good thing it's only 1-2 weeks old. I tried to delete everything and delete the database, reinstalled, but still screwed. Can't delete one file. Renamed folder and created a new forum folder and do a reinstall.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Fri Feb 02, 2007 6:35 pm

Ok I reinstalled forum and did the chmod properties on all the listed files and folders. I tried again to upload, but they still aren't showing. It says upload sucessful but when I check, there are no files.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

PostAuthor: tmotley » Fri Feb 02, 2007 8:03 pm

What does it say when you view

ACP
Tools
Phpinfo
upload_max_filesize?

My master was set at 2MB but I managed to set my local to 6MB via putting the following into a .htaccess file in my root...

Code: Select all
php_value upload_max_filesize 6Mphp_value post_max_size 6M
Last edited by tmotley on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
tmotley
IntegraMODerators
IntegraMODerators
 
Posts: 524
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 2:56 am
Cash on hand: 0.00
Location: Missouri, USA

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Sat Feb 03, 2007 12:38 am

that might be why. I set download file size from 256kb to 5mb but that didn't work. The file I was uploading was 2.7mb. If I check where you say, it says 2mb. Will have to try that and see.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Sat Feb 03, 2007 12:43 am

Don't see a .htaaccess file. Do I create one? Give me some steps and not to complicated. LOL
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

PostAuthor: tmotley » Sat Feb 03, 2007 7:58 am

Create a file with Notepad or Crimson Editor and simple put that code I mentioned above in it.

Save as .htaccess that's it on the name... it starts with .

Upload to the root of your website and see what happens...
Last edited by tmotley on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
tmotley
IntegraMODerators
IntegraMODerators
 
Posts: 524
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 2:56 am
Cash on hand: 0.00
Location: Missouri, USA

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Sat Feb 03, 2007 9:08 am

Did it and checked under tools again - still shows 2mb

I tried uploading a 11.6kb file and same result. Says uploaded ok but nothing there.

Checked prperties on upload folder and set 777 - that's ok
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

Re: Uploading Downloads Not working

PostAuthor: .QUACK.Major.Pain » Sat Feb 03, 2007 9:10 am

I checked tool page again and I noticed this:

upload_tmp_dir "no value" in both columns

Should that be?
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 10:15 am
Cash on hand: 0.00

PostAuthor: tmotley » Sat Feb 03, 2007 9:24 am

I have values in mine. My website control panel is vdeck and in mine it says '/home/vdeck/tmp'

I don't know what yours should be.
Last edited by tmotley on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
tmotley
IntegraMODerators
IntegraMODerators
 
Posts: 524
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 2:56 am
Cash on hand: 0.00
Location: Missouri, USA

Next

Return to IntegraMOD 141

Who is online

Registered users: Bing [Bot], Google [Bot]

cron