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 |
||
Drupal 6.1 Install Tutorial |
||
Mar 4 2009, 06:38 AM
Post
#1
|
|
![]() Ninja ![]() ![]() ![]() Group: Members Posts: 289 Joined: 10-February 09 Member No.: 81,548 |
For users looking to use Drupal 7, Please click here for more info
The following tutorial is to help whose with little to no web experience install Drupal 6.15 onto their zymic account. I went ahead and made a new account from scratch with a fresh install to try and see every possible error that comes along and address each one. Zymic Setup: Goto the Zymic homepage and click on "Sign-up/Log-in" ![]() Make up your username and e-mail address. Type in your password. ![]() Be sure to make sure your human. ^.^ ![]() Click on the "login" link ![]() Congrats you are now logged in! Now click on "Control Panel Home" ![]() Click on "Create New Web Host Account" ![]() Make up your subdomain name and primaty host ![]() Type in your control panel password. Keep in mind this pasword is ALSO your FTP password. So remember it. ![]() Don't be doing any naughty stuff with your website and check off "I agree" ![]() I'm not sure if I'm a human....Resistance is Futile....o.O ![]() Congradultaions! ![]() Write down your ftp information, you'll need it later on then click on "Login to control panel" ![]() Click on the login button as shown here ![]() Type in your password, don't worry I won't look.... ![]() Now to get your database setup, click on "MySQL Database Management" ![]() Create your database name and click on "create DataBase Name" ![]() Now create your database username and password, be sure to confirm it and press "Create Username" ![]() Now assign privileges to your username to the database you want, be sure everythign is checked off and click "Assign Privileges" ![]() Congrats your database is now created. Be sure to write down your database name, database username, and password. You will need that info in a little bit. ![]() Congrats your DONE with the Zymic setup! Now lets get to Drupal. Drupal Setup STEP 1: Download the Drupal 6.15 Distribution here. STEP 2: Unzip the file and save it's contents into a folder that you can refer back to easily (save it on your desktop if you want). STEP 3: Now for the fun part. Open up your drupal folder and find your default.settings.php file at /sites/default/ Open up the file in your favorite web editing tool (notepad, dreamweaver, ect ect) and find this section of code. CODE $db_url = 'mysql://username:password@localhost/databasename'; Input your DATABASE username and password into the spots provided. Leave the host as localhost.Then input your database name. CODE $db_url = 'mysql://90593_zymic:zymic132@localhost/lizontest_zxq_zymic'; STEP 4: Next find this section of code CODE ini_set('arg_separator.output', '&'); ini_set('magic_quotes_runtime', 0); ini_set('magic_quotes_sybase', 0); ini_set('session.cache_expire', 200000); ini_set('session.cache_limiter', 'none'); ini_set('session.cookie_lifetime', 2000000); ini_set('session.gc_maxlifetime', 200000); ini_set('session.save_handler', 'user'); ini_set('session.use_cookies', 1); ini_set('session.use_only_cookies', 1); ini_set('session.use_trans_sid', 0); ini_set('url_rewriter.tags', ''); Comment out the line by putting a # in front of each line till it looks liks this CODE @ini_set('arg_separator.output', '&'); @ini_set('magic_quotes_runtime', 0); @ini_set('magic_quotes_sybase', 0); @ini_set('session.cache_expire', 200000); @ini_set('session.cache_limiter', 'none'); @ini_set('session.cookie_lifetime', 2000000); @ini_set('session.gc_maxlifetime', 200000); @ini_set('session.save_handler', 'user'); @ini_set('session.use_cookies', 1); @ini_set('session.use_only_cookies', 1); @ini_set('session.use_trans_sid', 0); @ini_set('url_rewriter.tags', ''); STEP 5: Now save your default.settings.php AS settings.php This is VERY IMPORTANT! 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. STEP 6: Now open up the .htaccess file located in root directory (same spot where index.php is at). Scroll down to this code CODE # If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the following line: # RewriteBase / # Rewrite URLs of the form 'x' to the form 'index.php?q=x'. Remove the # in front of RewriteBase / so it looks like this CODE # If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the following line: RewriteBase / # Rewrite URLs of the form 'x' to the form 'index.php?q=x'. STEP 7: Now using your favorite FTP program upload all the contents in the drupal folder to your website, Core FTP is a good one (www.coreftp.com). Grab a drink if you want, this should take a few minutes at least. 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 ![]() STEP 10: Getting closer to the finish line. Goto your home directory. In this case it's lizontest.zxq.net/install.php ![]() DON'T PANIC! ^.^ Click where indicated. STEP 11: Input the url to your website and click "Submit" ![]() STEP 12: It should now take you back to your homepage, if not simply go back to it, in this case it's lizontest.zxq.net/install.php. You should get the following screen. Click on "Install Drupal in English" ![]() STEP 13: Installing....... ![]() DONE! ![]() STEP 14: Put in your site name and e-mail address.... ![]() and your Admin username and e-mail address... ![]() and your password for that username, be sure to confirm it.... ![]() Oh and click off "Enabled" for the Clean URLs. When I did this install I messed up with it, for you it should be available to click off. ![]() Click "Save and Continue" STEP 15: ![]() Don't worry about the error message. The mail() function is disabled unless you pay for it. The website will still work. Click on the link that takes you to "your new website". STEP 16: Congrats your done! ![]() Remember if you ever need help the drupal forums and knowledge base are an excellent reference tool. All can be found at drupal.org SPECIAL THANKS: To the Zymic support members in chat who suggested many of the changes here to make Drupal work for me. All credit goes to them and their efforts.[color="#FF0000"][/color] |
|
|
![]() |
Jan 17 2010, 04:38 PM
Post
#2
|
|
|
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
#3
|
|
![]() 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. |
|
|
lizon Drupal 6.1 Install Tutorial Mar 4 2009, 06:38 AM
swordz But as uuuq is down, no-one can install Drupal any... Mar 4 2009, 05:49 PM
Trippin7464 Hey great one, one thing though, when creating a n... Mar 4 2009, 06:01 PM
lizon fixed Mar 4 2009, 06:26 PM
dzulkifl i have a question. For step five, are those comman... Mar 7 2009, 08:04 AM
lizon i have a question. For step five, are those comman... Mar 7 2009, 08:13 AM
dzulkifl No their not supposed to be there, i was experimen... Mar 7 2009, 11:24 AM
lizon Hey man thanks for the prompt response, waiting an... Mar 9 2009, 06:32 PM
rsc1835 Rock solid tutorial! You can never have enoug... Mar 20 2009, 03:27 AM
aerosol hello:
I did try follow very carefully those intro... Mar 21 2009, 06:50 PM
vonline thank for this tips & more:
http://drupal.org/... Mar 23 2009, 06:36 AM
iconsult.tk try to delete your drupal database by mysql manage... Mar 23 2009, 12:15 PM
vonline thank for this tip & now i can install my drup... Mar 23 2009, 01:04 PM
Liqfan Getting issues:
* warning: realpath(... Mar 26 2009, 09:57 AM
kpluto Getting issues:
* warning: realpath(... Dec 5 2011, 05:50 AM
rojerbinny3132 I really appriciate for this kind of shortcuts..th... Apr 3 2009, 10:46 AM
veligursky domain vndv. Drupal 5.16 you can install locally (... Apr 3 2009, 11:25 PM
veligursky Drupal 5.16 - I enabled clear urls,
but have prob... Apr 5 2009, 06:28 PM
veligursky all done and work Apr 5 2009, 06:38 PM
AlexeyNS can you say in words what to coment out. Pictures ... Apr 20 2009, 03:54 PM
lizon can you say in words what to coment out. Pictures ... Apr 21 2009, 10:10 PM
rcorveira Hello,
When i follow the Drupal Setup, STEP 4:Next... May 13 2009, 09:00 AM
ar3rocker yhea stuck on taht line man what section of code ?... May 19 2009, 05:51 PM
GektorGrom oh NO, links to the photos will not work.
((( ple... May 23 2009, 06:01 PM
Jaes Someone please make a new tutorial or fix the pict... Aug 19 2009, 01:31 AM
Dave Topic Closed until tutorial is fixed.
Edit: Open ... Aug 19 2009, 11:29 AM
BUSINESSMAN thanks big thanks working :) Sep 11 2009, 07:25 PM
renanorola wow finally i found the step by step how to instal... Oct 14 2009, 04:05 AM
yakuzax thank you so much for this tutorial! Oct 16 2009, 02:30 AM
ArtPisanski Followed the tutorial exactly.
I get some beef wi... Oct 16 2009, 05:53 AM
elmerato ^I had the same issue with ArtPisanki. For some re... Oct 17 2009, 01:01 AM
4iriks Hmm , hes saying when im typing the wrong database... Oct 30 2009, 01:17 AM
dadajoke thank you~!man :D Oct 30 2009, 01:55 PM
lsimmons98 Thanks for the great tutorial.
Easy to use.
This... Oct 31 2009, 08:10 AM
dadajoke Warning: Table 'bokeyo_zxq_drupal.access' ... Nov 1 2009, 06:49 AM
dionysosedhec I have the exact same problem... Nov 2 2009, 03:36 PM
dionysosedhec I deleted the settings.php file and that allowed m... Nov 2 2009, 10:39 PM
45tt
/**
* @file
* Functions that need to be loaded ... Dec 10 2009, 01:20 PM
shavinder I would like to add how I resolved an error which ... Dec 25 2009, 06:52 AM
mengbo DrupalDrupal already installed
The following error... Jan 12 2010, 05:27 AM
Andrew DrupalDrupal already installed
The following error... Jan 12 2010, 06:05 AM
mengbo DrupalSite off-line
The site is currently not avai... Jan 12 2010, 07:17 AM
mengbo follow the drupal install way
i can't open my ... Jan 12 2010, 09:27 AM
lizon I made a small update to the bottom of the post, m... Jan 15 2010, 07:02 AM
Ed I made a small update to the bottom of the post, m... Jan 15 2010, 07:37 AM
lizon The new hosting server has swapped things up a bit... Jan 15 2010, 08:25 AM
Charm Thanks Jan 15 2010, 03:09 PM
lizon yep, a lot of changes it seems from before, took a... Jan 15 2010, 09:50 PM
lizon updated the initial post with new screenshots cove... Jan 16 2010, 01:31 AM
Ed updated the initial post with new screenshots cove... Jan 16 2010, 10:20 AM
lizon Thank you for taking the time to write this, looks... Jan 16 2010, 08:27 PM
fernandoV Would like to know at what step of the process tha... Jan 31 2010, 05:38 PM
ezygamelink Thank you for any suggestion :rolleyes: Jan 20 2010, 06:36 AM
lizon I added a tutorial to SMF and phpBB forum integrat... Jan 27 2010, 01:23 AM
lizon try hitting refresh ^.^ Jan 31 2010, 07:09 PM
Vamear When I get to the set up database part of the inst... Mar 15 2010, 10:27 AM
lizon
Make sure your databse information is the same a... Mar 16 2010, 02:51 AM
Vamear Make sure your databse information is the same as ... Mar 16 2010, 06:34 PM
pselfin I have a problem :(
After choosing your language, ... Mar 19 2010, 07:22 AM
lizon I addressed the .htaccess error in the tutorial. L... Mar 19 2010, 04:27 PM
pselfin Yes, I know.
After correcting htaccess starts inst... Mar 20 2010, 10:47 AM
J-Fobos Hello all. After install drupal by this tutorial h... Mar 20 2010, 06:34 PM
TheGrayOne Hi all,
Got the below messages in my Drupal 6.16... Mar 27 2010, 05:15 PM
lizon Due to how Zymic is configured drupal cannot run c... Mar 27 2010, 06:13 PM
TheGrayOne Already tried that and running cron in manual mode... Mar 27 2010, 07:30 PM
lizon That's how your supposed to do it o.O
The onl... Mar 27 2010, 11:03 PM
HAMIDHST Hi guys,
I did the step-by step guide.
but still... Apr 3 2010, 11:46 AM
lizon you forgot this step
Now lets open up bootstrap.i... Apr 3 2010, 06:26 PM
AnDy_nin.Ja I've done everything by this tutorial and I ha... May 5 2010, 09:07 AM
williambell1985 Like this type of short way.
It is very much helpf... May 7 2010, 02:07 PM
lizon
I haven't seen this error before personally.... May 18 2010, 06:05 PM
Ryanw327 Hello,
Thanks for the guide on the install, of ... Jun 11 2010, 03:44 AM
bravetech I also am having problems with the .htaccess editi... Jul 9 2010, 02:47 AM
lizon I also am having problems with the .htaccess editi... Jul 9 2010, 10:05 PM
Elvis Booty im getting this problem after solving the .htacces... Jul 29 2010, 03:29 PM
lizon
Make sure that the permissions for this file is ... Jul 29 2010, 08:12 PM
ranga well done and thanks. Sep 30 2010, 10:49 AM
Cannoli I am having trouble installing Drupal 6.19 on my w... Nov 4 2010, 03:06 AM
imking1100 great work guy
we should proud to you very nice
... Nov 6 2010, 08:12 PM
SirPacha Hey guys, for me the whole installation works pret... Nov 26 2010, 04:10 AM
Daveqing Thank you for such useful information. I installe... Dec 16 2010, 02:07 AM
lizon I actually reinstalled drupal and the only thing t... Dec 16 2010, 02:42 AM
jim253 Thanks sharing a great tips to giving for use of c... Dec 17 2010, 06:51 AM
lufiasrafza i just follow all ur instructions on drupal_6.20 i... Feb 3 2011, 12:19 AM
sherryabhy At finally i found the step by step how to put in ... Mar 10 2011, 04:34 AM
safeguard thank for this tip & i will install May 1 2011, 07:34 AM
ssfdre38 been meaning to post this http://download.zymickb.... Jun 15 2011, 06:49 PM
KnitChick Argh!
I am trying to install Drupal on my ser... Oct 7 2011, 08:49 PM
ssfdre38 ok Drupal 7.7 is NOT going to work on Zymic at all... Oct 8 2011, 01:41 AM
shnooky This was a huge help, I don't have much experi... Oct 14 2011, 07:10 PM
ssfdre38 you CANT its GLOBAL restriction Dec 5 2011, 05:59 AM
yathaid I got this error when FTP transferring my files.
... Mar 10 2012, 12:17 AM
ssfdre38 there not allowed and your site will run just fine Mar 10 2012, 02:38 AM
Vacationman I am a new user...joined zymic...trying to install... May 29 2012, 07:17 AM
topbdseo Actually it's valuable post for me. I don... Jul 1 2012, 09:48 AM
One Stopsoluion wow gr8 post ...thanks buddy Apr 25 2013, 08:48 PM ![]() |
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 22nd May 2013 - 04:58 PM |