Drupal 7 (Alpha 1) not installing on Windows (SQL Server)

Im having problems installing drupal 7 (Alpha 1) on Windows 7.

Configuration is as follows:

Windows 7 X64 Enterprise
SQL Server 2008 Express with Advanced Services (Needed for SQL Server Reporting Services)
PHP5.3.3 (NTS)
Windows Cache Extension 1.1 for PHP 5.3
Microsoft Drivers for PHP for SQL Server 2.0
URL Rewrite 2.0

D7 module needs __autoload of additional classes - help

I am upgrading a D6 module that uses a number of 3rd party classes

The d6 module has this function as an include for the module.

/**
* Defines class loading search path.
*/

function __autoload($class_name) {

$path=dirname(__FILE__).'/classes/'.$class_name . '.class.php';

require_once $path;

}

The list of classes - class_name.class.php files are in a ./classes sub-directory of the module - loaded as needed by the above function.

Module development drupal 7

This form for those who has facing problem in module development.

How the drupal things working in drupal 7.

how ajax is working in drupal7.

Error upgrading from 6.19 to 7 beta 1

I'm getting a fatal error while upgrading to 7 beta 1.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mcrickma_drupal.block_node_type' doesn't exist: SELECT module, delta, type FROM {block_node_type}; Array ( )  in node_block_list_alter() (line 2339 of /home/mcrickma/public_html/modules/node/node.module).

Not sure if there's a fix for this yet.

Charlie

Menu translation without i18n on D7

Hi, since today Drupal 7 Beta 1 is a fact! I have waited very long time for this day (well, actually I hoped it would be stable release by now, not beta). I have two web site projects that are in the waiting queue for D7 release since several months and I think it's time to start work on them, even D7 is still in beta stage. The reason I want to do them in D7 is the huge step that D7 made about multilingual support. It has everything I have dreamed for years! However the i18n module doesn't even has a DEV version by now.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x