ERROR 8: Array to string conversion
0 Error occurred on in function strpos
1 called from line 459 of file authentication.php in function checktableexists
2 called from line 404 of file authentication.php in function adminuserexists
3 called from line 832 of file session.php in function require_once
4 called from line 69 of file config.php in function require
5 called from line 29 of file login_register.php
ERROR:-1 DB Error: unknown error
SQL:
CREATE TABLE pgv_users (u_username VARCHAR(30) NOT NULL, u_password VARCHAR(255), u_firstname VARCHAR(255), u_lastname VARCHAR(255), u_gedcomid TEXT, u_rootid TEXT, u_canadmin VARCHAR(2), u_canedit TEXT, u_email TEXT, u_verified VARCHAR(20), u_verified_by_admin VARCHAR(20), u_language VARCHAR(50), u_pwrequested VARCHAR(20), u_reg_timestamp VARCHAR(50), u_reg_hashcode VARCHAR(255), u_theme VARCHAR(50), u_loggedin VARCHAR(2), u_sessiontime INT, u_contactmethod VARCHAR(20), u_visibleonline VARCHAR(2), u_editaccount VARCHAR(2), u_defaulttab INT, u_comment VARCHAR(255), u_comment_exp VARCHAR(20), u_sync_gedcom VARCHAR(2), u_relationship_privacy VARCHAR(2), u_max_relation_path INT, u_auto_accept VARCHAR(2), PRIMARY KEY(u_username)) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE INDEX users_username ON pgv_users (u_username) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE TABLE pgv_messages (m_id INT NOT NULL, m_from VARCHAR(255), m_to VARCHAR(30), m_subject VARCHAR(255), m_body TEXT, m_created VARCHAR(255), PRIMARY KEY(m_id)) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE INDEX messages_to ON pgv_messages (m_to) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE TABLE pgv_favorites (fv_id INT NOT NULL, fv_username VARCHAR(30), fv_gid VARCHAR(10), fv_type VARCHAR(10), fv_file VARCHAR(100), fv_url VARCHAR(255), fv_title VARCHAR(255), fv_note TEXT, PRIMARY KEY(fv_id)) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE INDEX favorites_username ON pgv_favorites (fv_username) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE TABLE pgv_blocks (b_id INT NOT NULL, b_username VARCHAR(100), b_location VARCHAR(30), b_order INT, b_name VARCHAR(255), b_config TEXT, PRIMARY KEY(b_id)) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE INDEX blocks_username ON pgv_blocks (b_username) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE TABLE pgv_news (n_id INT NOT NULL, n_username VARCHAR(100), n_date INT, n_title VARCHAR(255), n_text TEXT, PRIMARY KEY(n_id)) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
CREATE INDEX news_username ON pgv_news (n_username) [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]


ERROR:-1 DB Error: unknown error
SQL:
SELECT u_username FROM pgv_users WHERE u_canadmin='Y' [nativecode=1226 ** User 'capiau_pgv' has exceeded the 'max_questions' resource (current value: 64000)]



Fatal error: Call to undefined method: db_error->numrows() in /home/capiau/www/phpGedView/includes/authentication.php on line 409