Drupal7 - Oracle 11g

Hi,

I want to use Oracle 11g as backend for Drupal 7. I followed steps mentioned in below link :

http://edufk.site90.com/?q=blog/how-install-drupal-7-oracle-database-11g...

But when I start drupal installation process - i get below error after submitting database configuration page -

new module needs clean urls

hi,

I'm fairly new to drupal development, so I need some opinions on how to make a certain module.

I have a module with which you can add businesses to a database table. Every business belongs to a category. So for example, i have businesses called Microsoft, Oracle, Zend and they belong to the Software category.

Since I only have a couple of categories (4 or so), I've created a new content type, and added these 4 categories with this content type.
So far all is well because i can get to do mywebsite.com/software, mywebsite.com/hardware, mywebsite.com/other, etc

Now what I want to do is, I want to list the software businesses under mywebsite.com/software, so when a user clicks on Microsoft under the mywebsite.com/software page, it will link to mywebsite.com/software/microsoft. Actually it will be more complicated than that because I want to be able to filter on country for example, so you can have mywebsite.com/software/us and then select microsoft from that page, which will link to mywebsite.com/software/us/microsoft.

I'm wondering how to best go about making this in Drupal. I have a couple of solutions in mind, but I'm not sure which one is better.

how to change the domain after installation

hallo,
can anybody tell me, how i can change the url of my drupal installation ?
for example:
i install on www.mydomain.com/drupal
drupal saves this url of itself.
now i change my url to www.mydomain.com without /drupal.

how can i tell drupal this changes ?

thank you for any help !

best
fred.

Forms and Apples

Hello,

I am building a simple bilingual website using Drupal 7.10 and need some advice on the following issue. For simplicity, let us say the website is displaying information about apples. I have made an apple content type and there would be quite a few nodes of the apple content type when the website goes live.

The problem is that on each page displaying information about a particular apple, there should be a form through which the user may request additional information about this particular apple. The form will be the same for all the apple pages.

Got error in profile2: Notice: Trying to get property of non-object in profile2_category_access()

I've got this error when accesing an user account page:
Notice: Trying to get property of non-object in profile2_category_access() (line 531 of /Applications/MAMP/htdocs/drupal-7.10/sites/all/modules/profile2/profile2.module).
It appears for every user, but at least for now, functionality appears to work OK. I'm using the last stable release of profile2, under drupal 7.10. I've cleared caches and ran cron. It happens since today, and haven't found any reference to it.
Any ideas?

Theming in Drupal 7 and use of hook_form_alter

Okay, so I've searched high and low and seem to be getting conflicting information on the use of hook_form_alter in template.php.

I have found this article (http://drupal.org/node/154137) (on drupal) that demonstrates the use of hook_form_alter.
While there is lots of half-stated mentions that you can't use hook_ functions in template.php.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x