Drupal is up and running but how do I ...?

.htaccess issue

Howdy Folks:

Trying to get the CLean URLs to work and getting the following error:

Not Found
The requested URL /drupal-4.7.1/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at ls401.acenet.net Port 80

Assuming I'm pointing something to the wrong place. Here's my code. Could someone please take a quick glance and let me know what I'm doing incorrect? THANKS
===============

#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
Options -Indexes
Options +FollowSymLinks
Options -MultiViews

# Customized error messages.
ErrorDocument 404 /drupal-4.7.1/index.php

# Set the default handler.
DirectoryIndex /drupal-4.7.1/index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# PHP 4, Apache 2

php_value magic_quotes_gpc 0

image handling in 4.7 has returned to bad old days

i remember the way images used to be handled in Drupal, a couple of years ago (the bad old days). it was hideous, a nightmare. images caused more grief than anything else. and then, the update to 4.5 or such (i forget the number), images suddenly became a joy! you didn't even need the image module; just ftp your image to the files directory and use a basic img tag. viola, picture in your node & bob's yer uncle.

How can I define and use a custom session php variable in drupal 4.6 ?

1) How can I define and use a custom session php variable in drupal 4.6.x ?
2) Same question for 4.7.x

How do I unsubscribe to the E-Commerce support forums

I have taken a look around but i can't find an option for unsubscribing to the E-Commerce support forum, Can anyone tell me how?

PathAuto indices and user

I feel like I must be misunderstanding this problem, because I haven't found ANY posts on this and I've been searching for a while (including the mailing list). Basically, my PathAuto indices don't work at all. This is Drupal 4.7.2.

Under the user account page pattern I have: users/[user]. blogs: users/[user]/blog. Blog entries: users/[user]/blog/[title].

I have "Create Index Aliases" checked, and all of the bulk update boxes checked. PathAuto says it has created node, user, and blog aliases, but 0 index aliases.

If I visit /users/nick_urban, it worked as expected, but if I visit /users, instead of a list of the user pages (which is what is supposed to happen, right?), it gives me an SQL error:

Warning: preg_replace(): Unknown modifier '\' in [DELETED]/includes/database.inc on line 283

Warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'INNER JOIN node_access na ON na.nid = users/.nid WHERE (na.gra query: INNER JOIN node_access na ON na.nid = users/.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public') OR (na.gid = 0 AND na.realm = 'og_all') OR (na.gid = 4 AND na.realm = 'og_subscriber') OR (na.gid = 8 AND na.realm = 'og_subscriber'))) in [DELETED]/includes/database.mysql.inc on line 120

Warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'INNER JOIN node_access na ON na.nid = users/.nid WHERE (na.gra query: INNER JOIN node_access na ON na.nid = users/.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public') OR (na.gid = 0 AND na.realm = 'og_all') OR (na.gid = 4 AND na.realm = 'og_subscriber') OR (na.gid = 8 AND na.realm = 'og_subscriber'))) LIMIT 0, 10 in [DELETED]/includes/database.mysql.inc on line 120

Newbie Question: Can someone point me to some step by step instructions to create an ecommerce site?

Hello,

I got the basic Drupal 4.7 configured and running with GoDaddy's Linux Economy plan. Now I'm sorta lost on how to get a functional website with some ecommerce functionality. My requirements are for a simple site with 3-4 static pages and a category list to display the store contents by category/vendor with Paypal integration. The site should also have an administrator module to manage the inventory details.

Can some point me to some documentation / tutorials / step by step process to create a website? Greatly appreciated.

TIA,
Ng

Pages

Subscribe with RSS Subscribe to RSS - Post installation