Re: Clean URL fix if you are failing the test
Chris McAndrew <[email protected]>
| Newsgroups | gmane.comp.php.drupal.support |
|---|---|
| Message-ID | <CAFV3ug=AVVH+m6Gy2M9ZbTMtY2jGj-Pb0uQRhMsU93uNTU+ttw@mail.gmail.com> |
I had the same issue and someone recommended going directly to the page with the checkbox at http://www.yoursite.com/admin/config/search/clean-urls. This bypasses the check page. Once you enable it from that link you should be all set. Chris *Chris McAndrew* Interactive designer & developer *e-mail*: [email protected] *Web*: http://csmcreative.com On Fri, Jun 13, 2014 at 6:56 PM, <[email protected]> wrote: > Send support mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.drupal.org/mailman/listinfo/support > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of support digest..." > > > Today's Topics: > > 1. Re: Druapal server fatal error: "MySQL server has gone away", > but DB server is still up & accessible. Help troubleshooting? > ([email protected]) > 2. Re: Druapal server fatal error: "MySQL server has gone away", > but DB server is still up & accessible. Help troubleshooting? (Maina) > 3. clean url's ([email protected]) > 4. Re: clean url's (Erik Alfkin) > 5. Re: clean url's (Don) > 6. Re: clean url's (Erik Alfkin) > 7. Re: clean url's ([email protected]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 13 Jun 2014 05:35:27 -0700 > From: [email protected] > Subject: Re: [support] Druapal server fatal error: "MySQL server has > gone away", but DB server is still up & accessible. Help > troubleshooting? > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain > > > > On Fri, Jun 13, 2014, at 01:28 AM, Liviu Nicolicioiu wrote: > > Check your mysql connect timeout. > > currently here > > connect_timeout = 120 > > > ------------------------------ > > Message: 2 > Date: Fri, 13 Jun 2014 15:59:03 +0300 > From: Maina <[email protected]> > Subject: Re: [support] Druapal server fatal error: "MySQL server has > gone away", but DB server is still up & accessible. Help > troubleshooting? > To: [email protected] > Message-ID: > <CAGXYcw8gRhDLZZnWd_rbic+RszkNcYYdrDgi= > [email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hey Grant, > > Since you adjusted the 'max_allowed_packet' make sure that you restart > your Web Server. If you already did and still no effect, try running > the "update.php" file of Drupal and see if that helps. > > Maina > > On 6/13/14, [email protected] <[email protected]> > wrote: > > > > > > On Fri, Jun 13, 2014, at 01:28 AM, Liviu Nicolicioiu wrote: > >> Check your mysql connect timeout. > > > > currently here > > > > connect_timeout = 120 > > -- > > [ Drupal support list | http://lists.drupal.org/ ] > > > > > -- > http://www.mosesmaina.com > > > ------------------------------ > > Message: 3 > Date: Fri, 13 Jun 2014 14:36:22 -0500 > From: [email protected] > Subject: [support] clean url's > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8; format=flowed > > > > Hi, > > I've uploaded Drupal Commerce Kickstart and it is working as I would > expect it to. The problem is clean URLs. > > This is on a new VPS and I have no other sites on this server that use > mod rewrite. As a result I do not know if this is an Apache config > issue or something to do with Drupal or Kickstart. I have KickStart > setup on a local dev box and clean URL's was not an issue so I assume > this might be an Apache config issue. > > I modified the Apache config changing AllowOverride to ALL. > > I've verified the .htaccess file that came with Kickstart is in the root > directory and have verified the permissions are 644. > > When I go into the Admin panel to check for clean URL's it fails. > > Any suggestions on how I can troubleshoot this issue? > > Thanks a bunch in advance!! > > Keith > > > ------------------------------ > > Message: 4 > Date: Fri, 13 Jun 2014 14:33:49 -0700 > From: Erik Alfkin <[email protected]> > Subject: Re: [support] clean url's > To: [email protected] > Message-ID: > <CAJkaSmZtcBbBaxv5aT= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > Have you verified that mod_rewrite is enabled? > > > On Fri, Jun 13, 2014 at 12:36 PM, <[email protected]> wrote: > > > > > > > Hi, > > > > I've uploaded Drupal Commerce Kickstart and it is working as I would > > expect it to. The problem is clean URLs. > > > > This is on a new VPS and I have no other sites on this server that use > > mod rewrite. As a result I do not know if this is an Apache config > > issue or something to do with Drupal or Kickstart. I have KickStart > > setup on a local dev box and clean URL's was not an issue so I assume > > this might be an Apache config issue. > > > > I modified the Apache config changing AllowOverride to ALL. > > > > I've verified the .htaccess file that came with Kickstart is in the root > > directory and have verified the permissions are 644. > > > > When I go into the Admin panel to check for clean URL's it fails. > > > > Any suggestions on how I can troubleshoot this issue? > > > > Thanks a bunch in advance!! > > > > Keith > > -- > > [ Drupal support list | http://lists.drupal.org/ ] > > > > > > -- > > Erik Alfkin > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.drupal.org/pipermail/support/attachments/20140613/8664346e/attachment-0001.html > > ------------------------------ > > Message: 5 > Date: Fri, 13 Jun 2014 17:56:31 -0400 > From: Don <[email protected]> > Subject: Re: [support] clean url's > To: [email protected], [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > On a VPS system I'll usually add > > > *Options FollowSymLinks** > **AllowOverride All** > **Order allow,deny** > **allow from all* > > on <Directory> instead of each individual virtual host. > > The > -Don- > > On 6/13/2014 3:36 PM, [email protected] wrote: > > > > Hi, > > > > I've uploaded Drupal Commerce Kickstart and it is working as I would > > expect it to. The problem is clean URLs. > > > > This is on a new VPS and I have no other sites on this server that use > > mod rewrite. As a result I do not know if this is an Apache config > > issue or something to do with Drupal or Kickstart. I have KickStart > > setup on a local dev box and clean URL's was not an issue so I assume > > this might be an Apache config issue. > > > > I modified the Apache config changing AllowOverride to ALL. > > > > I've verified the .htaccess file that came with Kickstart is in the root > > directory and have verified the permissions are 644. > > > > When I go into the Admin panel to check for clean URL's it fails. > > > > Any suggestions on how I can troubleshoot this issue? > > > > Thanks a bunch in advance!! > > > > Keith > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.drupal.org/pipermail/support/attachments/20140613/a64e8f9f/attachment-0001.html > > ------------------------------ > > Message: 6 > Date: Fri, 13 Jun 2014 15:07:04 -0700 > From: Erik Alfkin <[email protected]> > Subject: Re: [support] clean url's > To: [email protected] > Message-ID: > <CAJkaSmb438R9WJCtkE88u5g8a8TGFK4q9rCy84= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > That allows the .htaccess file to work, but it won't load mod_rewrite. Have > you run the "sudo a2enmod rewrite" command and reloaded Apache? > > > On Fri, Jun 13, 2014 at 2:56 PM, Don <[email protected]> wrote: > > > On a VPS system I'll usually add > > > > > > *Options FollowSymLinks* > > *AllowOverride All* > > *Order allow,deny* > > *allow from all* > > > > on <Directory> instead of each individual virtual host. > > > > The > > -Don- > > > > > > On 6/13/2014 3:36 PM, [email protected] wrote: > > > > > > Hi, > > > > I've uploaded Drupal Commerce Kickstart and it is working as I would > > expect it to. The problem is clean URLs. > > > > This is on a new VPS and I have no other sites on this server that use > > mod rewrite. As a result I do not know if this is an Apache config > > issue or something to do with Drupal or Kickstart. I have KickStart > > setup on a local dev box and clean URL's was not an issue so I assume > > this might be an Apache config issue. > > > > I modified the Apache config changing AllowOverride to ALL. > > > > I've verified the .htaccess file that came with Kickstart is in the root > > directory and have verified the permissions are 644. > > > > When I go into the Admin panel to check for clean URL's it fails. > > > > Any suggestions on how I can troubleshoot this issue? > > > > Thanks a bunch in advance!! > > > > Keith > > > > > > > > -- > > [ Drupal support list | http://lists.drupal.org/ ] > > > > > > -- > > Erik Alfkin > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.drupal.org/pipermail/support/attachments/20140613/44d84ae6/attachment-0001.html > > ------------------------------ > > Message: 7 > Date: Fri, 13 Jun 2014 15:35:38 -0700 > From: [email protected] > Subject: Re: [support] clean url's > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8; format=flowed > > > > if you talking about in_array('mod_rewrite', apache_get_modules()); - no > I have not. I'll give it a shot. Thanks!! > > > > On 2014-06-13 14:33, Erik Alfkin wrote: > > Have you verified that mod_rewrite is enabled? > > > > On Fri, Jun 13, 2014 at 12:36 PM, <[email protected]> wrote: > > > >> Hi, > >> > >> I've uploaded Drupal Commerce Kickstart and it is working as I > >> would > >> expect it to. The problem is clean URLs. > >> > >> This is on a new VPS and I have no other sites on this server that > >> use > >> mod rewrite. ?As a result I do not know if this is an Apache > >> config > >> issue or something to do with Drupal or Kickstart. ?I have > >> KickStart > >> setup on a local dev box and clean URL's was not an issue so I > >> assume > >> this might be an Apache config issue. > >> > >> I modified the Apache config changing AllowOverride to ALL. > >> > >> I've verified the .htaccess file that came with Kickstart is in the > >> root > >> directory and have verified the permissions are 644. > >> > >> When I go into the Admin panel to check for clean URL's it fails. > >> > >> Any suggestions on how I can troubleshoot this issue? > >> > >> Thanks a bunch in advance!! > >> > >> Keith > >> -- > >> [ Drupal support list | http://lists.drupal.org/ [1] ] > > > > -- > > > > Erik Alfkin > > > > > > > > Links: > > ------ > > [1] http://lists.drupal.org/ > > > ------------------------------ > > -- > [ Drupal support list | http://lists.drupal.org/ ] > > End of support Digest, Vol 138, Issue 11 > **************************************** > -- [ Drupal support list | http://lists.drupal.org/ ]