i got this errror in terminal
Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /Users/misolutions/Projects/utmrs/bootstrap.php on line 19

Warning: session_cache_limiter(): Cannot change cache limiter when headers already sent in /Users/misolutions/Projects/utmrs/bootstrap.php on line 21
Target backend is not installed. See backends action

to converts attached files from databases to folder using command
"php setup/cli/manage.php file migrate --backend D --to F --limit=10"

Osticket version : 1.10.1

  • robinmax
    step 1: please download files attachments plugins
    Step 2 : Upload into folder > include > plugins
    Step 3 : Login as Admin > Manage > Plugins and Add New Plugins
    Step 4 : Click Install
    Step 5 : Tick Check Box > Click on More > Enable
    Step 6 : Using FTP, create new folder .. named as "OsTicketAttachments"
    Step 7 : Click Plugin " Attachments files ", fill in OsTicketAttachments and Save

1.10.1 is no longer supported and is end of life.

Also
Please help us to help you by reading and following the posting guidelines located in this thread: Please read before requesting assistance. The more information you give us the better we will be able to assist you. Thank you.

Environment details? (see Admin panel -> Dashboard -> Information)

    osTicket 1.10.1 is ancient, no longer supported and is end of life. You should upgrade osTicket.

    The problem here is that 1.10.1 does not support PHP 7.4.x PHP 7.4.x did not exist when 1.10.x was supported.
    You would have to downgrade to PHP 5.6 to get this to work, or upgrade osTicket.

    robinmax
    step 1: please download files attachments plugins
    Step 2 : Upload into folder > include > plugins
    Step 3 : Login as Admin > Manage > Plugins and Add New Plugins
    Step 4 : Click Install
    Step 5 : Tick Check Box > Click on More > Enable
    Step 6 : Using FTP, create new folder .. named as "OsTicketAttachments"
    Step 7 : Click Plugin " Attachments files ", fill in OsTicketAttachments and Save

    ntozier
    after upload plugin file attachement and enable. and configure ..
    i am using this script below to migrate blob data (using database) into folder

    php setup/cli/manage.php file migrate --backend D --to F

    my problem solve. Thanks

    Write a Reply...