Welcome, Guest
Username Password: Remember me

Help with Warning message!
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Help with Warning message!

Help with Warning message! 11 years, 10 months ago #10085

  • lionsong
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
The following warning message has just begun appearing at the top of my website. I turned off Mobile Joomla so the message no longer displays for visitors. Thanks in advance for helping me to sort this out.

Warning: unserialize() [function.unserialize]: Function spl_autoload_call() hasn't defined the class it was called for in /home/lionsong/public_html/plugins/system/mobilebot/mobilebot.php on line 71

My website is www.michaelandamy.com

[SOLVED]Re: Help with Warning message! 11 years, 10 months ago #10087

  • lionsong
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Last Edit: 11 years, 10 months ago by lionsong.

Re: Help with Warning message! 11 years, 10 months ago #10099

  • jimdamico
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
The fix is to change the line in /plugins/system/mobilebot.php from
$cached_data = unserialize($cached_data);
to
$cached_data = @unserialize($cached_data);

Thanks for all your help lionsong!

-Jim D.

Re: Help with Warning message! 11 years, 10 months ago #10101

  • lionsong
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
You got it, James D! Enjoy your evening.
Last Edit: 11 years, 10 months ago by lionsong.
  • Page:
  • 1
Time to create page: 0.07 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.