Mountainpath

Photo Galleries

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
Mai 2020
Warning: mysqli::query(): MySQL server has gone away in D:\www\www211\galleries\include\dblayer\functions_mysqli.inc.php on line 141 Warning: mysqli::query(): Error reading result set's header in D:\www\www211\galleries\include\dblayer\functions_mysqli.inc.php on line 141
Warning: [mysql error 2006] MySQL server has gone away

INSERT INTO t1aw_history
  (
    date,
    time,
    user_id,
    IP,
    section,
    category_id,
    image_id,
    image_type,
    format_id,
    auth_key_id,
    tag_ids
  )
  VALUES
  (
    CURRENT_DATE,
    CURRENT_TIME,
    2,
    '18.225.56.194',
    'categories',
    NULL,
    NULL,
    NULL,
    NULL,
    NULL,
    NULL
  )
; in D:\www\www211\galleries\include\dblayer\functions_mysqli.inc.php on line 856
Warning: [mysql error 2006] MySQL server has gone away

SELECT
    *
  FROM t1aw_history_summary
  WHERE history_id_to IS NOT NULL
  ORDER BY history_id_to DESC
  LIMIT 1
; in D:\www\www211\galleries\include\dblayer\functions_mysqli.inc.php on line 856
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in D:\www\www211\galleries\include\dblayer\functions_mysqli.inc.php:922 Stack trace: #0 D:\www\www211\galleries\admin\include\functions_history.inc.php(180): query2array('\nSELECT\n *\n ...') #1 D:\www\www211\galleries\include\functions.inc.php(517): history_summarize(50000) #2 D:\www\www211\galleries\index.php(357): pwg_log() #3 {main} thrown in D:\www\www211\galleries\include\dblayer\functions_mysqli.inc.php on line 922
Warning: [mysql error 2006] MySQL server has gone away

REPLACE INTO t1aw_sessions
  (id,data,expiration)
  VALUES('12E118kctnlf4k13nc7i1kjag9h4a5','pwg_lang_switch|s:5:\"ro_RO\";pwg_show_metadata|b:1;pwg_device|s:7:\"desktop\";pwg_index_deriv|s:5:\"thumb\";pwg_image_order|i:5;',now())
; in D:\www\www211\galleries\include\dblayer\functions_mysqli.inc.php on line 856