Drupal 6.1 Install Tutorial |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Zymic Free Web Hosting Tutorials |
||
5 Pages
< 1 2 3 4 5 >
|
![]() |
Drupal 6.1 Install Tutorial |
||
Jan 12 2010, 07:17 AM
Post
#41
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 7-January 10 Member No.: 125,314 |
DrupalSite off-line
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. -------------------------------------------------------------------------------- If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider. The mysql error was: Access denied for user '87446_mengbo'@'192.168.1.1' to database 'mengbo_zymichost_mengbo *'. |
|
|
Jan 12 2010, 09:27 AM
Post
#42
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 7-January 10 Member No.: 125,314 |
follow the drupal install way
i can't open my drupal web? DrupalSite off-line The site is currently not available due to technical problems. Please try again later. Thank you for your understanding. -------------------------------------------------------------------------------- If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider. The mysql error was: Access denied for user '87446_mengbo'@'192.168.1.1' to database 'mengbo_zymichost_mengbo *'. yes ,my settings.php host is localhost ,but drupal web display 192.168.1.1 i don't know why?the following is my code $db_url = 'mysql://87446_mengbo:**@localhost/mengbo_zymichost_mengbo *'; $db_prefix = ''; |
|
|
Jan 15 2010, 07:02 AM
Post
#43
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
I made a small update to the bottom of the post, mostly addressing the Files folder error and updating the fact that clean url's work with zymic now. I'm considering redoing the whole tutorial a bit but now now. Got other things to do atm. I also want to test Drupal 7.0 to see if it works with Zymic as well.
$db_url = 'mysql://87446_mengbo:**@localhost/mengbo_zymichost_mengbo *'; $db_prefix = ''; Last I checked the database username is mengbo_87446 not 87446_mengbo It's the username_database-name not database-name_username |
|
|
Jan 15 2010, 07:37 AM
Post
#44
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrators Posts: 2,831 Joined: 11-March 07 From: UK Member No.: 9 |
I made a small update to the bottom of the post, mostly addressing the Files folder error and updating the fact that clean url's work with zymic now. I'm considering redoing the whole tutorial a bit but now now. Got other things to do atm. I also want to test Drupal 7.0 to see if it works with Zymic as well. Last I checked the database username is mengbo_87446 not 87446_mengbo It's the username_database-name not database-name_username The new hosting server has swapped things up a bit to circumvent the 16 character issue, therefore 87446_mengbo is correct. |
|
|
Jan 15 2010, 08:25 AM
Post
#45
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
|
|
|
Jan 15 2010, 03:09 PM
Post
#46
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 15-January 10 Member No.: 126,450 |
Thanks
|
|
|
Jan 15 2010, 09:50 PM
Post
#47
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
yep, a lot of changes it seems from before, took a bunch of new screen shots, should be updated in a bit.
|
|
|
Jan 16 2010, 01:31 AM
Post
#48
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
updated the initial post with new screenshots covering some of the new steps with the zymic setup and database changes. I also put the coded sections into code format so they will always be there even if the pictures disappear.
|
|
|
Jan 16 2010, 10:20 AM
Post
#49
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrators Posts: 2,831 Joined: 11-March 07 From: UK Member No.: 9 |
updated the initial post with new screenshots covering some of the new steps with the zymic setup and database changes. I also put the coded sections into code format so they will always be there even if the pictures disappear. Thank you for taking the time to write this, looks great and will be a godsend for those wanting to install Drupal. One suggestion would be to use @ as opposed to commenting, this then means if the modifications are uploaded elsewhere it doesn't break the functionality, it merely suppresses the warnings. |
|
|
Jan 16 2010, 08:27 PM
Post
#50
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
Thank you for taking the time to write this, looks great and will be a godsend for those wanting to install Drupal. One suggestion would be to use @ as opposed to commenting, this then means if the modifications are uploaded elsewhere it doesn't break the functionality, it merely suppresses the warnings. I don't think it makes much of a difference personally. The sections I pointed out are the only areas where those modifications are needed. Everything else in drupal refers to that. So far I've yet to see it come up as an error. Right now I'm sprucing up the test page, going to see about using it as a repository of Drupal for Zymic information. Drupal for Zymic I'm going to see about adding new articles to it at least on a weekly basis. Mostly addressing common issues and mods that may need a bit help to work with Zymic (eyes SMF/Drupal integration keenly o.O) |
|
|
Jan 17 2010, 04:38 PM
Post
#51
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 17-January 10 Member No.: 126,697 |
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
This post has been edited by Dave: Feb 6 2010, 12:46 AM
Reason for edit: codebox [Dave]
|
|
|
Jan 17 2010, 05:07 PM
Post
#52
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
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. |
|
|
Jan 20 2010, 06:36 AM
Post
#53
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 20-January 10 Member No.: 127,078 |
Thank you for any suggestion
|
|
|
Jan 27 2010, 01:23 AM
Post
#54
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
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 |
|
|
Jan 31 2010, 05:38 PM
Post
#55
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 31-January 10 Member No.: 128,611 |
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 |
|
|
Jan 31 2010, 07:09 PM
Post
#56
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
try hitting refresh ^.^
|
|
|
Mar 15 2010, 10:27 AM
Post
#57
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 17-March 08 Member No.: 14,360 |
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. |
|
|
Mar 16 2010, 02:51 AM
Post
#58
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
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 |
|
|
Mar 16 2010, 06:34 PM
Post
#59
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 17-March 08 Member No.: 14,360 |
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! |
|
|
Mar 19 2010, 07:22 AM
Post
#60
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 19-March 10 Member No.: 135,022 |
I have a problem
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 |
|
|
![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 24th May 2013 - 10:12 AM |