I've just been upgrading a D6 to D7 multisite installation.
I've had NO problem to upgrade the default site and a second one but when I get to the third one I get this errors on the first step of the update page ...
Warning: Cannot modify header information - headers already sent by (output started at /home/manoloka/public_html/sites/finestraobertalestacio.com/settings.php:261) in drupal_send_headers() (line 1216 of /home/manoloka/public_html/includes/bootstrap.inc).
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/manoloka/public_html/sites/finestraobertalestacio.com/settings.php:277) in drupal_session_start() (line 287 of /home/manoloka/public_html/includes/session.inc).
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/manoloka/public_html/sites/finestraobertalestacio.com/settings.php:277) in drupal_session_start() (line 287 of /home/manoloka/public_html/includes/session.inc).
Warning: Cannot modify header information - headers already sent by (output started at /home/manoloka/public_html/sites/finestraobertalestacio.com/settings.php:277) in install_goto() (line 1023 of /home/manoloka/public_html/includes/install.inc).
I want to build a large project.
I build a social network using http://www.socialengine.com/
and i want to install drupal CMS (probally drupal commons) inside the social network in a domain.
Like that: www.domain.com/drupalcms
First of all - Hi! Im new to drupal - about 2 days old now. I'm starting out on this new platform and I'm really excited about it. I wanted to report a weird behavior that my 7.22 installation exhibited.
I installed drupal in my box and chose the 'minimalist' profile. My installation URL is http://localhost/code/drupal
I have moved a clients Drupal site to a new host and I'm getting an error message on the homepage only.
Notice: unserialize() [function.unserialize]: Error at offset 770 of 4958 bytes in views_db_object->load_row() (line 2251 of /home/content/88/10926988/html/sites/all/modules/views/includes/view.inc).
I have a drupal site (that is live) that I am trying to migrate to a local DAMP setup so that I can do development work. Previously I have done development on dev.mydomain.com, but I am trying to move to developing on a local environment.
My question is: When I imported the site into Acquia DAMP, DAMP seems to create a new subdomain in the /sites folder instead of installing using the main, top-level domain. Is there something I am doing wrong that would prevent this?