Send support mailing list submissions to
support@drupal.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.drupal.org/mailman/listinfo/support
or, via email, send a message with subject or body 'help' to
support-request@drupal.org
You can reach the person managing the list at
support-owner@drupal.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of support digest..."
Today's Topics:
1. Re: Improving performance (Gregg Marshall)
2. Disappearing user login (Roger)
3. Disappearing user login (Don)
----------------------------------------------------------------------
Message: 1
Date: Sat, 4 Jan 2014 14:37:38 -0700
From: "Gregg Marshall" <mimlist@repconnection.com>
Subject: Re: [support] Improving performance
To: <support@drupal.org>
Message-ID: <01b801cf0995$30fcba80$92f62f80$@repconnection.com>
Content-Type: text/plain; charset="iso-8859-1"
I learned a whole lot from the excellent book High Performance Drupal that
just came out this fall. An excellent resource.
Gregg Marshall
-----Original Message-----
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On
Behalf Of Alison
Sent: Saturday, January 04, 2014 2:42 AM
To: support@drupal.org
Subject: Re: [support] Improving performance
Think the problem is now resolved to my satisfaction. Thanks.
I have previously used Memcache successfully, and now with APC opcode
caching and a bit of MySQL tuning, all looks good.
Alison
At 07:50 PM 04-01-14, you wrote:
>Dear Alison, Have you considered using varnish? Best wishes, Sh??rab. -- [
Drupal support list | http://lists.drupal.org/ ]
--
[ Drupal support list | http://lists.drupal.org/ ]
------------------------------
Message: 2
Date: Sun, 05 Jan 2014 09:54:43 +1100
From: Roger <arelem@bigpond.com>
Subject: [support] Disappearing user login
To: support@drupal.org
Message-ID: <52C89133.6060800@bigpond.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
We have a most peculiar situation.
While developing a theme in zen starterkit and following tuts and
videos, etc the user login ceased to function.
Cannot log in even with localhost/mydrupal/user which is how I normally
login. All we get is a blank screen.
Google suggested some overriding code to go into the page.tpl.php, which
allowed login but returns the new theme screen but no admin even if we
enter localhost/mydrupal/admin in the url.
/user is core functionality, file template and css are all available, we
have not changed any core files.
I used drush to make garland the default theme and tried to drush
disable the zen theme but both fail. drush returns an error request
-drush clear-cache drush which in turn returns the same error.
I did drush up to install drupal 7.25 and update modules but it did not
help.
Cannot find anything we have done in the dev theme which may relate to
/user login or admin.
most perplexing.
How would we solve the lack of admin and why would login cease to function?
Help much appreciated
Roger
------------------------------
Message: 3
Date: Sat, 04 Jan 2014 18:14:14 -0500
From: Don <donald@fane.com>
Subject: [support] Disappearing user login
To: Roger <arelem@bigpond.com>, support@drupal.org
Message-ID: <52C895C6.9020301@fane.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi Roger,
The blank screen means you're getting a php error but you have
display_error set off in php.ini or in the boot path.
You may have an error in your login path, your session table may be
corrupted, you might be running out of memory on your server, or the
server may be having trouble setting a session cookie on your browser.
These are common problems.
Try adding
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
after the boot code in index.php
Also check your apache logs watchdog table to see if you're getting errors.
--
--
-Don Pickerel-
Fane Software
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20140104/d5c10d76/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Fane-th.png
Type: image/png
Size: 18361 bytes
Desc: not available
Url : http://lists.drupal.org/pipermail/support/attachments/20140104/d5c10d76/attachment.png
------------------------------
--
[ Drupal support list | http://lists.drupal.org/ ]
End of support Digest, Vol 133, Issue 8
***************************************