Hey, Im fairly new to PHP but i have followed the instructions and when loading drupal i get the following errors.
Warning: Undefined variable: conf in C:\webpub\drupal4\includes\common.inc on line 776
Warning: Cannot send session cookie - headers already sent by (output started at C:\webpub\drupal4\includes\common.inc:776) in C:\webpub\drupal4\modules\user.module on line 5
Warning: Cannot send session cache limiter - headers already sent (output started at C:\webpub\drupal4\includes\common.inc:776) in C:\webpub\drupal4\modules\user.module on line 5
I'd like to change some of the title text on my drupal site. I've done this in the past by editing the code, but it seems I should be able to do what I want using the locale.module.
For example, in the user block, I see the following:
"Create blog entry" with the title text "Add a new personal blog entry" (visible on rollover)
I would like:
"Create journal entry" with the title text "Add a new entry to your personal journal".
When I i.e install the "file" module (places in the module dir and add sql table) Nothing works anymore.. Everything worked before..... HELP!!
Also, the comment for this module is "N/A"
Feel free to checkout@ Http://shrike.sytes.net
Shrike / axefish
Fatal error: Call to undefined function: node_attributes_edit() in /home/shrike/public_html/modules/file.module on line 142
(this is the error I get when I press the "Register" button)