Errors uploading user pictures Errors uploading user pictures
 

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

Main Menu

Errors uploading user pictures

Started by codeaddict, March 05, 2007, 06:21:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

codeaddict

I am having trouble uploading pictures as a user,
The below is the error messages i am getting,


When i am uploading the files i get the below error,
Notices
/upload.php

    * Notice line 1968: Undefined variable: file_failure_array
    * Notice line 1969: Undefined variable: URI_failure_array
    * Notice line 1970: Undefined variable: zip_failure_array


getting the below when i try to select an album

/include/picmgmt.inc.php

    * Notice line 205: Undefined index: OS
    * Warning line 225: unlink(./albums/edit/preview_7cd2bc5d.JPG) [function.unlink]: No such file or directory

/include/functions.inc.php

    * Notice line 2672: Undefined variable: i

and the below wheni try to uplaod photos

/upload.php

    * Notice line 2181: Undefined index: user1
    * Notice line 2182: Undefined index: user2
    * Notice line 2183: Undefined index: user3
    * Notice line 2184: Undefined index: user4

/include/picmgmt.inc.php

    * Notice line 205: Undefined index: OS
    * Warning line 225: unlink(albums/userpics/10003/thumb_1~6.JPG) [function.unlink]: No such file or directory

has only happened since an upgrade


The website is www.byronbay.com/photogallery

Joachim Müller

Turn notices_display off if notices don't mean anything to you. Instead, do exactly as suggested in the upload troubleshooting section of the docs if you need help.

codeaddict

Cheers for that guys sorry i gave the wrong dump this problem was a server move for my managed VPS hosting account however no one informed me.....



thanks for your help