Help - Search - Members - Calendar
Full Version: Drupal 6.1 Install Tutorial
Zymic Webmaster Forums > Zymic Free Web Hosting > Tutorials
Pages: 1, 2
buyan
Hi there ! I followed every step of the shown installation of Drupal 6.15,
cant get it to work. Please help?

gives me error messages:

QUOTE
Warning: MySQL server has gone away query: CREATE TABLE variable ( `name` VARCHAR(128) NOT NULL DEFAULT '', `value` LONGTEXT NOT NULL, PRIMARY KEY (name) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE actions ( `aid` VARCHAR(255) NOT NULL DEFAULT '0', `type` VARCHAR(32) NOT NULL DEFAULT '', `callback` VARCHAR(255) NOT NULL DEFAULT '', `parameters` LONGTEXT NOT NULL, `description` VARCHAR(255) NOT NULL DEFAULT '0', PRIMARY KEY (aid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE actions_aid ( `aid` INT unsigned NOT NULL auto_increment, PRIMARY KEY (aid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE batch ( `bid` INT unsigned NOT NULL auto_increment, `token` VARCHAR(64) NOT NULL, `timestamp` INT NOT NULL, `batch` LONGTEXT DEFAULT NULL, PRIMARY KEY (bid), INDEX token (token) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE cache ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE cache_form ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE cache_page ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE cache_menu ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE files ( `fid` INT unsigned NOT NULL auto_increment, `uid` INT unsigned NOT NULL DEFAULT 0, `filename` VARCHAR(255) NOT NULL DEFAULT '', `filepath` VARCHAR(255) NOT NULL DEFAULT '', `filemime` VARCHAR(255) NOT NULL DEFAULT '', `filesize` INT unsigned NOT NULL DEFAULT 0, `status` INT NOT NULL DEFAULT 0, `timestamp` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (fid), INDEX uid (uid), INDEX status (status), INDEX timestamp (timestamp) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE flood ( `fid` INT NOT NULL auto_increment, `event` VARCHAR(64) NOT NULL DEFAULT '', `hostname` VARCHAR(128) NOT NULL DEFAULT '', `timestamp` INT NOT NULL DEFAULT 0, PRIMARY KEY (fid), INDEX allow (event, hostname, timestamp) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE history ( `uid` INT NOT NULL DEFAULT 0, `nid` INT NOT NULL DEFAULT 0, `timestamp` INT NOT NULL DEFAULT 0, PRIMARY KEY (uid, nid), INDEX nid (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE menu_router ( `path` VARCHAR(255) NOT NULL DEFAULT '', `load_functions` TEXT NOT NULL, `to_arg_functions` TEXT NOT NULL, `access_callback` VARCHAR(255) NOT NULL DEFAULT '', `access_arguments` TEXT DEFAULT NULL, `page_callback` VARCHAR(255) NOT NULL DEFAULT '', `page_arguments` TEXT DEFAULT NULL, `fit` INT NOT NULL DEFAULT 0, `number_parts` SMALLINT NOT NULL DEFAULT 0, `tab_parent` VARCHAR(255) NOT NULL DEFAULT '', `tab_root` VARCHAR(255) NOT NULL DEFAULT '', `title` VARCHAR(255) NOT NULL DEFAULT '', `title_callback` VARCHAR(255) NOT NULL DEFAULT '', `title_arguments` VARCHAR(255) NOT NULL DEFAULT '', `type` INT NOT NULL DEFAULT 0, `block_callback` VARCHAR(255) NOT NULL DEFAULT '', `description` TEXT NOT NULL, `position` VARCHAR(255) NOT NULL DEFAULT '', `weight` INT NOT NULL DEFAULT 0, `file` MEDIUMTEXT DEFAULT NULL, PRIMARY KEY (path), INDEX f in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE menu_links ( `menu_name` VARCHAR(32) NOT NULL DEFAULT '', `mlid` INT unsigned NOT NULL auto_increment, `plid` INT unsigned NOT NULL DEFAULT 0, `link_path` VARCHAR(255) NOT NULL DEFAULT '', `router_path` VARCHAR(255) NOT NULL DEFAULT '', `link_title` VARCHAR(255) NOT NULL DEFAULT '', `options` TEXT DEFAULT NULL, `module` VARCHAR(255) NOT NULL DEFAULT 'system', `hidden` SMALLINT NOT NULL DEFAULT 0, `external` SMALLINT NOT NULL DEFAULT 0, `has_children` SMALLINT NOT NULL DEFAULT 0, `expanded` SMALLINT NOT NULL DEFAULT 0, `weight` INT NOT NULL DEFAULT 0, `depth` SMALLINT NOT NULL DEFAULT 0, `customized` SMALLINT NOT NULL DEFAULT 0, `p1` INT unsigned NOT NULL DEFAULT 0, `p2` INT unsigned NOT NULL DEFAULT 0, `p3` INT unsigned NOT NULL DEFAULT 0, `p4` INT unsigned NOT NULL DEFAULT 0, `p5` INT unsigned NOT NULL DEFAULT 0, `p6` INT unsigned NOT NULL DEFAULT 0, `p7` INT unsigned NOT NULL DEFAULT 0, `p8 in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE sessions ( `uid` INT unsigned NOT NULL, `sid` VARCHAR(64) NOT NULL DEFAULT '', `hostname` VARCHAR(128) NOT NULL DEFAULT '', `timestamp` INT NOT NULL DEFAULT 0, `cache` INT NOT NULL DEFAULT 0, `session` LONGTEXT DEFAULT NULL, PRIMARY KEY (sid), INDEX timestamp (timestamp), INDEX uid (uid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE system ( `filename` VARCHAR(255) NOT NULL DEFAULT '', `name` VARCHAR(255) NOT NULL DEFAULT '', `type` VARCHAR(255) NOT NULL DEFAULT '', `owner` VARCHAR(255) NOT NULL DEFAULT '', `status` INT NOT NULL DEFAULT 0, `throttle` TINYINT NOT NULL DEFAULT 0, `bootstrap` INT NOT NULL DEFAULT 0, `schema_version` SMALLINT NOT NULL DEFAULT -1, `weight` INT NOT NULL DEFAULT 0, `info` TEXT DEFAULT NULL, PRIMARY KEY (filename), INDEX modules (type(12), status, weight, filename), INDEX bootstrap (type(12), status, bootstrap, weight, filename), INDEX type_name (type(12), name) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE url_alias ( `pid` INT unsigned NOT NULL auto_increment, `src` VARCHAR(128) NOT NULL DEFAULT '', `dst` VARCHAR(128) NOT NULL DEFAULT '', `language` VARCHAR(12) NOT NULL DEFAULT '', PRIMARY KEY (pid), UNIQUE KEY dst_language (dst, language), INDEX src_language (src, language) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE filters ( `fid` INT NOT NULL auto_increment, `format` INT NOT NULL DEFAULT 0, `module` VARCHAR(64) NOT NULL DEFAULT '', `delta` TINYINT NOT NULL DEFAULT 0, `weight` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (fid), UNIQUE KEY fmd (format, module, delta), INDEX list (format, weight, module, delta) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE filter_formats ( `format` INT NOT NULL auto_increment, `name` VARCHAR(255) NOT NULL DEFAULT '', `roles` VARCHAR(255) NOT NULL DEFAULT '', `cache` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (format), UNIQUE KEY name (name) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE cache_filter ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: SELECT filename FROM system WHERE name = 'block' AND type = 'module' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE blocks ( `bid` INT NOT NULL auto_increment, `module` VARCHAR(64) NOT NULL DEFAULT '', `delta` VARCHAR(32) NOT NULL DEFAULT '0', `theme` VARCHAR(64) NOT NULL DEFAULT '', `status` TINYINT NOT NULL DEFAULT 0, `weight` TINYINT NOT NULL DEFAULT 0, `region` VARCHAR(64) NOT NULL DEFAULT '', `custom` TINYINT NOT NULL DEFAULT 0, `throttle` TINYINT NOT NULL DEFAULT 0, `visibility` TINYINT NOT NULL DEFAULT 0, `pages` TEXT NOT NULL, `title` VARCHAR(64) NOT NULL DEFAULT '', `cache` TINYINT NOT NULL DEFAULT 1, PRIMARY KEY (bid), UNIQUE KEY tmd (theme, module, delta), INDEX list (theme, status, region, weight, module) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE blocks_roles ( `module` VARCHAR(64) NOT NULL, `delta` VARCHAR(32) NOT NULL, `rid` INT unsigned NOT NULL, PRIMARY KEY (module, delta, rid), INDEX rid (rid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE boxes ( `bid` INT unsigned NOT NULL auto_increment, `body` LONGTEXT DEFAULT NULL, `info` VARCHAR(128) NOT NULL DEFAULT '', `format` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (bid), UNIQUE KEY info (info) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE cache_block ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: SELECT filename FROM system WHERE name = 'user' AND type = 'module' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE access ( `aid` INT NOT NULL auto_increment, `mask` VARCHAR(255) NOT NULL DEFAULT '', `type` VARCHAR(255) NOT NULL DEFAULT '', `status` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (aid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE authmap ( `aid` INT unsigned NOT NULL auto_increment, `uid` INT NOT NULL DEFAULT 0, `authname` VARCHAR(128) NOT NULL DEFAULT '', `module` VARCHAR(128) NOT NULL DEFAULT '', PRIMARY KEY (aid), UNIQUE KEY authname (authname) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE permission ( `pid` INT NOT NULL auto_increment, `rid` INT unsigned NOT NULL DEFAULT 0, `perm` LONGTEXT DEFAULT NULL, `tid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (pid), INDEX rid (rid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE role ( `rid` INT unsigned NOT NULL auto_increment, `name` VARCHAR(64) NOT NULL DEFAULT '', PRIMARY KEY (rid), UNIQUE KEY name (name) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE users ( `uid` INT unsigned NOT NULL auto_increment, `name` VARCHAR(60) NOT NULL DEFAULT '', `pass` VARCHAR(32) NOT NULL DEFAULT '', `mail` VARCHAR(64) DEFAULT '', `mode` TINYINT NOT NULL DEFAULT 0, `sort` TINYINT DEFAULT 0, `threshold` TINYINT DEFAULT 0, `theme` VARCHAR(255) NOT NULL DEFAULT '', `signature` VARCHAR(255) NOT NULL DEFAULT '', `signature_format` SMALLINT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `access` INT NOT NULL DEFAULT 0, `login` INT NOT NULL DEFAULT 0, `status` TINYINT NOT NULL DEFAULT 0, `timezone` VARCHAR(8) DEFAULT NULL, `language` VARCHAR(12) NOT NULL DEFAULT '', `picture` VARCHAR(255) NOT NULL DEFAULT '', `init` VARCHAR(64) DEFAULT '', `data` LONGTEXT DEFAULT NULL, PRIMARY KEY (uid), UNIQUE KEY name (name), INDEX access (access), INDEX created (created), INDEX mail (mail) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE users_roles ( `uid` INT unsigned NOT NULL DEFAULT 0, `rid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (uid, rid), INDEX rid (rid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: SELECT filename FROM system WHERE name = 'node' AND type = 'module' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE node ( `nid` INT unsigned NOT NULL auto_increment, `vid` INT unsigned NOT NULL DEFAULT 0, `type` VARCHAR(32) NOT NULL DEFAULT '', `language` VARCHAR(12) NOT NULL DEFAULT '', `title` VARCHAR(255) NOT NULL DEFAULT '', `uid` INT NOT NULL DEFAULT 0, `status` INT NOT NULL DEFAULT 1, `created` INT NOT NULL DEFAULT 0, `changed` INT NOT NULL DEFAULT 0, `comment` INT NOT NULL DEFAULT 0, `promote` INT NOT NULL DEFAULT 0, `moderate` INT NOT NULL DEFAULT 0, `sticky` INT NOT NULL DEFAULT 0, `tnid` INT unsigned NOT NULL DEFAULT 0, `translate` INT NOT NULL DEFAULT 0, PRIMARY KEY (nid), UNIQUE KEY vid (vid), INDEX node_changed (changed), INDEX node_created (created), INDEX node_moderate (moderate), INDEX node_promote_status (promote, status), INDEX node_status_type (status, type, nid), INDEX node_title_type (title, type(4)), INDEX node_type (type(4)), INDEX uid (uid), INDEX tnid (tnid), INDEX translate (translate) ) /*!4010 in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE node_access ( `nid` INT unsigned NOT NULL DEFAULT 0, `gid` INT unsigned NOT NULL DEFAULT 0, `realm` VARCHAR(255) NOT NULL DEFAULT '', `grant_view` TINYINT unsigned NOT NULL DEFAULT 0, `grant_update` TINYINT unsigned NOT NULL DEFAULT 0, `grant_delete` TINYINT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (nid, gid, realm) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE node_counter ( `nid` INT NOT NULL DEFAULT 0, `totalcount` BIGINT unsigned NOT NULL DEFAULT 0, `daycount` MEDIUMINT unsigned NOT NULL DEFAULT 0, `timestamp` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE node_revisions ( `nid` INT unsigned NOT NULL DEFAULT 0, `vid` INT unsigned NOT NULL auto_increment, `uid` INT NOT NULL DEFAULT 0, `title` VARCHAR(255) NOT NULL DEFAULT '', `body` LONGTEXT NOT NULL, `teaser` LONGTEXT NOT NULL, `log` LONGTEXT NOT NULL, `timestamp` INT NOT NULL DEFAULT 0, `format` INT NOT NULL DEFAULT 0, PRIMARY KEY (vid), INDEX nid (nid), INDEX uid (uid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE node_type ( `type` VARCHAR(32) NOT NULL, `name` VARCHAR(255) NOT NULL DEFAULT '', `module` VARCHAR(255) NOT NULL, `description` MEDIUMTEXT NOT NULL, `help` MEDIUMTEXT NOT NULL, `has_title` TINYINT unsigned NOT NULL, `title_label` VARCHAR(255) NOT NULL DEFAULT '', `has_body` TINYINT unsigned NOT NULL, `body_label` VARCHAR(255) NOT NULL DEFAULT '', `min_word_count` SMALLINT unsigned NOT NULL, `custom` TINYINT NOT NULL DEFAULT 0, `modified` TINYINT NOT NULL DEFAULT 0, `locked` TINYINT NOT NULL DEFAULT 0, `orig_type` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (type) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: SELECT filename FROM system WHERE name = 'comment' AND type = 'module' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE comments ( `cid` INT NOT NULL auto_increment, `pid` INT NOT NULL DEFAULT 0, `nid` INT NOT NULL DEFAULT 0, `uid` INT NOT NULL DEFAULT 0, `subject` VARCHAR(64) NOT NULL DEFAULT '', `comment` LONGTEXT NOT NULL, `hostname` VARCHAR(128) NOT NULL DEFAULT '', `timestamp` INT NOT NULL DEFAULT 0, `status` TINYINT unsigned NOT NULL DEFAULT 0, `format` SMALLINT NOT NULL DEFAULT 0, `thread` VARCHAR(255) NOT NULL, `name` VARCHAR(60) DEFAULT NULL, `mail` VARCHAR(64) DEFAULT NULL, `homepage` VARCHAR(255) DEFAULT NULL, PRIMARY KEY (cid), INDEX pid (pid), INDEX nid (nid), INDEX status (status) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE node_comment_statistics ( `nid` INT unsigned NOT NULL DEFAULT 0, `last_comment_timestamp` INT NOT NULL DEFAULT 0, `last_comment_name` VARCHAR(60) DEFAULT NULL, `last_comment_uid` INT NOT NULL DEFAULT 0, `comment_count` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (nid), INDEX node_comment_timestamp (last_comment_timestamp) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: SELECT filename FROM system WHERE name = 'taxonomy' AND type = 'module' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE term_data ( `tid` INT unsigned NOT NULL auto_increment, `vid` INT unsigned NOT NULL DEFAULT 0, `name` VARCHAR(255) NOT NULL DEFAULT '', `description` LONGTEXT DEFAULT NULL, `weight` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (tid), INDEX taxonomy_tree (vid, weight, name), INDEX vid_name (vid, name) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE term_hierarchy ( `tid` INT unsigned NOT NULL DEFAULT 0, `parent` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (tid, parent), INDEX parent (parent) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE term_node ( `nid` INT unsigned NOT NULL DEFAULT 0, `vid` INT unsigned NOT NULL DEFAULT 0, `tid` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (tid, vid), INDEX vid (vid), INDEX nid (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE term_relation ( `trid` INT NOT NULL auto_increment, `tid1` INT unsigned NOT NULL DEFAULT 0, `tid2` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (trid), UNIQUE KEY tid1_tid2 (tid1, tid2), INDEX tid2 (tid2) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE term_synonym ( `tsid` INT NOT NULL auto_increment, `tid` INT unsigned NOT NULL DEFAULT 0, `name` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (tsid), INDEX tid (tid), INDEX name_tid (name, tid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE vocabulary ( `vid` INT unsigned NOT NULL auto_increment, `name` VARCHAR(255) NOT NULL DEFAULT '', `description` LONGTEXT DEFAULT NULL, `help` VARCHAR(255) NOT NULL DEFAULT '', `relations` TINYINT unsigned NOT NULL DEFAULT 0, `hierarchy` TINYINT unsigned NOT NULL DEFAULT 0, `multiple` TINYINT unsigned NOT NULL DEFAULT 0, `required` TINYINT unsigned NOT NULL DEFAULT 0, `tags` TINYINT unsigned NOT NULL DEFAULT 0, `module` VARCHAR(255) NOT NULL DEFAULT '', `weight` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (vid), INDEX list (weight, name) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: CREATE TABLE vocabulary_node_types ( `vid` INT unsigned NOT NULL DEFAULT 0, `type` VARCHAR(32) NOT NULL DEFAULT '', PRIMARY KEY (type, vid), INDEX vid (vid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 ORDER BY weight ASC, filename ASC in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: SELECT filename, name, type, status, throttle, schema_version FROM system WHERE type = 'theme' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: DELETE FROM system WHERE type = 'theme' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('pushbutton', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\"name\";s:10:\"Pushbutton\";s:11:\"description\";s:52:\"Tabled, multi-column theme in blue and orange tones.\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\" in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('minnelli', 'themes/engines/phptemplate/phptemplate.engine', 'a:14:{s:4:\"name\";s:8:\"Minnelli\";s:11:\"description\";s:56:\"Tableless, recolorable, multi-column, fixed width theme.\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:7:\"garland\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:12:\"minnelli.css\";s:36:\"themes/garland/minnelli/minnelli.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Heade in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('garland', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\"name\";s:7:\"Garland\";s:11:\"description\";s:66:\"Tableless, recolorable, multi-column, fluid width theme (default).\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:2:{s:3:\"all\";a:1:{s:9:\"style.css\";s:24:\"themes/garland/style.css\";}s:5:\"print\";a:1:{s:9:\"print.css\";s:24:\"themes/garland/print.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\" in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('marvin', '', 'a:13:{s:4:\"name\";s:6:\"Marvin\";s:11:\"description\";s:31:\"Boxy tabled theme in all grays.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:10:\"base theme\";s:9:\"chameleon\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i:1;s:7:\"favicon\";i:2;s:7:\"mission\";i:3;s:4:\"logo\";i:4;s:4:\"name\";i:5;s:17:\"node_user_picture\";i:6;s:6:\"search\";i:7;s:6:\"slogan\";i:8;s:13:\"primary_lin in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('chameleon', 'themes/chameleon/chameleon.theme', 'a:12:{s:4:\"name\";s:9:\"Chameleon\";s:11:\"description\";s:42:\"Minimalist tabled theme with light colors.\";s:7:\"regions\";a:2:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";}s:8:\"features\";a:4:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";}s:11:\"stylesheets\";a:1:{s:3:\"all\";a:2:{s:9:\"style.css\";s:26:\"themes/chameleon/style.css\";s:10:\"common.css\";s:27:\"themes/chameleon/common.css\";}}s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\& in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO system (name, owner, info, type, filename, status, throttle, bootstrap) VALUES ('bluemarine', 'themes/engines/phptemplate/phptemplate.engine', 'a:13:{s:4:\"name\";s:10:\"Bluemarine\";s:11:\"description\";s:66:\"Table-based multi-column theme with a marine and ash color scheme.\";s:7:\"version\";s:4:\"6.15\";s:4:\"core\";s:3:\"6.x\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1260996916\";s:7:\"regions\";a:5:{s:4:\"left\";s:12:\"Left sidebar\";s:5:\"right\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";}s:8:\"features\";a:10:{i:0;s:20:\"comment_user_picture\";i in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO users (name, mail) VALUES('', '') in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO users (name, mail, created, data) VALUES('placeholder-for-uid-1', 'placeholder-for-uid-1', 1263746051, 'a:0:{}') in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: UPDATE users SET uid = uid - uid WHERE name = '' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: UPDATE users SET uid = 1 WHERE name = 'placeholder-for-uid-1' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO role (name) VALUES ('anonymous user') in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO role (name) VALUES ('authenticated user') in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO permission (rid, perm, tid) VALUES (1, 'access content', 0) in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO permission (rid, perm, tid) VALUES (2, 'access comments, access content, post comments, post comments without approval', 0) in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO variable (name, value) VALUES ('theme_default', 's:7:\"garland\";') in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: UPDATE system SET status = 1 WHERE type = 'theme' AND name = 'garland' in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128 Warning: MySQL server has gone away query: INSERT INTO blocks (module, delta, theme, status, weight, region, pages, cache) VALUES ('user', '0', 'garland', 1, 0, 'left', '', -1) in /www/clanteam.com/b/u/y/buyan/htdocs/includes/database.mysql.inc on line 128
lizon
QUOTE(buyan @ Jan 17 2010, 10:38 AM) *
Hi there ! I followed every step of the shown installation of Drupal 6.15,
cant get it to work. Please help?


Would like to know at what step of the process that your on. If I were to guess you already uploaded everything and made all of the necessary changed. If that's the case if you've already updated the .haccess file then your getting that error during the initial instillation. You have to goto your /install.php file to begin the install. For example my test site was lizontest.zxq.net, so to begin the install I would goto lizontest.zxq.net/install.php.

If I simply goto the base URL I would get a similar error like the one you got because the tables for MySQL don't exist yet! For some reason the index.php file doesn't refer to the install.php page on the initial install on zymic. It's prob something to do with the ini_set settings that you have to comment out. No biggie though, it should still work.
ezygamelink
Thank you for any suggestion rolleyes.gif
lizon
I added a tutorial to SMF and phpBB forum integration into Drupal as a link at the bottom of the tutorial. I did it on my website and I don't feel like re-typing it again for here so I'll just link it.

SMF and phpBB Forum integration with Drupal
fernandoV
QUOTE(lizon @ Jan 17 2010, 05:07 PM) *
Would like to know at what step of the process that your on. If I were to guess you already uploaded everything and made all of the necessary changed. If that's the case if you've already updated the .haccess file then your getting that error during the initial instillation. You have to goto your /install.php file to begin the install. For example my test site was lizontest.zxq.net, so to begin the install I would goto lizontest.zxq.net/install.php.

If I simply goto the base URL I would get a similar error like the one you got because the tables for MySQL don't exist yet! For some reason the index.php file doesn't refer to the install.php page on the initial install on zymic. It's prob something to do with the ini_set settings that you have to comment out. No biggie though, it should still work.


I have the same error message, It happens after clicking on the Install button of Drupal - I used /install.php -

Please Help
lizon
try hitting refresh ^.^
Vamear
When I get to the set up database part of the installation, I'm getting this message.
QUOTE
Failed to connect to your MySQL database server. MySQL reports the following message: Access denied for user '131878_drupal'@'localhost' (using password: YES).
Are you sure you have the correct username and password?
Are you sure that you have typed the correct database hostname?
Are you sure that the database server is running?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
lizon
QUOTE
When I get to the set up database part of the installation, I'm getting this message.


Make sure your databse information is the same as the information in your settings.php file
Vamear
QUOTE(lizon @ Mar 16 2010, 02:51 AM) *
Make sure your databse information is the same as the information in your settings.php file


I'm pretty sure it is.

EDIT:
I tried reinstalling it. i think my problem was in the settings.php file because it says
CODE
$db_url = 'mysql://username:password@localhost/databasename';

In two places and I THINK I was editing the wrong place.

However, its still broken. Now it gives me a familiar looking blob of dense junk:
CODE
Warning: Table 'elsewhere_zxq_db.access' doesn't exist query: SELECT 1 FROM access WHERE type = 'host' AND LOWER('72.93.101.188') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc on line 128 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc:128) in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 1037 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc:128) in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 1037 Warning: Table 'elsewhere_zxq_db.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc on line 128 Warning: Table 'elsewhere_zxq_db.variable' doesn't exist query: SELECT * FROM variable in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc on line 128 Notice: Undefined variable: variables in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 480 Warning: Table 'elsewhere_zxq_db.cache' doesn't exist query: UPDATE cache SET data = '', created = 1268789522, expire = 0, headers = '', serialized = 0 WHERE cid = 'variables' in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc on line 128 Notice: Undefined variable: variables in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 487 Warning: Table 'elsewhere_zxq_db.system' doesn't exist query: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc on line 128 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc:128) in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 636 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc:128) in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 637 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc:128) in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 638 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc:128) in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/bootstrap.inc on line 639 Warning: Table 'elsewhere_zxq_db.url_alias' doesn't exist query: SELECT COUNT(pid) FROM url_alias in /www/zxq.net/e/l/s/elsewhere/htdocs/includes/database.mysql.inc on line 128


EDIT: Nevermind, I just had to go to the install.php page. I think it will work now. Thanks for the tutorial!
pselfin
I have a problem sad.gif
After choosing your language, I get an error:
Fatal error: Maximum execution time of 15 seconds exceeded in / www/99k.org/m/i/l/milovar/htdocs/includes/file.inc on line 907

The solution is found - http://drupal.org/node/396084#comment-1334352
But after editing the file htaccess, I get redirected to a page http://hosting.zymic.com/500/

Drupal 6.16
Thanks
lizon
I addressed the .htaccess error in the tutorial. Let Zymic fix the error.
pselfin
Yes, I know.
After correcting htaccess starts installing Drupal.
But before the second step (after choosing your language) does not reach.
You get an error:
CODE
Fatal error: Maximum execution time of 15 seconds exceeded in /www/99k.org/m/i/l/milovar/htdocs/includes/file.inc on line 907


ps Sorry for my English, translated by Google translate
J-Fobos
Hello all. After install drupal by this tutorial havе problem:

CODE
  * warning: tempnam(): SAFE MODE Restriction in effect. The script whose uid is 134080 is not allowed to access /www/zxq.net/f/a/n/fantomfighters owned by uid 2003 in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 772.
   * warning: fopen(): Filename cannot be empty in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 773.
   * Невозможно создать файл.
   * warning: tempnam(): SAFE MODE Restriction in effect. The script whose uid is 134080 is not allowed to access /www/zxq.net/f/a/n/fantomfighters owned by uid 2003 in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 772.
   * warning: fopen(): Filename cannot be empty in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 773.
   * Невозможно создать файл.



How to fix it?

if not to login on a site that errors are not present
TheGrayOne
Hi all,

Got the below messages in my Drupal 6.16 status report after installing and starting to configure it. Since my RSS feed works on my other site I thought it strange that Drupal cannot access it's support site to even check for updates. Really puts a damper on getting new modules and keeping things up to date. Trying manual update failed with same "HTTP request status Fails" message. Any ideas? Is is blocked like with email or is something configured wrong? Did I miss a post on this?

Thanks,
Glenn
----------------
Drupal core update status No update data available
No information is available about potential new releases for currently installed modules and themes. To check for updates, you may need to run cron or you can check manually. Please note that checking for available updates can take a long time, so please be patient.

HTTP request status Fails
Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services.


lizon
Due to how Zymic is configured drupal cannot run cron normally to get update information. Generally it isn't much of an issue. To get the core updates you simply run cron manually. The HTTP error will not effect the functionality of your website either, you can ignore the error. These are errors due to how the Zymic server is setup, not due to the installation of drupal itself.
TheGrayOne
Already tried that and running cron in manual mode produced the same errors. Guess updates and new modules will have to be download local and then to the site.

Thanks,
Glenn
lizon
That's how your supposed to do it o.O

The only way to get cron jobs working automatically to where you can remotely download the updates to the server is if you have access to the Apache configuration files to set it up that way.
HAMIDHST
Hi guys,

I did the step-by step guide.

but still get errors as follows,
I wonder if anyone could help.
thanks in advance.

CODE
Warning: ini_set() has been disabled for security reasons in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php on line 137 Warning: ini_set() has been disabled for security reasons in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php on line 143 Warning: ini_set() has been disabled for security reasons in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php on line 144 Warning: ini_set() has been disabled for security reasons in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php on line 145 Warning: ini_set() has been disabled for security reasons in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php on line 147 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php:137) in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/includes/bootstrap.inc on line 636 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php:137) in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/includes/bootstrap.inc on line 637 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php:137) in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/includes/bootstrap.inc on line 638 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php:137) in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/includes/bootstrap.inc on line 639 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php:137) in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/includes/install.inc on line 618 Warning: Cannot modify header information - headers already sent by (output started at /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/sites/default/settings.php:137) in /www/zxq.net/h/o/b/hobabcomputer/htdocs/drp/includes/install.inc on line 619
lizon
you forgot this step

Now lets open up bootstrap.inc file located at /includes/ in the base drupal directory. Find this line of code
CODE
  if (count(explode('.', $cookie_domain)) > 2 && !is_numeric(str_replace('.', '', $cookie_domain))) {
         ini_set('session.cookie_domain', $cookie_domain);
       }



Comment out the lines using // so it looks like this
CODE
//  if (count(explode('.', $cookie_domain)) > 2 && !is_numeric(str_replace('.', '', $cookie_domain))) {
     //    ini_set('session.cookie_domain', $cookie_domain);
     //  }


Save the file.
AnDy_nin.Ja
I've done everything by this tutorial and I have the same problem as J-Fobos
If my language set on English everything works fine (I don't see this message), but if I switch on Russian, I have message like this:

CODE
  * warning: tempnam(): SAFE MODE Restriction in effect. The script whose uid is 134080 is not allowed to access /www/zxq.net/f/a/n/fantomfighters owned by uid 2003 in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 772.
   * warning: fopen(): Filename cannot be empty in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 773.
   * Невозможно создать файл.
   * warning: tempnam(): SAFE MODE Restriction in effect. The script whose uid is 134080 is not allowed to access /www/zxq.net/f/a/n/fantomfighters owned by uid 2003 in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 772.
   * warning: fopen(): Filename cannot be empty in /www/zxq.net/f/a/n/fantomfighters/htdocs/includes/file.inc on line 773.
   * Невозможно создать файл.


How can I resolve this?
williambell1985
Like this type of short way.
It is very much helpful to install Drupal 6.15.
Like this smile.gif
lizon
QUOTE
I've done everything by this tutorial and I have the same problem as J-Fobos
If my language set on English everything works fine (I don't see this message), but if I switch on Russian, I have message like this:


I haven't seen this error before personally. If I were to guess is that the language pack for Russian isn't naively included in the zip file. So when you select a foreign language other than English Drupal tries to pull the necessary language packs from drupal.org but it can't due to safe mode. Try installing it in English, then downloading the language pack from drupal directly and installing it manually.
Ryanw327
Hello,


Thanks for the guide on the install, of course I'm here with a problem. I got everything installed on nhdls.zxq.net everything seems to be working fine until I try and log in with the admin account and password I entered on the setup page. I can't log in at all.

any thoughts?

Thanks.
bravetech
I also am having problems with the .htaccess editing, its step 6 I believe...that code block is nowhere in htaccess.html file....or am I in the wrong file?
lizon
QUOTE(bravetech @ Jul 8 2010, 09:47 PM) *
I also am having problems with the .htaccess editing, its step 6 I believe...that code block is nowhere in htaccess.html file....or am I in the wrong file?


Prob the wrong file. ^.^
Elvis Booty
im getting this problem after solving the .htacces error....btw nice tut.... solved my htaccess error
lizon
QUOTE
STEP 5:
Now save your default.settings.php AS settings.php This is VERY IMPORTANT!


Make sure that the permissions for this file is 775 which is writable.

QUOTE
STEP 8:
Now in your ftp program goto your sites/default directory in your web directory and create a folder titles "files"


STEP 9:
Next right click on the folder and click on properties. This will allow you to set permissions for the directory. Set it up just how I've shown here. You can either check off the boxes or enter the value as 775


Both errors as you can see are already addressed in the tutorial.
ranga
well done and thanks.
Cannoli
I am having trouble installing Drupal 6.19 on my website. My website is furnaroom.zymichost.com. When I go to the Drupal installation page furnaroom.zymichost.com/install.php this is what pops up:

Failed to select your database on your MySQL database server, which means the connection username and password are valid, but there is a problem accessing your data. MySQL reports the following message: Access denied for user '285274_cannoli'@'192.168.1.1' to database 'Furnaroom_zymichost_database'.
Are you sure you have the correct database name?
Are you sure the database exists?
Are you sure the username has permission to access the database?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.

I believe the database credentials are correct.

Here is what I have in my settings.php

$db_url = 'mysql://285274_cannoli:xxxx@localhost/Furnaroom_zymichost_database';

Can you please assist me in rectifying this problem?
imking1100
great work guy
we should proud to you very nice
abdul samad
SirPacha
Hey guys, for me the whole installation works pretty fine following the tutorial (thanks a lot btw) until i reach the final step of the installation :
Drupal installation complete

* Unable to send e-mail. Please contact the site administrator if the problem persists.
* warning: Cannot modify header information - headers already sent by (output started at /www/clanteam.com/g/a/l/galactictactical/htdocs/drupal/includes/mail.inc:193) in /www/clanteam.com/g/a/l/galactictactical/htdocs/drupal/includes/session.inc on line 99.
* warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /www/clanteam.com/g/a/l/galactictactical/htdocs/drupal/includes/session.inc on line 102.


I understand that mail() isnt available (for free) but what about the 2 other errors ( sorry im a noob in php)
thx in advance
Daveqing
Thank you for such useful information. I installed it according to the above information and still got error message when I accessed to my website. I'd like to get one's help here. Hereunder are the details
1. I applied for a free web hosting here in Zymic.com, the file 'code-style.pl' was not allowed to transfer to the server. The file is one of the files in Drupal application. I wonder why not?

2. I used Windows-XP only with I.E.6, Firefox3.5 and Opera10.63. I didn't install I.E7. I have finished whole processes of Drupal app installation using above guideline. But when I type 'http://interfriend.99k.org/install.php' which is my free domain name, it came up this error: " <!--[if lt IE 7]> Fatal error: Call to undefined function phptemplate_get_ie_styles() in /www/99k.org/i/n/t/interfriend/htdocs/themes/garland/maintenance-page.tpl.php on line 23"

How could I deal with the problem? Is it because that I didn't install I.E.7? Can I use Firefox to make installation of Drupal?

Thank you very much for your guys' help in advance.
lizon
I actually reinstalled drupal and the only thing that I saw that could be edited was in the bootstrap.ini file line 772

CODE
      ini_set('zlib.output_compression', '0');


this should be commented out like this

CODE
//      ini_set('zlib.output_compression', '0');


Try editing that piece of code and tell me if it works. Also when going to the install page be sure to specify install.php (Ex. example.com/install.php).
jim253
Thanks sharing a great tips to giving for use of course for me very useful
lufiasrafza
i just follow all ur instructions on drupal_6.20 installation...even comment on
CODE
// ini_set('zlib.output_compression', '0');
all have been done but i still cant through mysite.com/install.php...
i got this error
CODE
Parse error: syntax error, unexpected $end in /www/zxq.net/l/u/f/lufiasrafza/htdocs/drupal-6.20/includes/theme.inc on line 1873

what the problems with my theme.inc...i didnt touch any on theme.inc since upload...is it relate something on my setting.php configurations or what...hope u can help on this

thanx in advance

~lufias.rafza~
sherryabhy
At finally i found the step by step how to put in drupal. I love to appreciate for taking the time to write this, looks great and will be a godsend for those desirous to install in Drupal applications.
safeguard
thank for this tip & i will install
ssfdre38
been meaning to post this http://download.zymickb.tk and click on the Drupal 6.22 Download button
KnitChick
Argh!

I am trying to install Drupal on my server (teamgeek-rfl.clanteam.com) and I got all the way up to the .htaccess, had that fixed, and now it is stalling on loading the install.php. Basically I get a blank screen. The title bar says "Choose language | Drupal" but nothing actually loads. Help??
ssfdre38
ok Drupal 7.7 is NOT going to work on Zymic at all period due to us NOT having PDO set up so use Drupal 6.20
shnooky
This was a huge help, I don't have much experience with Drupal 6.1 so a detailed walk through is very handy.
Thanks!
kpluto
QUOTE(Liqfan @ Mar 26 2009, 09:57 AM) *
Getting issues:
CODE
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /tmp/filemrbgiD owned by uid 2001 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 757.
    * warning: fopen(/tmp/filemrbgiD) [function.fopen]: failed to open stream: Success in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 757.
    * Het bestand kon niet aangemaakt worden.
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /www/uuuq.com/q/u/i/quinten/htdocs owned by uid 2003 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 188.
    * warning: fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 70858 is not allowed to access /tmp/filerqjMSN owned by uid 2001 in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 757.
    * warning: fopen(/tmp/filerqjMSN) [function.fopen]: failed to open stream: Success in /www/uuuq.com/q/u/i/quinten/htdocs/includes/file.inc on line 757.
    * Het bestand kon niet aangemaakt worden.


Followed your exact steps. Since safe_mod is enabled on uuuq.com, would you like to explain how it can fail while you got success? Would be very nice of you.


were you able to get Safe mode disabled?
ssfdre38
you CANT its GLOBAL restriction
yathaid
I got this error when FTP transferring my files.

CODE
Status: Starting upload of /home/yathaid/Downloads/drupal-6.15/.directory
Command: CWD /
Response: 250 OK. Current directory is /
Command: TYPE A
Response: 200 TYPE is now ASCII
Command: PASV
Response: 227 Entering Passive Mode (67,220,217,235,141,55)
Command: STOR .directory
Response: 553 Filetype not allowed. File .directory won't be saved.
Error: Critical file transfer error
Status: Starting upload of /home/yathaid/Downloads/drupal-6.15/scripts/code-clean.sh
Command: CWD /scripts
Response: 250 OK. Current directory is /scripts
Command: PASV
Response: 227 Entering Passive Mode (67,220,217,235,247,55)
Command: STOR code-clean.sh
Response: 553 Filetype not allowed. File code-clean.sh won't be saved.
Error: Critical file transfer error
Status: Starting upload of /home/yathaid/Downloads/drupal-6.15/scripts/cron-curl.sh
Command: PASV
Response: 227 Entering Passive Mode (67,220,217,235,41,92)
Command: STOR cron-curl.sh
Response: 553 Filetype not allowed. File cron-curl.sh won't be saved.
Error: Critical file transfer error
Status: Starting upload of /home/yathaid/Downloads/drupal-6.15/scripts/drupal.sh
Command: PASV
Response: 227 Entering Passive Mode (67,220,217,235,36,227)
Command: STOR drupal.sh
Response: 553 Filetype not allowed. File drupal.sh won't be saved.
Error: Critical file transfer error
Status: Starting upload of /home/yathaid/Downloads/drupal-6.15/scripts/code-style.pl
Command: PASV
Response: 227 Entering Passive Mode (67,220,217,235,30,190)
Command: STOR code-style.pl
Response: 553 Filetype not allowed. File code-style.pl won't be saved.
Error: Critical file transfer error
Status: Starting upload of /home/yathaid/Downloads/drupal-6.15/scripts/cron-lynx.sh
Command: PASV
Response: 227 Entering Passive Mode (67,220,217,235,83,197)
Command: STOR cron-lynx.sh
Response: 553 Filetype not allowed. File cron-lynx.sh won't be saved.
Error: Critical file transfer error


Any idea what is wrong ?
ssfdre38
there not allowed and your site will run just fine
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.