Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1] 2   Go Down

Author Topic: No File Was Uploaded!  (Read 7556 times)

0 Members and 1 Guest are viewing this topic.

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
No File Was Uploaded!
« on: May 31, 2007, 10:40:40 pm »

=|

Site = http://delusionalpro.com/gallery/
User = test
Pass = test

At first, upload wasn't working, except URI/URL, so I went to the FAQ here and followed the instructions about debug mode and all, and now I get

Quote
No file was uploaded !

If you have really selected a file to upload, check that the server allows file uploads...

File: /home/virtual/deluzion/delusionalpro.com/www/gallery/db_input.php - Line: 311

Help? =|
Logged

Nibbler

  • Guest
Re: No File Was Uploaded!
« Reply #1 on: May 31, 2007, 10:57:09 pm »

So, did you check the server allows file uploads? phpinfo.php
Logged

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #2 on: May 31, 2007, 11:03:36 pm »

Yes. It worked before on the same server... =|
Logged

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #3 on: June 01, 2007, 02:59:03 am »

No help? =|
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: No File Was Uploaded!
« Reply #4 on: June 01, 2007, 07:19:57 am »

So, did you check the server allows file uploads? phpinfo.php

Did you check as suggested? The question wasn't, if uploading worked before but if the server allows file uploads now! Admins sometimes change configurations.

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #5 on: June 01, 2007, 07:29:18 am »

Yes. It worked before on the same server... =|

I said "Yes"
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: No File Was Uploaded!
« Reply #6 on: June 01, 2007, 07:40:16 am »

where did you check (please copy/ paste the relevant line)

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #7 on: June 01, 2007, 07:46:47 am »

Lol...Its my server =|
Logged

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #8 on: June 01, 2007, 07:51:54 am »

Maybe this'll help.

One of the admins I chose for my site was bridging the gallery with our forums

Which he has done successfully in the past for my other sites, so I said he could.

After he did that, I couldn't access the users or anything to change their designation on the gallery, and he was no longer admin...

So it wouldnt let me change him back to admin, so I removed all the files, deleted the SQL database, and reinstalled.

After I reinstalled, no one could upload directly from their computer, but they could from URI/URL...
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: No File Was Uploaded!
« Reply #9 on: June 01, 2007, 09:00:02 am »

Check your php upload setting by using phpinfo() (file_uploads,upload_max_filesize,upload_tmp_dir) or try to upload with another app
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #10 on: June 01, 2007, 08:10:00 pm »

Youre going to have to explain how to do that to me :)
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: No File Was Uploaded!
« Reply #11 on: June 02, 2007, 07:07:14 am »

login as an admin to your gallery with debug mode enabled and then you'll see phpinfo button on debug block
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #12 on: June 02, 2007, 09:48:04 am »

upload_tmp_dir   no value   no value

The other two are fine. But that one is no value.

=| What should I do?
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: No File Was Uploaded!
« Reply #13 on: June 02, 2007, 10:34:36 am »

No value for that is ok

- copy & past relevant lines of phpinfo here for us to check them
- try to upload file with another php script
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #14 on: June 02, 2007, 10:59:02 am »

file_uploads   On   On
upload_max_filesize   2M   2M
upload_tmp_dir   no value   no value


And I don't know how to upload with another php script?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: No File Was Uploaded!
« Reply #15 on: June 02, 2007, 11:05:31 am »

Logged

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #16 on: June 04, 2007, 08:24:53 am »

Yeah I cant figure out how to do the PHP thing... =|
Logged

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #17 on: June 04, 2007, 09:22:05 am »

Okay. I figured it out, and it cant upload with the PHP. =|
Logged

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #18 on: June 04, 2007, 09:25:07 am »

Oh and I reinstalled CPG, so the test account doesnt work anymore. Didnt think you'd need it anymore.

Tell me if you do.

Whats with the -1 Karma? :S
Logged

Rawrz0rz

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: No File Was Uploaded!
« Reply #19 on: June 05, 2007, 02:19:40 am »

Anyone?
Logged
Pages: [1] 2   Go Up
 

Page created in 0.04 seconds with 20 queries.