| ( ! ) Fatal error: Uncaught mysqli_sql_exception: Table 'movies.actors' doesn't exist in /var/www/html/comploto/web/common_files/mysql-shim.php on line 923 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0013 | 969624 | newrelic_exception_handler( $exception = class mysqli_sql_exception { protected $message = 'Table \'movies.actors\' doesn\'t exist'; private string ${Exception}string = 'mysqli_sql_exception: Table \'movies.actors\' doesn\'t exist in /var/www/html/comploto/web/common_files/mysql-shim.php:923\nStack trace:\n#0 /var/www/html/comploto/web/common_files/mysql-shim.php(923): mysqli_query()\n#1 /var/www/html/comploto/web/cast/index.php(115): mysql_query()\n#2 {main}'; protected $code = 1146; protected string $file = '/var/www/html/comploto/web/common_files/mysql-shim.php'; protected int $line = 923; private array ${Exception}trace = [0 => [...], 1 => [...]]; private ?Throwable ${Exception}previous = NULL; protected string $sqlstate = '42S02' } ) | .../Unknown:0 |
| ( ! ) mysqli_sql_exception: Table 'movies.actors' doesn't exist in /var/www/html/comploto/web/common_files/mysql-shim.php on line 923 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0001 | 638632 | {main}( ) | .../index.php:0 |
| 2 | 0.0010 | 963240 | mysql_query( $query = 'SELECT COUNT(actorID) FROM actors WHERE actorID = actorID ', $link_identifier = ??? ) | .../index.php:115 |
| 3 | 0.0010 | 963240 | mysqli_query( $mysql = class mysqli { public string|int $affected_rows = *uninitialized*; public string $client_info = *uninitialized*; public int $client_version = *uninitialized*; public int $connect_errno = *uninitialized*; public ?string $connect_error = *uninitialized*; public int $errno = *uninitialized*; public string $error = *uninitialized*; public array $error_list = *uninitialized*; public int $field_count = *uninitialized*; public string $host_info = *uninitialized*; public ?string $info = *uninitialized*; public string|int $insert_id = *uninitialized*; public string $server_info = *uninitialized*; public int $server_version = *uninitialized*; public string $sqlstate = *uninitialized*; public int $protocol_version = *uninitialized*; public int $thread_id = *uninitialized*; public int $warning_count = *uninitialized* }, $query = 'SELECT COUNT(actorID) FROM actors WHERE actorID = actorID ' ) | .../mysql-shim.php:923 |