ErrorException [ 8192 ]: __autoload() is deprecated, use spl_autoload_register() instead

APPPATH/vendor/htmlpurifier/library/HTMLPurifier.autoload.php [ 17 ]

12     if (function_exists('__autoload')) {
13         // Be polite and ensure that userland autoload gets retained
14         spl_autoload_register('__autoload');
15     }
16 } elseif (!function_exists('__autoload')) {
17     function __autoload($class) {
18         return HTMLPurifier_Bootstrap::autoload($class);
19     }
20 }
21 
22 if (ini_get('zend.ze1_compatibility_mode')) {
  1. APPPATH/vendor/htmlpurifier/library/HTMLPurifier.auto.php [ 9 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/vendor/htmlpurifier/library/HTMLPurifier.auto.php [ 9 ] » require_once()

  3. MODPATH/admin/classes/model/generic/object.php [ 3 ] » require_once(arguments)

  4. SYSPATH/classes/kohana/core.php [ 496 ] » require(arguments)

  5. {PHP internal call} » Kohana_Core::auto_load(arguments)

  6. MODPATH/admin/classes/model/gallery.php [ 3 ] » spl_autoload_call(arguments)

  7. SYSPATH/classes/kohana/core.php [ 496 ] » require(arguments)

  8. {PHP internal call} » Kohana_Core::auto_load(arguments)

  9. MODPATH/orm/classes/kohana/orm.php [ 37 ] » spl_autoload_call(arguments)

  10. APPPATH/classes/controller/gallery.php [ 14 ] » Kohana_ORM::factory(arguments)

  11. {PHP internal call} » Controller_Gallery->action_show()

  12. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  13. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  14. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  15. DOCROOT/index.php [ 114 ] » Kohana_Request->execute()

Environment