VHT Home
Victor Hiking Trails Inc.
VHT

Calendar


695 catch(PDOException PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /usr/www/users/vht/includes/jhs_inc.php:668 Stack trace: #0 /usr/www/users/vht/includes/jhs_inc.php(668): PDO->exec() #1 /usr/www/users/vht/includes/jhs_inc.php(646): sql_getExec() #2 /usr/www/users/vht/includes/jhc_inc.php(822): sql_getExec_db() #3 /usr/www/users/vht/includes/jhc_inc.php(1255): prepCalendar() #4 /usr/www/users/vht/vhtcal.php(301): calendar() #5 {main})

696 length: 29
sql: DROP TABLE IF EXISTS 'T_Temp'SQLSTATE[HY000]: General error: 8 attempt to write a readonly database
Array
(
    [0] => Array
        (
            [file] => /usr/www/users/vht/includes/jhs_inc.php
            [line] => 646
            [function] => sql_getExec
            [args] => Array
                (
                    [0] => DROP TABLE IF EXISTS 'T_Temp'
                )

        )

    [1] => Array
        (
            [file] => /usr/www/users/vht/includes/jhc_inc.php
            [line] => 822
            [function] => sql_getExec_db
            [args] => Array
                (
                    [0] => sqlite:/usr/www/users/vht/data/vht_cal.sqlite
                    [1] => DROP TABLE IF EXISTS 'T_Temp'
                )

        )

    [2] => Array
        (
            [file] => /usr/www/users/vht/includes/jhc_inc.php
            [line] => 1255
            [function] => prepCalendar
            [args] => Array
                (
                    [0] => /usr/www/users/vht/data/vht_cal.sqlite
                    [1] => T_Temp
                )

        )

    [3] => Array
        (
            [file] => /usr/www/users/vht/vhtcal.php
            [line] => 301
            [function] => calendar
            [args] => Array
                (
                    [0] =>  key 
                )

        )

)

695 catch(PDOException PDOException: SQLSTATE[HY000]: General error: 1 table 'T_Temp' already exists in /usr/www/users/vht/includes/jhs_inc.php:668 Stack trace: #0 /usr/www/users/vht/includes/jhs_inc.php(668): PDO->exec() #1 /usr/www/users/vht/includes/jhs_inc.php(646): sql_getExec() #2 /usr/www/users/vht/includes/jhc_inc.php(825): sql_getExec_db() #3 /usr/www/users/vht/includes/jhc_inc.php(1255): prepCalendar() #4 /usr/www/users/vht/vhtcal.php(301): calendar() #5 {main})

696 length: 109
sql: CREATE TABLE 'T_Temp' (date, time, type, place, what, delta, extend DEFAULT 0, source, edit, json DEFAULT '')SQLSTATE[HY000]: General error: 1 table 'T_Temp' already exists
Array
(
    [0] => Array
        (
            [file] => /usr/www/users/vht/includes/jhs_inc.php
            [line] => 646
            [function] => sql_getExec
            [args] => Array
                (
                    [0] => CREATE TABLE 'T_Temp' (date, time, type, place, what, delta, extend DEFAULT 0, source, edit, json DEFAULT '')
                )

        )

    [1] => Array
        (
            [file] => /usr/www/users/vht/includes/jhc_inc.php
            [line] => 825
            [function] => sql_getExec_db
            [args] => Array
                (
                    [0] => sqlite:/usr/www/users/vht/data/vht_cal.sqlite
                    [1] => CREATE TABLE 'T_Temp' (date, time, type, place, what, delta, extend DEFAULT 0, source, edit, json DEFAULT '')
                )

        )

    [2] => Array
        (
            [file] => /usr/www/users/vht/includes/jhc_inc.php
            [line] => 1255
            [function] => prepCalendar
            [args] => Array
                (
                    [0] => /usr/www/users/vht/data/vht_cal.sqlite
                    [1] => T_Temp
                )

        )

    [3] => Array
        (
            [file] => /usr/www/users/vht/vhtcal.php
            [line] => 301
            [function] => calendar
            [args] => Array
                (
                    [0] =>  key 
                )

        )

)

695 catch(PDOException PDOException: SQLSTATE[HY000]: General error: 1 no such column: " M" - should this be a string literal in single-quotes? in /usr/www/users/vht/includes/jhs_inc.php:668 Stack trace: #0 /usr/www/users/vht/includes/jhs_inc.php(668): PDO->exec() #1 /usr/www/users/vht/includes/jhs_inc.php(646): sql_getExec() #2 /usr/www/users/vht/includes/jhc_inc.php(1003): sql_getExec_db() #3 /usr/www/users/vht/includes/jhc_inc.php(1257): readVHTMeetUpcalendar() #4 /usr/www/users/vht/vhtcal.php(301): calendar() #5 {main})

696 length: 240
sql: INSERT INTO T_Temp VALUES('', '', '', '', '', julianday('') - julianday('now','localtime','start of day'), 0, " M", '', '');SQLSTATE[HY000]: General error: 1 no such column: " M" - should this be a string literal in single-quotes?
Array
(
    [0] => Array
        (
            [file] => /usr/www/users/vht/includes/jhs_inc.php
            [line] => 646
            [function] => sql_getExec
            [args] => Array
                (
                    [0] => 
INSERT INTO T_Temp VALUES('', '', '', '', '', julianday('')  - julianday('now','localtime','start of day'), 0, " M", '', '');
                )

        )

    [1] => Array
        (
            [file] => /usr/www/users/vht/includes/jhc_inc.php
            [line] => 1003
            [function] => sql_getExec_db
            [args] => Array
                (
                    [0] => sqlite:/usr/www/users/vht/data/vht_cal.sqlite
                    [1] => 
INSERT INTO T_Temp VALUES('', '', '', '', '', julianday('')  - julianday('now','localtime','start of day'), 0, " M", '', '');
                )

        )

    [2] => Array
        (
            [file] => /usr/www/users/vht/includes/jhc_inc.php
            [line] => 1257
            [function] => readVHTMeetUpcalendar
            [args] => Array
                (
                )

        )

    [3] => Array
        (
            [file] => /usr/www/users/vht/vhtcal.php
            [line] => 301
            [function] => calendar
            [args] => Array
                (
                    [0] =>  key 
                )

        )

)
  Hikes     Trail Maint.     Meetings     Other
Note: Most Educational Hikes have a fee. See the Description.

WhenWhatWhere