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

Options in .htaccess

Hi,
I installed drupal on my web space but i got some error (Internal server error) that I solved changing the file .htaccess in this way:

# Set some options
#Options -Indexes
#Options FollowSymLinks

# Set the default handler to index.php:
#DirectoryIndex index.php

Now it seems to work bu can I get problems in the future commenting these three lines?

Cheers Aress

P.S sorry for my bad english.

Tried to Install - Internal Server Error

I tried installing Drupal per the instructions and get this message...

---------------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/1.3.31 Server at network23.com Port 80
---------------------------------------------------------

Unless there are some initial things to try, let's start at the beginning with possible issues.

The installation manual states this first...

Your PHP must have the following settings:

  session.save_handler     user

In addition, we recommend the following settings:

  session.cache_limiter    none

These values are set in php.ini and can be overwritten in a .htaccess
file; you can print out your local PHP settings with PHP's phpinfo()
function.

First off, the installation came with an .htaccess file. Do I add these settings to that file, or throw the included one away and create my own? Also, when I try to run a phpinfo.php page in the drupal directory, it won't load. It keeps giving me the server error so I can't tell if these settings have been made.

Image Module

I have added the image module to drupal with everything working:

Default image path OK
Default thumb path OK
Temporary image path OK
ImageMagick convert disabled
GD Library available (version 2) - supported formats: JPEG, PNG, WBMP
Jhead disabled
Image vocabulary assigned

---

Other information:

default image path: "images/"
default thumbs path: "images/thumbs"
temporary image path: "images/temp"
image library: "gd2"
imagemagick convert path: ""
jhead path: ""

---

Image Module

I have added the image module to drupal with everything working:

Default image path OK
Default thumb path OK
Temporary image path OK
ImageMagick convert disabled
GD Library available (version 2) - supported formats: JPEG, PNG, WBMP
Jhead disabled
Image vocabulary assigned

---

Other information:

default image path: "images/"
default thumbs path: "images/thumbs"
temporary image path: "images/temp"
image library: "gd2"
imagemagick convert path: ""
jhead path: ""

---

Fatal error: Call to undefined function: node_load() in /modules/queue.module on line 217

Dear Drupal Members,

I've recently installed Drupal, configured and made the site public about two days ago. Everything was up and running (privately) for about 6 days, then I made the whole site public. Quickly members signed up and started posting.

I then noticed in my whois online block "2345 guest are online". Posh, this must be an attack?

Then I get this message on root

Fatal error: Call to undefined function: node_load() in /home/mysite/public_html/modules/queue.module on line 217

I check /admin.php and get:

Warning: main(/home/mysite/public_html/include/common.php): failed to open stream: No such file or directory in /home/mysite/public_html/mainfile.php on line 56

Warning: main(): Failed opening '/home/mysite/public_html/include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/mainfile.php on line 56

Warning: main(/home/mysite/public_html/include/cp_functions.php): failed to open stream: No such file or directory in /home/mysite/public_html/admin.php on line 15

Warning: main(): Failed opening '/home/mysite/public_html/include/cp_functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/admin.php on line 15

Fatal error: Call to undefined function: redirect_header() in /home/mysite/public_html/admin.php on line 29

upload.module

Hi
i have installed uploade.module but i don't have in user menu the link for uploading (i have set permission for user) what is possible?

tnx zopar

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal