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]   Go Down

Author Topic: No input file specified.  (Read 4170 times)

0 Members and 1 Guest are viewing this topic.

Pietertje

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
No input file specified.
« on: November 18, 2006, 10:18:07 pm »

I installed Coppermine succesfully, but whenever I click upload I get this error, how to fix this?
Yes, I have set the permissions for albums and for include, and I have a registerd webdomain.

heres the link to my site: www.pie-designs.net/coppermine
« Last Edit: November 19, 2006, 02:34:10 pm by Sami »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

Pietertje

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: No input file specified.
« Reply #2 on: November 19, 2006, 11:48:23 am »

I did everything according to that troubleshoot thing. But still I get the "No input file specified." error. Here is my code:
Code: [Select]
USER:
------------------
Array
(
    [ID] => 3dc96ca49fdeb312ae17db100e8c298c
    [am] => 1
    [lang] => dutch
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => Pieman
    [groups] => Array
        (
            [0] => 1
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 1
    [num_URI_upload] => 0
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpgpie123_filetypes; (0s)
    [1] => select * from cpgpie123_plugins order by priority asc; (0s)
    [2] => delete from `pie_designs_net`.cpgpie123_sessions where time<1163929543 and remember=0; (0s)
    [3] => delete from `pie_designs_net`.cpgpie123_sessions where time<1162723543; (0s)
    [4] => select user_id from `pie_designs_net`.cpgpie123_sessions where session_id=md5("11c40b6626b50f9bcc2152be38fb9c65a766d9acdba80d075352ecfb76fb5197"); (0s)
    [5] => select user_id as id, user_password as password from `pie_designs_net`.cpgpie123_users where user_id=1 (0s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `pie_designs_net`.cpgpie123_users AS u INNER JOIN `pie_designs_net`.cpgpie123_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `pie_designs_net`.cpgpie123_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpgpie123_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpgpie123_usergroups WHERE group_id= 1 (0s)
    [10] => update `pie_designs_net`.cpgpie123_sessions set time='1163933143' where session_id=md5('11c40b6626b50f9bcc2152be38fb9c65a766d9acdba80d075352ecfb76fb5197'); (0s)
    [11] => SELECT user_favpics FROM cpgpie123_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM cpgpie123_banned WHERE expiry < '2006-11-19 10:45:43' (0s)
    [13] => SELECT * FROM cpgpie123_banned WHERE (ip_addr='80.61.215.174' OR ip_addr='80.61.215.174' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT group_id, group_name FROM cpgpie123_usergroups WHERE 1 (0s)
    [15] => UPDATE cpgpie123_usergroups SET has_admin_access = '1' WHERE group_id = '1' LIMIT 1 (0s)
    [16] => SELECT COUNT(*) FROM cpgpie123_pictures WHERE approved = 'NO' (0s)
    [17] => SELECT * FROM cpgpie123_usergroups WHERE 1 ORDER BY group_id (0s)
)

==========================
GET :
------------------
Array
(
)

==========================
POST :
------------------
Array
(
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.4 - OK
------------------
mySQL version: 4.0.24_Debian-10sarge2-log
------------------
Coppermine version: 1.4.10(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support: 1
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.0.24
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.2
Linked Version 1.2.2
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | On | On
safe_mode_exec_dir | /surely/you/must/be/joking | /surely/you/must/be/joking
safe_mode_gid | Off | Off
safe_mode_include_dir | /usr/lib/php | /usr/lib/php
safe_mode_exec_dir | /surely/you/must/be/joking | /surely/you/must/be/joking
sql.safe_mode | Off | Off
disable_functions | disk_total_space, diskfreespace | disk_total_space, diskfreespace
file_uploads | On | On
include_path | .:/usr/lib/php | .:/usr/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | me@localhost.com | me@localhost.com
sendmail_path | /usr/sbin/b1sendmail -t -i | /usr/sbin/b1sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 12M | 12M
post_max_size | 12M | 12M
==========================
Page generated in 0.122 seconds - 18 queries in 0 seconds - Album set : ; Meta set: ;

Any help is greatly appreciated.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: No input file specified.
« Reply #3 on: November 19, 2006, 11:52:28 am »

I did everything according to that troubleshoot thing. But still I get the "No input file specified." error.
No one asked for Debug output read that documentation carefully again
Please post a test (non-admin) account
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pietertje

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: No input file specified.
« Reply #4 on: November 19, 2006, 12:22:28 pm »

No one asked for Debug output read that documentation carefully again
Please post a test (non-admin) account

Sorry, I misread. Anyway, login with:
Account:testacc
Password:test
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: No input file specified.
« Reply #5 on: November 19, 2006, 12:25:49 pm »

check your installation folder , you didn't have upload.php at root of gallery !
upload it...
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pietertje

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: No input file specified.
« Reply #6 on: November 19, 2006, 12:55:18 pm »

check your installation folder , you didn't have upload.php at root of gallery !
upload it...

Well thats odd, I'm sure I uploaded everything, my best guess would be that my ftp timed out or something. Thanks a lot for the help anyway.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: No input file specified.
« Reply #7 on: November 19, 2006, 01:00:03 pm »

issue solve then?
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pietertje

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: No input file specified.
« Reply #8 on: November 19, 2006, 01:54:43 pm »

Well this one is solved, but now theres another one (www.pie-designs.net/coppermine/upload.php) should I make another topic about this?
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: No input file specified.
« Reply #9 on: November 19, 2006, 02:00:29 pm »

If it's not upload problem then yes you should make another topic
Also I upload an image to your gallery and it's fine
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pietertje

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: No input file specified.
« Reply #10 on: November 19, 2006, 02:31:32 pm »

Must be my admin account then. So it's now solved I guess. Love the picture btw =p
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.