Savant3 icon indicating copy to clipboard operation
Savant3 copied to clipboard

Savant3_Error: Array

Open tscales opened this issue 5 years ago • 0 comments

A couple of websites I've seen with this error are leaking usernames and passwords. Here is a code snippit of the error from one of the websites.

Savant3_Error: Array
(
    [code] => ERR_TEMPLATE
    [info] => Array
        (
            [template] => viewTributes.tpl.php
        )

    [level] => 256
    [trace] => Array
        (
            [0] => Array
                (
                    [file] => /usr/local/lib/php/Savant3.php
                    [line] => 1298
                    [function] => __construct
                    [class] => Savant3_Error
                    [object] => Savant3_Error Object
                        (
                            [code] => ERR_TEMPLATE
                            [info] => Array
                                (
                                    [template] => viewTributes.tpl.php
                                )

                            [level] => 256
                            [trace] => Array
 *RECURSION*
                        )

                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [code] => ERR_TEMPLATE
                                    [info] => Array
                                        (
                                            [template] => viewTributes.tpl.php
                                        )

                                    [level] => 256
                                    [trace] => 1
                                )

                        )

                )

This code is followed by what looks like the same database column and row values repeated several times. Googling "Savant3_Error: Array" provides the full context of this error.

I'll reach out to the websites to make sure they know as well. Thanks!

tscales avatar Apr 24 '19 03:04 tscales