Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: I must be missing something  (Read 2655 times)

0 Members and 1 Guest are viewing this topic.

JasonKilpa

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
I must be missing something
« on: June 23, 2005, 02:31:30 pm »

I can't seem to upload pictures so I went through the upload troubleshooting tutorial and searched numerous threads on here and haven't found an answer.  I'm sure I'm just missing it somewhere.

I host my site with Yahoo Webhosting and installed on php but did not integrate with my phpbb forum so it is still standalone.  

Can anyone see why I can't upload a picture.  I'm sure I must be missing it.  Thanks to anyone who can help.

When I try to upload a pic I get:

No file was uploaded !

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

File: /phpBB/cpg133/db_input.php - Line: 222


Here is the debug info:
USER:
------------------
Array
(
    [ID] => 31b67f9a333df1b55dd68f9e16675c86
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => Jason
    [user_password] => ********
    [user_lastvisit] => 2005-06-22 13:18:21
    [user_regdate] => 2005-06-22 13:11:35
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [disk_max] => 5024
    [disk_min] => 5024
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 1
    [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] => 5024
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content FROM cpg133_filetypes;
  • [1] => SELECT * FROM cpg133_users WHERE user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = '8fb744b51a1f14e5e8cda4e4aec68e2f'
        [2] => 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 cpg133_usergroups WHERE group_id in (1)
        [3] => SELECT group_name FROM  cpg133_usergroups WHERE group_id= 1
        [4] => DELETE FROM cpg133_banned WHERE expiry < '2005-06-23 12:18:32'
        [5] => SELECT * FROM cpg133_banned WHERE ip_addr='146.145.213.30' OR ip_addr='146.145.213.30' OR user_id=1
        [6] => SELECT category FROM cpg133_albums WHERE aid='1'
    )

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

    ==========================
    POST :
    ------------------
    Array
    (
       
[album] => 1
    [MAX_FILE_SIZE] => 5144576
    [title] =>
    [caption] =>
    [keywords] =>
    [event] => picture
)

==========================
VERSION INFO :
------------------
PHP version: 4.3.6 - OK
------------------
mySQL version: 3.23.49
------------------
Coppermine version: 1.3.3
==========================
Module: gd
------------------
GD Support enabled
GD Version bundled (2.0.22 compatible)
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
==========================
Module: mysql
------------------
Active Persistent Links 0
Active Links 1
Client API version 3.23.49
MYSQL_MODULE_TYPE builtin
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE no value
MYSQL_LIBS no value
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.1.3
Linked Version 1.1.3
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | /usr/local/php/bin | /usr/local/php/bin
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | /usr/local/php/bin | /usr/local/php/bin
sql.safe_mode | Off | Off
disable_functions | leak, symlink | leak, symlink
file_uploads | On | On
include_path | .:/include:/usr/lib/php | .:/include:/usr/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 90 | 90
max_input_time | -1 | -1
upload_max_filesize | 10M | 10M
post_max_size | 10M | 10M
==========================
Page generated in 0.1 seconds - 7 queries in 0.024 seconds - Album set :

Logged

JasonKilpa

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: I must be missing something
« Reply #1 on: June 27, 2005, 07:29:51 pm »

Does anyone have a suggestion or some advice on what I can do?
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: I must be missing something
« Reply #2 on: June 27, 2005, 10:16:52 pm »

Switch to single file uploads, enable debug mode for all users, post a test user/password here with a link to your site.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

JasonKilpa

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: I must be missing something
« Reply #3 on: June 29, 2005, 01:05:09 pm »

Here is the link to the site: http://www.diverse-concepts.com/phpBB/cpg133/index.php

Username: Tester
Password: password

Single Uploads are on and debug is on as well.  Thanks for any help you might be able to give me.
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: I must be missing something
« Reply #4 on: June 29, 2005, 03:04:20 pm »

Does Yahoo allow HTTP uploads?

Are you able to FTP images and batch add them to the gallery?
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 15 queries.