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: Onbekende PHP-upload foutcode / Unknown PHP-Opload error  (Read 86946 times)

0 Members and 1 Guest are viewing this topic.

DanielleEngelenburg

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« on: May 21, 2011, 02:26:44 pm »

Sinds 2 days i receive a unknown php error.
Before it all worked fine..... I don't understand, i didn't make any changes, my provider tells me its my own foult, don't know what to do?
I can make catagories, and i can make albums, but i cannot put pictures into the albums anymore.
I allready started all new, new fresh coppermine installation, new database....
But the error stays the same....
Logged

DanielleEngelenburg

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #1 on: May 22, 2011, 01:42:10 pm »

I have seen in another topic, the same error, i am a newby and my laguage is dutch...
So I try to reed the topic, but is it available in Dutch???

Thanx... ;D
Logged

DanielleEngelenburg

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #2 on: May 22, 2011, 01:55:31 pm »

Output, na error:
Code: [Select]
USER:
------------------
Array
(
    [ID] => 9b201027d040d08fcfd831695ad8c69b
    [lang] => dutch
    [liv_a] => Array
        (
            [0] => 1
        )

    [am] => 1
    [upload_method] => swfupload
)

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

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [access_level] => 3
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [allowed_albums] => Array
        (
        )

)

==========================
Queries:
------------------
Array
(
    [0] => SELECT name, value FROM cpg15x_config [include/init.inc.php:181] (0 ms)
    [1] => SELECT * FROM cpg15x_plugins ORDER BY priority [include/plugin_api.inc.php:54] (0 ms)
    [2] => SELECT user_id, time FROM `md24311db168367`.cpg15x_sessions WHERE session_id = 'b6752d5ab8d7579d4783b3fa206d8e04' [bridge/coppermine.inc.php:264] (0 ms)
    [3] => SELECT user_id, user_password FROM `md24311db168367`.cpg15x_users WHERE user_id = 1 [bridge/coppermine.inc.php:276] (0 ms)
    [4] => SELECT u.user_id AS id, u.user_name AS username, user_password AS password, u.user_group AS group_id FROM `md24311db168367`.cpg15x_users AS u LEFT JOIN `md24311db168367`.cpg15x_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' [bridge/udb_base.inc.php:70] (0 ms)
    [5] => SELECT user_group_list FROM `md24311db168367`.cpg15x_users AS u WHERE user_id='1' AND user_group_list <> '' [bridge/coppermine.inc.php:202] (0 ms)
    [6] => 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(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, MAX(access_level) AS access_level, MIN(pub_upl_need_approval) AS pub_upl_need_approval, MIN( priv_upl_need_approval) AS  priv_upl_need_approval FROM cpg15x_usergroups WHERE group_id in (1) [bridge/udb_base.inc.php:321] (0 ms)
    [7] => SELECT group_name FROM  cpg15x_usergroups WHERE group_id= 1 [bridge/udb_base.inc.php:325] (0 ms)
    [8] => SELECT lang_id FROM cpg15x_languages WHERE enabled='YES' [include/init.inc.php:329] (0 ms)
    [9] => SELECT user_favpics FROM cpg15x_favpics WHERE user_id = 1 [include/init.inc.php:387] (0 ms)
    [10] => DELETE FROM cpg15x_mod_online WHERE last_action < NOW() - INTERVAL 10 MINUTE [plugins/onlinestats/codebase.php:123] (0 ms)
    [11] => REPLACE INTO cpg15x_mod_online (user_id, user_name, user_ip, last_action) VALUES ('1', 'DanielleEngelenburg', '84.106.203.86', NOW()) [plugins/onlinestats/codebase.php:128] (0 ms)
    [12] => DELETE FROM cpg15x_banned WHERE expiry < '2011-05-22 13:53:56' [include/init.inc.php:443] (0 ms)
    [13] => SELECT null FROM cpg15x_banned WHERE (user_id=1 OR '84.106.203.86' LIKE ip_addr ) AND brute_force=0 LIMIT 1 [include/init.inc.php:459] (0 ms)
    [14] => SELECT aid, title, cid, name FROM cpg15x_albums INNER JOIN cpg15x_categories ON cid = category WHERE category < 10000 [upload.php:571] (0 ms)
    [15] => SELECT aid, title FROM cpg15x_albums WHERE category = 0 [upload.php:573] (0 ms)
    [16] => SELECT aid, title FROM cpg15x_albums WHERE category='10001' ORDER BY title [upload.php:599] (0 ms)
    [17] => SELECT user_id AS user_id, user_password AS pass_hash FROM `md24311db168367`.cpg15x_users WHERE user_id = '1' [bridge/udb_base.inc.php:730] (0 ms)
    [18] => SELECT COUNT(*) FROM cpg15x_pictures WHERE approved = 'NO' [include/functions.inc.php:2409] (0 ms)
    [19] => SELECT lang_id, abbr FROM cpg15x_languages WHERE available='YES' AND enabled='YES' [include/themes.inc.php:2315] (0 ms)
    [20] => DELETE FROM cpg15x_temp_messages WHERE time < 1306061636 [include/functions.inc.php:4911] (0 ms)
    [21] => SELECT cid, parent, name FROM cpg15x_categories WHERE 1 [upload.php:247] (0 ms)
)

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

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

==========================
COOKIE :
------------------
Array
(
    [cpg15x_data] => YTo1OntzOjI6IklEIjtzOjMyOiI5YjIwMTAyN2QwNDBkMDhmY2ZkODMxNjk1YWQ4YzY5YiI7czo0OiJsYW5nIjtzOjU6ImR1dGNoIjtzOjU6Imxpdl9hIjthOjE6e2k6MDtpOjE7fXM6MjoiYW0iO2k6MTtzOjEzOiJ1cGxvYWRfbWV0aG9kIjtzOjk6InN3ZnVwbG9hZCI7fQ==
    [875bbac6452369a1f04a44ededa70450] => ec825b82c33a30eae45374b7bee8454f
    [f79f57b7858ada0abd1e8af123191610] => 11b1da251860e205f77edbef8d182ce9
    [b504f5406e86b4bdb67fca954ac37748] => 0c743fdd2ffe8a9b2f6883b9e1ead1db
    [9d9d788734712c375c1e939231a302de] => d9daa1f06cc8c342ef196dc7bca790e6
    [__utma] => 1.278404472.1305979543.1305979543.1305979543.1
    [__utmz] => 1.1305979543.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
    [b9ed7fd38357161d5f84d9fea1880fb9] => ae299668603b6c4617c1c8bea7036e52
)

==========================
VERSION INFO :
------------------
PHP version        5.2.6-1+lenny8.backend OK    
MySQL version      5.1.49-1~bpo50+1       OK    
Coppermine version 1.5.8                  stable

==========================
Module: GD
------------------
Exact version                    2.0          
GD Version                       2.0 or higher
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            
XPM Support                                  
XBM Support                                  
JIS-mapped Japanese Font Support              

==========================
Key config settings
------------------
site_url             http://nu.bordurenmetlottie.nl/                        
charset              utf-8                                                  
allow_private_albums 1                                                      
cookie_name          cpg15x                                                  
cookie_path          /                                                      
impath               /usr/bin/                                              
lang                 dutch                                                  
main_page_layout     breadcrumb/catlist/alblist/random,2/lastup,2/onlinestats
silly_safe_mode      1                                                      
smtp_host                                                                    
theme                curve                                                  
thumb_method         gd2                                                    

==========================
Plugins
------------------
Name           Wie is online?                                                                
Actions        plugin_install, page_start, plugin_uninstall, plugin_cleanup, plugin_configure
Filters        plugin_block                                                                  
--------------
Name           Open Zoeken                                                                  
Actions        plugin_install, plugin_configure, plugin_uninstall                            
Filters        page_meta                                                                    
--------------
Name           Gebruiker Galerij Alphabetische rangschikking                                
Actions                                                                                      
Filters                                                                                      
--------------
Name           Visible HookPoints                                                            
Actions        plugin_install, plugin_uninstall, plugin_configure                            
Filters                                                                                      
--------------

==========================
Server restrictions
------------------
safe_mode                0                              
safe_mode_exec_dir                                      
safe_mode_gid                                            
safe_mode_include_dir                                    
sql.safe_mode                                            
disable_functions                                        
file_uploads             1                              
include_path             .:/usr/share/php:/usr/share/pear
open_basedir                                            
allow_url_fopen          1                              
max_execution_time       30                              
max_input_time           60                              
upload_max_filesize      16M                            
post_max_size            16M                            
memory_limit             64M                            
suhosin.post.max_vars                                    
suhosin.request.max_vars                                


==========================
Page (performance)
------------------
Parameter        Current  Peak    
Memory usage     6.02 MiB 8.24 MiB
Page generation  62 ms    62 ms  
Page query time  0 ms     0 ms    
Page query count 22       22      


==========================
                ---SWFUpload Instance Info--- Version: 2.2.0 2009-03-25 Movie Name: SWFUpload_0 Settings: upload_url: /upload.php flash_url: js/swfupload/swfupload.swf?preventswfcaching=1306065237409 use_query_string: false requeue_on_error: false http_success: assume_success_timeout: 0 file_post_name: Filedata post_params: [object Object] file_types: *.* file_types_description: Alle bestanden file_size_limit: 1024 KB file_upload_limit: 0 file_queue_limit: 0 debug: true prevent_swf_caching: true button_placeholder_id: browse_button_place_holder button_placeholder: Not Set button_image_url: /images/browse_swf.png button_width: 130 button_height: 20 button_text: Blader... button_text_style: color: #000000; font-size: 16pt; button_text_top_padding: 0 button_text_left_padding: 30 button_action: -110 button_disabled: true custom_settings: [object Object] Event Handlers: swfupload_loaded_handler assigned: true file_dialog_start_handler assigned: false file_queued_handler assigned: true file_queue_error_handler assigned: true upload_start_handler assigned: true upload_progress_handler assigned: true upload_error_handler assigned: true upload_success_handler assigned: true upload_complete_handler assigned: true debug_handler assigned: true SWFUpload.SWFObject Plugin settings: minimum_flash_version: 9.0.28 swfupload_load_failed_handler assigned: true SWF DEBUG: SWFUpload Init Complete SWF DEBUG: SWF DEBUG: ----- SWF DEBUG OUTPUT ---- SWF DEBUG: Build Number: SWFUPLOAD 2.2.0 SWF DEBUG: movieName: SWFUpload_0 SWF DEBUG: Upload URL: /upload.php SWF DEBUG: File Types String: *.* SWF DEBUG: Parsed File Types: SWF DEBUG: HTTP Success: 0 SWF DEBUG: File Types Description: Alle bestanden (*.*) SWF DEBUG: File Size Limit: 1048576 bytes SWF DEBUG: File Upload Limit: 0 SWF DEBUG: File Queue Limit: 0 SWF DEBUG: Post Params: SWF DEBUG: process=1 SWF DEBUG: user=YToyOntzOjc6InVzZXJfaWQiO3M6MToiMSI7czo5OiJwYXNzX2hhc2giO3M6MzI6IjlmODJkMThiYTc2ZGFiMGIxMmFiYjA1MmQwZjM3MWZjIjt9 SWF DEBUG: ----- END SWF DEBUG OUTPUT ---- SWF DEBUG: Removing Flash functions hooks (this should only run in IE and should prevent memory leaks) SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.* SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list... SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0 SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1 SWF DEBUG: StartUpload: First file in queue SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0 SWF DEBUG: Global Post Item: process=1 SWF DEBUG: Global Post Item: user=YToyOntzOjc6InVzZXJfaWQiO3M6MToiMSI7czo5OiJwYXNzX2hhc2giO3M6MzI6IjlmODJkMThiYTc2ZGFiMGIxMmFiYjA1MmQwZjM3MWZjIjt9 SWF DEBUG: Global Post Item: album=6 SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. Starting upload to /upload.php for File ID: SWFUpload_0_0 SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_0_0 SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 32768. Total: 143378 SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 98304. Total: 143378 SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 131072. Total: 143378 SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 143378. Total: 143378 SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Response Received: true Data: error|Onbekende PHP-upload foutcode.|0 SWF DEBUG: Event: uploadComplete : Upload cycle complete.

« Last Edit: May 22, 2011, 02:43:19 pm by Joe Carver »
Logged

DanielleEngelenburg

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #3 on: May 22, 2011, 02:03:43 pm »

testing ACCOUNT:
tester
tester

I did all the steps, like in the troubleshooting.
Still same error, unkown PHP error....  ???
Logged

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1543
  • aka 'i-imagine'
    • Home Page
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #4 on: May 22, 2011, 02:55:34 pm »

Please, before and when you return,
  • Upgrade - you are now running: <!--Coppermine Photo Gallery 1.5.8 (stable)-->
  • Review the Board Rules
  • Do not post debug output unless requested - it is now in a Code box so the page can be read
  • Post a link to your Coppermine (see below)
then someone might be able to help.
 

I did all the steps, like in the troubleshooting.
A link to your Coppermine is also required.

DanielleEngelenburg

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #5 on: May 22, 2011, 03:03:54 pm »

I think i solved the problem by using FTP and Batch System. Now I have pictures, but still like to upload via SWF method.
Link: nu.bordurenmetlottie.nl
Logged

DanielleEngelenburg

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #6 on: May 22, 2011, 03:05:04 pm »

When Updating: losing my files?
 ???
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #7 on: May 23, 2011, 10:17:02 am »

You're still using cpg1.5.8. Without an upgrade to cpg1.5.12 you won't get any support. You won't loose anything during upgrade. Please read the upgrade docs.
Logged

DanielleEngelenburg

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #8 on: May 23, 2011, 05:08:41 pm »

I did the upgrade!
I received notice from my webhosting.
there was a /tmp missing on my webserver...
That salved the hole problem!

Thanx, Thread closed and solved! ;D
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Onbekende PHP-upload foutcode / Unknown PHP-Opload error
« Reply #9 on: May 23, 2011, 08:19:28 pm »

you can tag your answer as "solved" by clicking on the little image in your initial posting on your thread.
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.