Having problems installing Drupal? See the Installation Guide for more information.

Can't find "User Registration Guidelines" in D7 (& user migration?)

Hello, all,

I've been using Drupal 5 (at someone who I now forget's suggestion) for a sort-of "address book" for a group of people who perform in some of the area Renaissance Faires, as a way for everyone to keep in touch during the off season & so on (& Guild management uses the contact information as well). Because of all the things Drupal can do, I realize that this might be "killing ants with a sledgehammer," but there it is. :-)

Drupal 7 install bug

Hello I'm working on a drupal 7 Project at time running under xampp 1.7.3 (PHP 5.3.1 - MySQL 5.1.41) but when I move It to server2go (PHP 5.2.10 - MySQL 5.0.41). So I think I'm to the right please to be help.
---------------
Additional uncaught exception thrown while handling exception.
Original

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'joeland_crefsco7.url_alias' doesn't exist: SELECT source FROM {url_alias} WHERE alias = :alias AND language IN (:language, :language_none) ORDER BY language ASC, pid DESC; Array ( [:alias] => node [:language] => fr [:language_none] => und ) in drupal_lookup_path() (line 177 of D:\server2go\htdocs\crefsco\includes\path.inc).
Additional

populating the drop down list based on the selected value of first list

This code work properly in Dreamweaver but it's not work in drupal.I think prolem having in JavaScript
How to redirect the page in drupal

function reload(form) { var val=form.cat.options[form.cat.options.selectedIndex].value; self.location='dd1.php?cat=' + val ; } <?php //*************************************** // This is downloaded from www.plus2net.com // /// You can distribute this code with the link to www.plus2net.com /// // Please don't remove the link to www.plus2net.com /// // This is for your learning only not for commercial use. /////// //The author is not responsible for any type of loss or problem or damage on using this script.// /// You can use it at your own risk. ///// //***************************************** $dbservertype='mysql'; $servername='localhost'; // username and password to log onto db server $dbusername='root'; $dbpassword=''; // name of database $dbname='land'; //////////////////////////////////////// ////// DONOT EDIT BELOW ///////// /////////////////////////////////////// connecttodb($servername,$dbname,$dbusername,$dbpassword); function connecttodb($servername,$dbname,$dbuser,$dbpassword) { global $link; $link=mysql_connect ("$servername","$dbuser","$dbpassword"); if(!$link){die("Could not connect to MySQL");}

Failed to get available update data

new d7 localhost installation, no firewall, no proxy, enabled/disabled modules, apache2, mariadb 5.2.4, php 5.3,

Checked available update data for 13 projects.
Error message
Failed to get available update data for 182 projects.

any idea?

Drupal 7.0
OK
Access to update.php Protected
OK
Configuration file Protected
OK
Cron maintenance tasks Last run 18 min 23 sec ago
You can run cron manually.
To run cron from outside the site, go to http://localhost/drupal/cron.php?cron_key=6Tvp9kqH55UGfzXvw1BYWHmJpIEKae...
OK
Database system MySQL, MariaDB, or equivalent
OK
Database system version 5.2.4-MariaDB-mariadb94-log
OK
Database updates Up to date
Warning
Drupal core update status Failed to get available update data.
There was a problem checking available updates for Drupal. See the available updates page for more information and to install your missing updates.
OK
File system Writable (public download method)
OK
GD library PNG support 2.0
OK
GD library rotate and desaturate effects 2.0
OK
Module and theme update status Up to date
OK
Node Access Permissions Disabled

Total n00b, botched install. File not found

So, I stopped in the middle of the installation process and now I can't get back in. I'm wondering if there is a way to reset to 0 or do I have to re-install Drupal? Sorry for stupid questions, I'm a total newbie at this. And I did search the documentation already.

MyISAM tables/Drupal 7 - SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'

Hello all,

Please pardon me if my question happens to be stupid, or if it has been asked by somebody else already...

Here is the situation I am in:

1. I need to install Drupal 7 so that it uses the MyISAM storage engine, because I know for sure my hosting provider does not support InnoDB.

2. When I try and install Drupal 7 on my own machine with InnoDB enabled on my MySQL server, the install.php script runs fine (but, of course, my database contains nothing but InnoDB tables).

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal