• Resolved felipehd

    (@felipehd)


    Hello, im trying activate plugin, but i have the next problem:

    El Plugin no pudo ser activado porque provocó un error fatal.

    Fatal error: Uncaught Error: Call to undefined function Smush\Core\Modules\Helpers\filter_input() in /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smushit/core/modules/helpers/class-parser.php:202 Stack trace: #0 /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smushit/core/modules/helpers/class-parser.php(47): Smush\Core\Modules\Helpers\Parser->is_smartcrawl_analysis() #1 /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smushit/core/class-modules.php(83): Smush\Core\Modules\Helpers\Parser->__construct() #2 /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smushit/core/class-core.php(263): Smush\Core\Modules->__construct() #3 /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smushit/core/class-core.php(194): Smush\Core\Core->init() #4 /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smushit/wp-smush.php(280): Smush\Core\Core->__construct(Object(Smush\Core\Modules\DB)) #5 /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smush in /home/dh_z4cdze/contratiempo.chilemac.cl/wp-content/plugins/wp-smushit/core/modules/helpers/class-parser.php on line 202

    i apreciated if you wanna help me!!
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @felipehd,

    What version of PHP are you using?

    Best regards,
    Anton

    Thread Starter felipehd

    (@felipehd)

    Im using 7.4 php version.

    For some reason, PHP is not finding the filter_input() function. Could you please try to change:

    $wds_analysis = filter_input( INPUT_POST, 'action', FILTER_SANITIZE_STRING );

    to

    $wds_analysis = \filter_input( INPUT_POST, 'action', FILTER_SANITIZE_STRING );

    in /wp-smushit/core/modules/helpers/class-parser.php on line 202?

    Best regards,
    Anton

    Hello @felipehd

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘El Plugin no pudo ser activado porque provocó un error fatal.’ is closed to new replies.