CMS MADE SIMPLE FORGE

CMSMSExt

 

[#12741] Debug coding in class.xt_fileupload.php

avatar
Created By: Darren Kierman (kierweb)
Date Submitted: Tue Jul 02 03:39:37 -0400 2024

Assigned To: Fernando Morgado (JoMorg)
Version: 1.4.5
CMSMS Version: 2.2.21
Severity: Minor
Resolution: Fixed
State: Open
Summary:
Debug coding in class.xt_fileupload.php
Detailed Description:
There's some debug coding left in public function handle_upload which is
preventing it from working ....
###################################################################################################
        $abc123456 = \compact('file');
        echo('<br/>:::::::::::::::::::::<br/>');
        debug_display($abc123456);
echo('<br/>' . __FILE__ . ' : (' . __CLASS__ . ' :: ' . __FUNCTION__ .
') : ' . __LINE__ . '<br/>');
        die('<br/>RIP!<br/>');
##################################################################################################
        

removing the debug code makes it work.


History

Comments
avatar
Date: 2024-07-02 14:30
Posted By: Fernando Morgado (JoMorg)

fixed in svn, thanks
      
Updates

Updated: 2024-07-02 14:30
resolution_id: => 7
severity_id: 2 => 3