getting blank pages randomly

View: New views
20 Messages — Rating Filter:   Alert me  

getting blank pages randomly

by geniekids () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view or add a cck field or has even happened with "edit profile" in one computer in my office - and when at the same time I tried edit profile in my comp - it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1 that i am using

please help

geniekids

Re: getting blank pages randomly

by William Smith-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is your server set to display errors?  It could be that you are getting a php error somewhere but that Apache is set with error reporting off.  You could check the server logs to find out.


On Sun, Aug 3, 2008 at 12:01 PM, geniekids <ratadi2@...> wrote:

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time
doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view
or add a cck field or has even happened with "edit profile" in one computer
in my office - and when at the same time I tried edit profile in my comp -
it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this
a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck
and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1
that i am using

please help

geniekids
--
View this message in context: http://www.nabble.com/getting-blank-pages-randomly-tp18683865p18683865.html
Sent from the Drupal - Support mailing list archive at Nabble.com.

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by Denis Lafont-Trevisan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are you using eAccelerator or a PHP opcode cache server side?

Denis

On Sun, Aug 3, 2008 at 6:01 PM, geniekids <ratadi2@...> wrote:

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time
doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view
or add a cck field or has even happened with "edit profile" in one computer
in my office - and when at the same time I tried edit profile in my comp -
it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this
a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck
and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1
that i am using

please help

geniekids
--
View this message in context: http://www.nabble.com/getting-blank-pages-randomly-tp18683865p18683865.html
Sent from the Drupal - Support mailing list archive at Nabble.com.

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

if i enable error reporting to screen -  i get the follwing error - at the top of my home page - does this give pointers??
(Also i had swtihced off page cache after reading somehwere in forums that it helps - but it hasen"t in my case :-)
 
 
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 862

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 534

Warning: array_key_exists() [
function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line 217

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line 217


let me know
thanks ratnesh
 
On Sun, Aug 3, 2008 at 9:39 PM, William Smith <william.darren@...> wrote:
Is your server set to display errors?  It could be that you are getting a php error somewhere but that Apache is set with error reporting off.  You could check the server logs to find out.



On Sun, Aug 3, 2008 at 12:01 PM, geniekids <ratadi2@...> wrote:

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time
doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view
or add a cck field or has even happened with "edit profile" in one computer
in my office - and when at the same time I tried edit profile in my comp -
it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this
a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck
and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1
that i am using

please help

geniekids
--
View this message in context: http://www.nabble.com/getting-blank-pages-randomly-tp18683865p18683865.html
Sent from the Drupal - Support mailing list archive at Nabble.com.

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i have no idea - i do not control my server - my hosts do (i use hostgator as my host) - do i need to find from them?
this is too teachnical for me :-(

On Sun, Aug 3, 2008 at 10:41 PM, Denis Lafont-Trevisan <denis.lafont@...> wrote:
Are you using eAccelerator or a PHP opcode cache server side?

Denis


On Sun, Aug 3, 2008 at 6:01 PM, geniekids <ratadi2@...> wrote:

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time
doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view
or add a cck field or has even happened with "edit profile" in one computer
in my office - and when at the same time I tried edit profile in my comp -
it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this
a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck
and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1
that i am using

please help

geniekids
--
View this message in context: http://www.nabble.com/getting-blank-pages-randomly-tp18683865p18683865.html
Sent from the Drupal - Support mailing list archive at Nabble.com.

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by Victor Kane-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Have you been working on a theme with php, or a block, and left a space after the closing ?> tag?

It is recommended to leave off the closing tag when using php tags completely.

On Sun, Aug 3, 2008 at 2:36 PM, Ratty's Email <ratadi2@...> wrote:
i have no idea - i do not control my server - my hosts do (i use hostgator as my host) - do i need to find from them?
this is too teachnical for me :-(

On Sun, Aug 3, 2008 at 10:41 PM, Denis Lafont-Trevisan <denis.lafont@...> wrote:
Are you using eAccelerator or a PHP opcode cache server side?

Denis


On Sun, Aug 3, 2008 at 6:01 PM, geniekids <ratadi2@...> wrote:

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time
doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view
or add a cck field or has even happened with "edit profile" in one computer
in my office - and when at the same time I tried edit profile in my comp -
it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this
a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck
and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1
that i am using

please help

geniekids
--
View this message in context: http://www.nabble.com/getting-blank-pages-randomly-tp18683865p18683865.html
Sent from the Drupal - Support mailing list archive at Nabble.com.

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

fortunately (or unfortunately :-) i do not know php
so no way that i could be messing up with php
 
in any case is it possible to search or check this mistake "left a space after the closing ?> tag?"  in any which way??


 
On Mon, Aug 4, 2008 at 12:01 AM, Victor Kane <victorkane@...> wrote:
Have you been working on a theme with php, or a block, and left a space after the closing ?> tag?

It is recommended to leave off the closing tag when using php tags completely.


On Sun, Aug 3, 2008 at 2:36 PM, Ratty's Email <ratadi2@...> wrote:
i have no idea - i do not control my server - my hosts do (i use hostgator as my host) - do i need to find from them?
this is too teachnical for me :-(

On Sun, Aug 3, 2008 at 10:41 PM, Denis Lafont-Trevisan <denis.lafont@...> wrote:
Are you using eAccelerator or a PHP opcode cache server side?

Denis


On Sun, Aug 3, 2008 at 6:01 PM, geniekids <ratadi2@...> wrote:

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time
doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view
or add a cck field or has even happened with "edit profile" in one computer
in my office - and when at the same time I tried edit profile in my comp -
it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this
a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck
and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1
that i am using

please help

geniekids
--
View this message in context: http://www.nabble.com/getting-blank-pages-randomly-tp18683865p18683865.html
Sent from the Drupal - Support mailing list archive at Nabble.com.

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by KOBA | Hans Rossel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What theme are you using?
Do you get the same errors when using an unchanged standard theme like Garland?

--
Hans Rossel
KOBA Webdevelopment
www.koba.be

--
[ Drupal support list | http://lists.drupal.org/ ]

weird issue with block access

by Allen Stern :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

My site was humming along just great - then friday i decided to take a
look at my blocks in the admin panel - I went to admin, then clicked
blocks and it just sat there - never took me to the blocks page. Then
today, the site stopped responding - just sat there. I use the default
theme for the admin and was able to get into the admin just fine, it
showed everything ok (except the blocks page) but clicking on any
content, went nowhere. When I switched the main theme, back to the
default, it worked. Again, I made no changes and my theme has worked for
a year or more.

Now I still can't get into the blocks page and when I tried to turn on
my theme, it didn't work. I had to copy the default into my theme's
folder, then overwrite the files with mine and that worked.

I am at a total loss - there's nothing in the log in the admin. I want
to work on launching a new theme but I can't if something is wrong with
the site.

Any ideas are very much appreciated.

Thanks,
Allen
--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by Gordon Heydon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is there any errors in your drupal log or your php error log?

Gordon.

On 04/08/2008, at 10:07 AM, KOBA | Hans Rossel wrote:

> What theme are you using?
> Do you get the same errors when using an unchanged standard theme  
> like Garland?
>
> --
> Hans Rossel
> KOBA Webdevelopment
> www.koba.be
> !DSPAM:1000,48964df357931364511223! --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> !DSPAM:1000,48964df357931364511223!

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am using tapestry theme
 
am open to checking what you are suggesting - i.e. try in garland
 
is the follwing possible?
can i just switch to garland theme, check using that and then go back to where the whole site was in tapestry theme without having to re-customise it?

On Mon, Aug 4, 2008 at 5:37 AM, KOBA | Hans Rossel <info@...> wrote:
What theme are you using?
Do you get the same errors when using an unchanged standard theme like Garland?

--
Hans Rossel
KOBA Webdevelopment
www.koba.be

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yes, i am getting the follwing kind of php errors in error log - QUOTE

Type page not found
Date Sunday, August 3, 2008 - 23:25
User ratnesh
Location http://geniekids.com/themes/tapestry/icons/16x16/mimetypes/ascii.png
Referrer http://geniekids.com/admin/logs
Message themes/tapestry/icons/16x16/mimetypes/ascii.png
Severity warning
Hostname 59.96.59.153

UNQUOTE

can this be the cause??
On Mon, Aug 4, 2008 at 6:20 AM, Gordon Heydon <gordon@...> wrote:
Hi,

Is there any errors in your drupal log or your php error log?

Gordon.

On 04/08/2008, at 10:07 AM, KOBA | Hans Rossel wrote:

> What theme are you using?
> Do you get the same errors when using an unchanged standard theme
> like Garland?
>
> --
> Hans Rossel
> KOBA Webdevelopment
> www.koba.be
> !DSPAM:1000,48964df357931364511223! --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> !DSPAM:1000,48964df357931364511223!

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by bharanikumariyerphp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

u , hake any where in the node.module..
becoz, upto my knowledge this is not very serious error,

This is like redrect error,
Your enabled any redirect module,

Plz check that,

This is for
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 862

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 534

Warning: array_key_exists() [
function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line 217

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line 217



Thanks..


On Mon, Aug 4, 2008 at 9:22 AM, Ratty's Email <ratadi2@...> wrote:
yes, i am getting the follwing kind of php errors in error log - QUOTE

Type page not found
Date Sunday, August 3, 2008 - 23:25
User ratnesh
Location http://geniekids.com/themes/tapestry/icons/16x16/mimetypes/ascii.png
Referrer http://geniekids.com/admin/logs
Message themes/tapestry/icons/16x16/mimetypes/ascii.png
Severity warning
Hostname 59.96.59.153

UNQUOTE

can this be the cause??
On Mon, Aug 4, 2008 at 6:20 AM, Gordon Heydon <gordon@...> wrote:
Hi,

Is there any errors in your drupal log or your php error log?

Gordon.

On 04/08/2008, at 10:07 AM, KOBA | Hans Rossel wrote:

> What theme are you using?
> Do you get the same errors when using an unchanged standard theme
> like Garland?
>
> --
> Hans Rossel
> KOBA Webdevelopment
> www.koba.be
> !DSPAM:1000,48964df357931364511223! --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> !DSPAM:1000,48964df357931364511223!

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had installed path_redirect module some weeks earlier but had disabled it long back
no redirects right now

so why us the error still there?

On Mon, Aug 4, 2008 at 10:52 AM, bharani kumar <bharanikumariyerphp@...> wrote:
u , hake any where in the node.module..
becoz, upto my knowledge this is not very serious error,

This is like redrect error,
Your enabled any redirect module,

Plz check that,

This is for
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 862

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 534

Warning: array_key_exists() [
function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line 217

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line
217



Thanks..


On Mon, Aug 4, 2008 at 9:22 AM, Ratty's Email <ratadi2@...> wrote:
yes, i am getting the follwing kind of php errors in error log - QUOTE

Type page not found
Date Sunday, August 3, 2008 - 23:25
User ratnesh
Location http://geniekids.com/themes/tapestry/icons/16x16/mimetypes/ascii.png
Referrer http://geniekids.com/admin/logs
Message themes/tapestry/icons/16x16/mimetypes/ascii.png
Severity warning
Hostname 59.96.59.153

UNQUOTE

can this be the cause??
On Mon, Aug 4, 2008 at 6:20 AM, Gordon Heydon <gordon@...> wrote:
Hi,

Is there any errors in your drupal log or your php error log?

Gordon.

On 04/08/2008, at 10:07 AM, KOBA | Hans Rossel wrote:

> What theme are you using?
> Do you get the same errors when using an unchanged standard theme
> like Garland?
>
> --
> Hans Rossel
> KOBA Webdevelopment
> www.koba.be
> !DSPAM:1000,48964df357931364511223! --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> !DSPAM:1000,48964df357931364511223!

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by bharanikumariyerphp :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

tell me,
when u enabled the redirect module, on that spot u got that redirect error..
can  tell me that ...

On Mon, Aug 4, 2008 at 11:03 AM, Ratty's Email <ratadi2@...> wrote:
I had installed path_redirect module some weeks earlier but had disabled it long back
no redirects right now

so why us the error still there?


On Mon, Aug 4, 2008 at 10:52 AM, bharani kumar <bharanikumariyerphp@...> wrote:
u , hake any where in the node.module..
becoz, upto my knowledge this is not very serious error,

This is like redrect error,
Your enabled any redirect module,

Plz check that,

This is for
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 862

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 534

Warning: array_key_exists() [
function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line 217

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line
217



Thanks..


On Mon, Aug 4, 2008 at 9:22 AM, Ratty's Email <ratadi2@...> wrote:
yes, i am getting the follwing kind of php errors in error log - QUOTE

Type page not found
Date Sunday, August 3, 2008 - 23:25
User ratnesh
Location http://geniekids.com/themes/tapestry/icons/16x16/mimetypes/ascii.png
Referrer http://geniekids.com/admin/logs
Message themes/tapestry/icons/16x16/mimetypes/ascii.png
Severity warning
Hostname 59.96.59.153

UNQUOTE

can this be the cause??
On Mon, Aug 4, 2008 at 6:20 AM, Gordon Heydon <gordon@...> wrote:
Hi,

Is there any errors in your drupal log or your php error log?

Gordon.

On 04/08/2008, at 10:07 AM, KOBA | Hans Rossel wrote:

> What theme are you using?
> Do you get the same errors when using an unchanged standard theme
> like Garland?
>
> --
> Hans Rossel
> KOBA Webdevelopment
> www.koba.be
> !DSPAM:1000,48964df357931364511223! --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> !DSPAM:1000,48964df357931364511223!

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

what i had done was the follwing link
www.geniekids.com/khoj
was being redirected to
www.geniekids.com/khojnew

the reason i had done this was that for some funny reason the book_page with url "khoj" was just not showing up - saying "page not found"
so i deleted the book_page and even after deleting - i could not give the path to a new Book_page as the system said that a page with that url exists

so i simply gave the new book_page the url "khojnew" and used redirect to get by users se the correct page.


then one day i removed the redirect and made the path of book_page www.geniekids.com/khojnew as www.geniekids.com/khoj itself - so no need of redirect

so now there is no book_page called khojnew page only bookpage with the url khoj
 
is there some residue that is causing the problem - how do i clean this up?
On Mon, Aug 4, 2008 at 11:11 AM, bharani kumar <bharanikumariyerphp@...> wrote:
tell me,
when u enabled the redirect module, on that spot u got that redirect error..
can  tell me that ...


On Mon, Aug 4, 2008 at 11:03 AM, Ratty's Email <ratadi2@...> wrote:
I had installed path_redirect module some weeks earlier but had disabled it long back
no redirects right now

so why us the error still there?


On Mon, Aug 4, 2008 at 10:52 AM, bharani kumar <bharanikumariyerphp@...> wrote:
u , hake any where in the node.module..
becoz, upto my knowledge this is not very serious error,

This is like redrect error,
Your enabled any redirect module,

Plz check that,

This is for
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 862

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/genie/public_html/index.php:8) in /home/genie/public_html/includes/bootstrap.inc on line 534

Warning: array_key_exists() [
function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line 217

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/genie/public_html/includes/module.inc on line
217



Thanks..


On Mon, Aug 4, 2008 at 9:22 AM, Ratty's Email <ratadi2@...> wrote:
yes, i am getting the follwing kind of php errors in error log - QUOTE

Type page not found
Date Sunday, August 3, 2008 - 23:25
User ratnesh
Location http://geniekids.com/themes/tapestry/icons/16x16/mimetypes/ascii.png
Referrer http://geniekids.com/admin/logs
Message themes/tapestry/icons/16x16/mimetypes/ascii.png
Severity warning
Hostname 59.96.59.153

UNQUOTE

can this be the cause??
On Mon, Aug 4, 2008 at 6:20 AM, Gordon Heydon <gordon@...> wrote:
Hi,

Is there any errors in your drupal log or your php error log?

Gordon.

On 04/08/2008, at 10:07 AM, KOBA | Hans Rossel wrote:

> What theme are you using?
> Do you get the same errors when using an unchanged standard theme
> like Garland?
>
> --
> Hans Rossel
> KOBA Webdevelopment
> www.koba.be
> !DSPAM:1000,48964df357931364511223! --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> !DSPAM:1000,48964df357931364511223!

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I want to highlight - again - that this problem of blank pages is currently happening with
1. FIREFOX browser (and not with IE7)
2. And usually happens with edit or add new view and with edit or add new some cck node types and has happened once with even edit profile (all of this in firefox only)

(that too not with all node types - but with some node types, is random and
On Sun, Aug 3, 2008 at 9:31 PM, geniekids <ratadi2@...> wrote:

Drupal is throwing blank pages randomly.
Funnily this happens in one browser say firefox, but at the same time
doesn't happen in internet explorer.
It typically happens when i click on a ADD or an EDIT button (say add a view
or add a cck field or has even happened with "edit profile" in one computer
in my office - and when at the same time I tried edit profile in my comp -
it worked fine (but only in internet explorer)

I have done the follwing but to no avail
1. Increased memeory limit in php.ini first to 32M and finally even to 64M
2. Cleared cache database of Drupal  using Devel & ran corn (have done this
a number of times)
3. Cleared cache of my browsers (both ie and firefox)
4. I had removed most of the modules - save the very important ones like cck
and views.
5. Have even completely removed views and then reinstalled it
6. Have checked version of the few modules installed - all match with D5.1
that i am using

please help

geniekids
--
View this message in context: http://www.nabble.com/getting-blank-pages-randomly-tp18683865p18683865.html
Sent from the Drupal - Support mailing list archive at Nabble.com.

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by Earnie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Quoting Ratty's Email <ratadi2@...>:

> I want to highlight - again - that this problem of blank pages is currently
> happening with
> 1. FIREFOX browser (and not with IE7)

Has the firefox user cleared the cache files for the browser?

> 2. And usually happens with *edit* or *add new view* and with edit or add
> new *some cck node types *and has happened once with even edit profile (all
> of this in firefox only)
>

So this is more the administration of nodes and node types, have you
emptied the sessions table or any of the tables beginning with cache?

Have you checked the system log files for errors?
Does your PHP memory_limit have enough reserved?

Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: getting blank pages randomly

by geniekids :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

if you read my first (initial post) email you will get answers to all of these questions
 
yes i have cleared firefox cache - in fact my firefox is set to clear cache on closing.
the error messages are given in my earlier email
 
regarding, "have you emptied the sessions table or any of the tables beginning with cache?"
 
what specifically do you mean?what i have done is installed devel and used it to empty cache link - is that sufficient?
do i need to do anything more?
by the way - i have also disabled page cache from the admin - settings - menu
but that has not really helped
 
still lost :-(

On Mon, Aug 4, 2008 at 6:45 PM, Earnie Boyd <earnie@...> wrote:
Quoting Ratty's Email <ratadi2@...>:

> I want to highlight - again - that this problem of blank pages is currently
> happening with
> 1. FIREFOX browser (and not with IE7)

Has the firefox user cleared the cache files for the browser?

> 2. And usually happens with *edit* or *add new view* and with edit or add
> new *some cck node types *and has happened once with even edit profile (all
> of this in firefox only)
>

So this is more the administration of nodes and node types, have you
emptied the sessions table or any of the tables beginning with cache?

Have you checked the system log files for errors?
Does your PHP memory_limit have enough reserved?

Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/

--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: weird issue with block access

by Earnie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Quoting Allen Stern <allen@...>:

> Hi all,
>
> My site was humming along just great - then friday i decided to take a
> look at my blocks in the admin panel - I went to admin, then clicked
> blocks and it just sat there - never took me to the blocks page. Then
> today, the site stopped responding - just sat there. I use the default
> theme for the admin and was able to get into the admin just fine, it
> showed everything ok (except the blocks page) but clicking on any
> content, went nowhere. When I switched the main theme, back to the
> default, it worked. Again, I made no changes and my theme has worked for
> a year or more.
>
> Now I still can't get into the blocks page and when I tried to turn on
> my theme, it didn't work. I had to copy the default into my theme's
> folder, then overwrite the files with mine and that worked.
>
> I am at a total loss - there's nothing in the log in the admin. I want
> to work on launching a new theme but I can't if something is wrong with
> the site.
>
> Any ideas are very much appreciated.
>

I suggest that you take a look at the mysql processes while this is happening.

mysqladmin -u root -p processlist

Look for locked processes.

Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/

--
[ Drupal support list | http://lists.drupal.org/ ]