ErrorException: Function get_magic_quotes_gpc() is deprecated
Ticket Number:
"as9v79KndcHDMICDFaTzvL_ofYRBHHshg9D23L0mP0Y"
—
Email this ticket
Class: ErrorException
in file: /admin/includes/autoload.php
on line: 357
Function get_magic_quotes_gpc() is deprecated
-
- }
-
- // Disable Magic Quotes
- // - will define constant TRLX__STRIPPED_MAGIC_QUOTES if magic quotes were stripped
- if (get_magic_quotes_gpc()) {
- function stripslashes_deep($value) {
- $value = is_array($value) ?
- array_map('stripslashes_deep', $value) :
- stripslashes($value);
-
- Errors::trlx__handle_all_errors(void) at file: /admin/includes/autoload.php on line: 357
- }
-
- // Disable Magic Quotes
- // - will define constant TRLX__STRIPPED_MAGIC_QUOTES if magic quotes were stripped
- if (get_magic_quotes_gpc()) {
- function stripslashes_deep($value) {
- $value = is_array($value) ?
- array_map('stripslashes_deep', $value) :
- stripslashes($value);
-
- include_once("/home/abimicro/") at file: /classes/outlay.class.php on line: 89
- }
-
- public static function autoload() {
- if (!function_exists ("trlx__autoload")) {
- include_once $_SERVER['DOCUMENT_ROOT'] . '/admin/includes/autoload.php';
- }
- }
-
- public function getSegment($key, $default=false) {
- return isset($this->segments[$key]) ? $this->segments[$key] : $default;
- Outlay::autoload(void) at file: /classes/outlay.class.php on line: 185
- $place = $cache["{$cache_slug}.place"];
- $content = $cache[$cache_slug];
- } else {
- $parts = pathinfo($slug);
- self::autoload();
- $old_place = $this->place;
- $old_inside = $this->inside;
- $old_expires_at = $this->expires_at;
- $this->place = 'content';
- $this->inside = true;
- Outlay->content(void) at file: /news/index.php on line: 14
- $outlay['title'] = 'News';
- $outlay['h1'] = 'News';
- $outlay['bg'] = '/images/homepage/hero.jpg';
-
- $outlay->content(array('general', 'news/index'));
-
- $outlay['js'] = function(){ ?>
- <script type="text/javascript">
- $('.pagination form').change(function() {
- $(this).submit();
- include("/home/abimicro/") at file: /classes/outlay.class.php on line: 681
- self::$_instance = $outlay;
- $wrapped[$func] = $outlay;
- $file__ = $func;
- $outlay->render(function() use($file__) {
- include $file__;
- });
- exit;
- }
- }
-
- Outlay::{closure}(void) at file: /classes/outlay.class.php on line: 568
- }
-
- public function render($func) {
- ob_start();
- call_user_func($func, $this);
- $this['content'] = ob_get_clean();
- $this->cache = $this->global_cache;
- if (is_string($this->name)) {
- $this->template();
- } else {
- Outlay->render(void) at file: /classes/outlay.class.php on line: 682
- $wrapped[$func] = $outlay;
- $file__ = $func;
- $outlay->render(function() use($file__) {
- include $file__;
- });
- exit;
- }
- }
-
- public static function instance() {
- Outlay::wrap(void) at file: /news/index.php on line: 3
- <?php
- include_once $_SERVER['DOCUMENT_ROOT'] . '/classes/outlay.class.php';
- $outlay = Outlay::wrap(__FILE__);
- $outlay->setQS(array('page'));
-
- $slug = 'news';
- $outlay->gc($slug);
-
- $outlay['layout_type'] = 'subpage';
- $outlay['title'] = 'News';
Request
- Request URI
- /news/
- Request HOST
- abimicro.tmg04.com
- Request Method
- GET
- Request Date/Time
- 12/26/2025 03:12:39
- HTTPS
- No
- Accept
- */*
- User-Agent
- Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- Accept-Encoding
- gzip, br, zstd, deflate
- Referer
- https://abimicro.tmg04.com/news
- Host
- abimicro.tmg04.com
Remote
- Remote Address
- 216.73.216.135
- Remote Port
- 19183
- Remote Host
- 216.73.216.135
PHP Info
- PHP Version
- 7.4.3-4ubuntu2.29
- System
- Linux trilix-vmweb06 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
- Peak Memory Usage
- 995.30 KB (1019184 bytes)
- Include Path
- .:/home/abimicro/htdocs/:.:/usr/share/php
- Magic Quotes
Deprecated: Function get_magic_quotes_runtime() is deprecated in /home/abimicro/htdocs/classes/errors.class.php on line 490
No
- Included Files
- /news/index.php
/classes/outlay.class.php
/classes/cache.class.php
/includes/templates/general-content/after.php
/admin/includes/autoload.php
/classes/errors.class.php
- Streams wrappers
- https, ftps, compress.zlib, php, file, glob, data, http, ftp, compress.bzip2, phar, zip
- Streams filters
- zlib.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, bzip2.*, convert.iconv.*
- Extensions
- apache2handler, bz2, calendar, Core, ctype, curl, date, dom, exif, FFI, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, json, libxml, mbstring, mysqli, mysqlnd, openssl, pcre, PDFlib, PDO, pdo_mysql, Phar, posix, pspell, readline, Reflection, session, shmop, SimpleXML, soap, sockets, sodium, SPL, standard, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlwriter, xsl, Zend OPcache, zip, zlib
Simple Backtrace
#0 /home/abimicro/htdocs/admin/includes/autoload.php 357 Errors::trlx__handle_all_errors
#1 /home/abimicro/htdocs/classes/outlay.class.php 89 include_once(string(49): "/home/abimic...")
#2 /home/abimicro/htdocs/classes/outlay.class.php 185 Outlay::autoload
#3 /home/abimicro/htdocs/news/index.php 14 Outlay->content
#4 /home/abimicro/htdocs/classes/outlay.class.php 681 include(string(36): "/home/abimic...")
#5 /home/abimicro/htdocs/classes/outlay.class.php 568 Outlay::{closure}
#6 /home/abimicro/htdocs/classes/outlay.class.php 682 Outlay->render
#7 /home/abimicro/htdocs/news/index.php 3 Outlay::wrap
unable to save error page[42S02]SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mcwa_db.abi_micro_error_tickets' doesn't exist
SQL:
INSERT INTO `abi_micro_error_tickets` (`id`,`exception`,`exception_message`,`error_page`,`occurred_at`,`uri`,`method`,`ip`,`browser`,`json_post`,`json_get`,`json_files`,`json_server`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)
-- end SQL