Menu

#1 Bug FTP Security

open-fixed
baxr6
None
5
2008-10-12
2008-08-23
No

Sometimes an error occured when you want to Add or approve a File.
When the Path to the File and then name over 100 Characters.

Solution:

You must change the length of the field 'file' at the table blocked_files.

Example for SQL:
ALTER TABLE `blocked_files` CHANGE `file` `file` VARCHAR( 120 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL

Discussion

  • Frank Schulz

    Frank Schulz - 2008-08-23
    • assigned_to: nobody --> baxr6
     
  • baxr6

    baxr6 - 2008-10-12

    Thank you for this

     
  • baxr6

    baxr6 - 2008-10-12
    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.