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

porting database to drupal from scoop

Hey all,
I'm porting a large (500-member, 2-year, 100 megs of content) site from scoop to drupal. Are there any scripts that will move the contents of my scoop database from the scoop database schemas to the drupal schemas? Any advice on pitfalls or things to look out for in such a project?
Regards,
-jimbo

problem with filestore module

The 'upload file' link only appears on the admin account, but not on any of the other user accounts. There does not appear to be anything in the user permissions area to change this.

Has anyone else noticed this issue, or is this something that should be reported as a bug?

Support for postgres schema in drupal removed?

I noticed that the following function was removed from database.inc between the July 24 RC and the final release:

function db_prefix_tables($sql) {
global $db_prefix;

return strtr($sql, array("{" => $db_prefix, "}" => ""));
}

"You are not authorized to access this page." error message

I have installed 4.2.0 on Windows and I am getting a "You are not authorized to access this page" error when I click on index.php. I ran 4.1.0 on the same machine and did not have any problem. Any help is appreciated.

Jacob

clean urls with mod_rewrite give me a "bad request" error

Hi all,

Sorry if my english is not very good, i am spanish ;D

I write here because i have downloaded the new 4.2.0 drupal´s version and activated the "clean urls" option. Now, when i try to view my site, my browser tells me:

Error 400
"Bad Request

Your browser sent a request that this server could not understand."

I am running Win2000 server, Apache 1.3.28 with mod_rewrite activated, php 4.1.2.

The rules i am using are:
RewriteEngine on

php node help

Hello Everyone,

I was wondering if the wisest among you could assist me by taking a look at the code below and helping me figure out why it doesn't function correctly when added as php node. The script works properly as a .php file but unfortunately when I added to drupal as a php node it does not function (http://207.44.143.4/computers4you_drupalv/node/view/5). Any input would be well appreciated. And the reason I don't use the feedback module is because there is more I need to add to this page/script which I don't know how to hack into the module.

Thanks for the input.

code
--------------------
$form_block = "
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"
id=text align=\"center\">
<FORM METHOD=\"post\" ACTION=\"$PHP_SELF\">

<tr><tr><td >

<P><strong>Select Department</strong><br>

<select name=\"email_to\">
<option value=\"0\">Select Department</option>
<option value=\"contact@computers4you.ca\">General Inquiry</option>
<option value=\"sales@computers4you.ca\">Sales</option>
<option value=\"prequest@computers4you.ca\">Product Request</option>

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal