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

CVS node_image on CVS Drupal

I'm trying node_image module on Drupal CVS. I'd like to find out why there're double "Path to term images" fileds on admin page? And another thing is that when I click "Add images", it shows up new page with "Page not found". Please, show me the way to overcome that thing.

Module 'node.module' I've pathced as described in 'install' file.

BTW, I found only two .js files in contribution, while it is written "three javascript (*.js) files included with the module" in 'install'.

Thanks for your help!

how can I set my forum like this site's ?

In my forum ,my main block has four cells too,but this site has only one. How can I set this?

dont even know where to start

i was able to upload everything, but im on the mysql part of the install. I dont even know where to start.

http://www.sehs.us/index.php

2. CREATE THE DRUPAL DATABASE

These instructions are for MySQL. If you are using another database,
check the database documentation. In the following examples,
"dba_user" is an example MySQL user which has the CREATE and GRANT
privileges. You will need to use the appropriate user name for your
system.

First, you must create a new database for your Drupal site:

$ mysqladmin -u dba_user -p create drupal

MySQL will prompt for the dba_user database password and then create
the initial database files. Next you must login and set the access
database rights:

$ mysql -u dba_user -p

Again, you will be asked for the dba_user database password. At the
MySQL prompt, enter following command:

GRANT ALL PRIVILEGES ON drupal.*
TO nobody@localhost IDENTIFIED BY 'password';

where

'drupal' is the name of your database
'nobody@localhost' is the userid of your webserver MySQL account
'password' is the password required to log in as the MySQL user

If successful, MySQL will reply with

Query OK, 0 rows affected

to activate the new permissions you must enter the command

flush privileges;

and then enter '\q' to exit MySQL.

Help !!! Upgraded to 4.3.2 and now site cannot be accessed

Help. I decided to upgrade my 4.3.1 site to 4.3.2 in hopes that the bug fixes might be beneficial. I followed the instructions and used Wise-FTP to copy all of the files in the 4.3.2 directories into the corresponding directories on my web server. However, when I attempt to access my site (http://www.dillonsdomain.com) I get the following error:

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

The site is hosted on 1and1.com and is in a sub-directory of the root.

Image module problem (Full image file not upload. Thumbnail image file not uploaded)

Alright...seems like this module dont like me...

When i press the submit button.. i got this message :

Full image file not uploaded. Thumbnail image file not uploaded.

Submit image
Thanks for your submission.

return | view | edit

but... when i look in my images directory.. the image is there... and the thumb is created in the thumb directory...

i have chmod 777 to the images directory and 777 to the thumb...

i cant figure out what is the problem... please help... thanx...
(I'm on linux 9.1 mandrake, apache2.0, ImageMagick)

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal