Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Travis Ballard

    (@ansimation)

    Edit autoloader.php and put an @ in it before the ini_set. Your host has ini_set disabled in their php configuration so it’s throwing that error. I’ll add this in the next version so that it’s not an issue on updates.

    @ini_set('unserialize_callback_func', 'spl_autoload_call');

    Thread Starter WebEndev

    (@munman)

    Worked great.

    Thanks Travis!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: TBTestimonials] Warning: ini_set() has been disabled for security reasons’ is closed to new replies.