forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: vhadiant on May 06, 2006, 01:45:45 am

Title: Upload always: "0 uploads were successful."
Post by: vhadiant on May 06, 2006, 01:45:45 am
Hi All,

Everytime I tried to upload to Coppermine it always give me "0 uploads were successful.". There is no error messages. I also didn't have any error messages during the install. Can anyone help? I'm a newbie in Coppermine and don't really know a lot of PHP.


This is the result of the debug mode:
USER:
------------------
Array
(
    [ID] => f40d26d75bcf16d841cdfddeba124ead
    [am] => 1
    [lang] => english
)

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

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

==========================
Queries:
------------------
Array
(
    [URI_array] => Array
        (
           
        )

    [control] => phase_1
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.2 - OK
------------------
mySQL version: 4.1.14-standard-log
------------------
Coppermine version: 1.4.5(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
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 3.23.47
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE -I/usr/local/mysql/include
MYSQL_LIBS -L/usr/local/mysql/lib -lmysqlclient 
==========================
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 | On | On
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 | no value | no value
file_uploads | Off | Off
include_path | .:/usr/local/php/share/pear | .:/usr/local/php/share/pear
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 | 30 | 30
max_input_time | -1 | -1
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.204 seconds - 17 queries in 0.031 seconds - Album set : ; Meta set: ;
Title: Re: Upload always: "0 uploads were successful."
Post by: Paver on May 06, 2006, 04:19:25 am
Have you gone through the sticky thread on this board?  (Troubleshooting the Upload Process)

Normally you shouldn't post debug info until you are requested to do so because it clutters the discussion and usually is not useful until a certain point is reached in a discussion.  In this case, I notice that "file uploads" under "Server restrictions" is set to "Off".  I may be mistaken but I believe this means your PHP settings don't allow file uploads right now.

And normally you should post a link as well.

Check the PHP setting and go through the sticky, then report back (even if you solve it so we can mark this thread appropriately).
Title: Re: Upload always: "0 uploads were successful."
Post by: vhadiant on May 06, 2006, 05:55:53 am
Hi Paver,

Thanks for your help. Yes I had a look on the phpinfo.php and it says that file_uploads is Off for both Local Value and Master Value. Is there a way to change this?

On another note, I tried the batch upload and it also doesn't work and not only that I didn't get the thumbnail when I browse the directory through Coppermine. I had made sure that all my directories as specified in the installation guide have 777 mode.

Thanks
Title: Re: Upload always: "0 uploads were successful."
Post by: Paver on May 06, 2006, 05:59:32 am
If file_uploads is Off in your PHP settings, Coppermine will not be able to receive any files no matter how hard you try.   ;)

Here are some useful links:
http://www.php.net/features.file-upload (http://www.php.net/features.file-upload)
http://www.php.net/manual/en/ini.core.php#ini.file-uploads (http://www.php.net/manual/en/ini.core.php#ini.file-uploads)
Title: Re: Upload always: "0 uploads were successful."
Post by: vhadiant on May 06, 2006, 06:21:48 am
Had a quick look on the php manual. Does anyone know how to override the global PHP settings set by my webhost to allow file upload? Or there's no chance for me to get it to work?
Title: Re: Upload always: "0 uploads were successful."
Post by: Paver on May 06, 2006, 06:23:46 am
You should first ask your webhost if they would change this for your account.  Some webhosts might turn it off by default but enable it for those who request it.
Title: Re: Upload always: "0 uploads were successful."
Post by: vhadiant on May 08, 2006, 01:12:38 pm
Alright problem solved. Asked my webhost about this problem and they pointed out that I can override the php setting by creating my own php.ini on my cgi-bin directory.

After setting the file_uploads to true, add the max processing time and increase the memory it finally works. Thanks Paver for your patience.
Title: Re: Upload always: "0 uploads were successful."
Post by: Paver on May 08, 2006, 07:42:47 pm
You're welcome.  Thu already marked the thread "solved" so we're all set to live our lives to the fullest.