I want to use the Modul "features" but i have al liddle Problem.
I have installt sucessful this modul, (Inkl. Mysql) Now i have activate it in "modules". An entry is now under the "administer". But what now ? How can i add features ? I found nothing :(
to activate the new permissions you must enter the command
flush privileges;
and then enter '\q' to exit MySQL.
3. LOAD THE DRUPAL DATABASE SCHEME
Once you have a database, you must load the required tables:
$ mysql -u nobody -p drupal < database/database.mysql
Do you actually want to quit at that point?
When I excute $ mysql -u nobody -p drupal < database/database.mysql
Hello. New to Drupal, looking forward to using it.
I followed the setup instructions the best I could to the point of browsing to your site and starting the configuration. My hosting service does not allow direct connect to MySQL, so I can't run normal queries and commands from a prompt. I worked around it the best, I could, but I still receive this error when attempting to browse to the site.
I doublechecked the mysql:// path in conf.php, which holds the correct information.
I renamed .htaccess to .htaccess_inactive with no change.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/webmaster/public_html/whl/includes/conf.php:55) in /home/webmaster/public_html/whl/includes/session.inc on line 10
warning: Cannot modify header information - headers already sent by (output started at /home/webmaster/public_html/whl/includes/conf.php:55) in /home/webmaster/public_html/whl/includes/common.inc on line 160.