Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Notice: Undefined index: pass in c:\easyphp\www\drupal\includes\database.mysql.inc on line 31
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\easyphp\www\drupal\includes\database.mysql.inc:31) in c:\easyphp\www\drupal\includes\session.inc on line 10
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\easyphp\www\drupal\includes\database.mysql.inc:31) in c:\easyphp\www\drupal\includes\session.inc on line 10
warning: Cannot modify header information - headers already sent by (output started at c:\easyphp\www\drupal\includes\database.mysql.inc:31) in c:\easyphp\www\drupal\includes\common.inc on line 99.
warning: Cannot modify header information - headers already sent by (output started at c:\easyphp\www\drupal\includes\database.mysql.inc:31) in c:\easyphp\www\drupal\includes\common.inc on line 99.
giving me those errors for some reason.. on every page, then when i go to log in as my admin account... it gives
Notice: Undefined index: pass in c:\easyphp\www\drupal\includes\database.mysql.inc on line 31
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\easyphp\www\drupal\includes\database.mysql.inc:31) in c:\easyphp\www\drupal\includes\session.inc on line 10
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\easyphp\www\drupal\includes\database.mysql.inc:31) in c:\easyphp\www\drupal\includes\session.inc on line 10
Where do you define Primary Links in 4.7? And do you call them the same way in phptemplate as in 4.6.
I can't seem to find the new location. In 4.6 you defined primary links in the template configuration, but that doesn't seem to be the case in 4.7 Any help would be greatly appreciated.
I moved the site from /drupal to the root Web directory, and changed the appropriate settings in config.php.
The problem? index.php seems to work, but I can't access any subpages now - /admin. /node, /taxonomy or anything else - I get 404 errors on all of them. What can I do to fix this?
We have severals docs saved in /files. Links like " /files/model.doc " access the files perfectly, but it was enabled clean urls.
By now, clean urls function was disabled and by this we don't more get access to the docs, a message says "page don't found". Besides this fact, all site is running well.
Seeing the url, now appears " =q?/files/model.doc ", obvious, but my question... Is there a general link that runs with either enabled or disabled clean urls?
I enabled Drupal cache for one of my drupal sites and the documentation said that the entire page will be stored in cache. I looked in my cache database table after a few days of the cache being enabled and there were no full pages stored in there. There were only filter, menu and a few other random cached entries in the database.