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

Cron.php error!!!!

I receive mail from my drupal (http://acai.sourceforge.net/drupal)
Cron wget -O - -q http://acai.sourceforge.net/drupal/cron.php



Fatal error: Call to a member function on a non-object in /home/groups/a/ac/acai/htdocs/drupal/modules/drupal.module on line 125

I Want to mark my "public" or "private"?

I have try it by published and unpublished?
But when unpublished it? I can't view it myself!
How can I do with this?

NeT FRee GeeK

need .htacess help please

I have another php scipt in a subdirectory that will not work when drupals .htacess instructions are present. I have drupal installed in my root directory. I need to know what to change in the .htacess file so that my other script will work. Please advise. Thanks.

Standard themes don't resize content within window size

Hi

I installed a fresh Drupal on www.moshebar.com. I notice that the content of all themes does not resize according to browser window size. This happens also at the drupal.org site. How can I make the resize work? I am using the Safari, IE, and Mozilla browsers, all latest versions.

Many thanks

Moshe Bar

Drupal for a blogging community

I'm looking at Drupal as the basis of a blogging community. I'd like to know if Drupal will support the following items. If an add-on or hack is required to make it work, please let me know.

I appreciate any feedback you might offer prior to my installing Drupal so that I can play with it myself. This community will NOT be for techies, so, it needs to work similarly to other blogging systems and be easy for the blog owner to manage his own blog.

1. Can Drupal be set up to allow each registered user to have their own blog? That is, each user can make their own entries, authorize others to make entries, and control who can make comments (public, community members, or private list of members).

2. Can each user set the theme for their blog and have all of the visitors to the blog see the blog owner's theme? (This is NOT a universal theme where a member sets their theme and then everything is displayed according to the member's theme! This would display according to the settings of the owner of each blog.)

3. What support does Drupal have for blogging specific features such as trackback, pingback, post by email, post using one of the desktop blog posting tools, etc.)

4. Can Drupal be configured to automatically create a blog for each person when they join?

5. Does Drupal allow the blog owner to upload images to their blog entries?

6. Can Drupal be configured so that comments are listed in ascending or descending chronological order instead of nested?

drupal bigint type

DB_QUERY FUNCTION

Although I've used bigint type in my table, db_query function inserts int type ..

Example:

create table table_1
( number bigint(20) );

db_query('INSERT INTO table_1 values(%d)',$my_number);

it always insert with respect the normal integer range.
when number > 2,147,483,648 it inserts 2,147,483,648

When I used
db_query('INSERT INTO table_1 values('$my_number'));
it inserts correct value..

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal