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

flexinode module error

Hi Dear friends
In setting section for fleixnode:

warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\apachefriends\xampp\htdocs\kids\modules\flexinode\flexinode.module on line 762.

warning: implode() [function.implode]: Bad arguments. in C:\apachefriends\xampp\htdocs\kids\modules\flexinode\flexinode.module on line 87.

what is the problem? somebody knows?

Thanks in advance

Clean URLs and SuSE (segmentation fault)

Hi all - this isn't a question but an answer. Hope it helps someone.

I was having trouble getting "Clean URLs" to work with Drupal 4.6. The problems stumped me for some time. I was migrating an existing site to a new server running Suse 10.0. I kept getting just a blank screen and finally tried re-installing drupal from scratch. It failed once I tried to enable clean urls with mod_rewrite.

After install; no sidebars and therefore no navigation block, no blocks of any kind

This is just a pointer to this thread http://drupal.org/node/42927 where we have determined that the problem is NO SIDEBARS AT ALL. See my update on that thread and please post any ideas over on that thread

.htaccess FilesMatch Root 403 Error

During the last few hours i struggled with a problem installing drupal locally on Apache/Windows XP.
I installed it in an alias directory ("soneira").

When trying to access it with "localhost/soneira/" it came up with a 403 error, whereas accessing "localhost/soneira/index.php" directly worked fine.

After some trial and error procedure i found the first little line in the default .htaccess packed with drupal to be the trigger of that error.

failing to setup/use external SMTP server in drupal 4.7b2

hi,

i'm trying to setup drupal 4.7b2 to use an external SMTP server on another box than my drupal server, on the same lan.

reading abt setup of drupal to use external SMTP server @:

http://drupal.org/node/28696

i DL'd into .../sites/drupal/includes:

"http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/tricks/smt..."
"http://www.lemure.net/~chuck/openbsd_help/class.smtp.inc"

then, editing:

======================================================
${EDITOR} .../sites/drupal/includes/smtp.inc
@7
--- $params['host'] = ini_get('SMTP');
+++ $params['host'] = "mail.testdomain.net";

@14
// Username for authentication
//$params['user'] = 'testuser';
// Password for authentication
//$params['pass'] = 'testuser';
+++ $params['user'] = 'hostmaster';
+++ $params['pass'] = 'my_password';

======================================================

and, editing in settings.php because, it seems, conf.php has been replaced ...

======================================================
${EDITOR} .../sites/drupal/sites/drupal.testdomain.net/settings.php

+++ $conf = array(
+++ 'smtp_library' => 'includes/smtp.inc'
+++ );
======================================================

if i, then, login and request a password to be sent to my account, i see in Apache log:

[Sat Jan 07 13:36:36 2006] [error] [client 172.30.11.6] PHP Fatal error: Using $this when not in object context in .../sites/drupal/includes/class.smtp.inc on line 78, referer: http://drupal.testdomain.net/?q=user/password

modules cannot be found during setup drupal 465

Hello, maybe someone can help us out.
we cannot add a module reside in: drupal465/admin/modules/
in drupal, we go to change primary setting, then : modules: and it prompts for server not available. Browser Mozilla 1.5. Other modules, like the themes/ can be found without problem and can be installed, changed etc. fully compatible. Excellent. So it must be something we overlooked to edit in some file...??
Help please.
dirko
hungary

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal