Please help,

i was adding a new block, clicked add - wsod! I tried diferent urls... wsod. PHP memory (64M) - that sholdnt be a problem.
this is my log file on server:
/sl/admin/build/menu
/sl/?q=admin/build/block
/?q=admin/build/block

What should i do?

Comments

GoofyX’s picture

Try the suggestions described here.
--
... Morpheus: What is "real"? How do you define "real"? If you 're talking about what you can feel, what you can smell, what you can taste and see, then "real" is simply electrical signals interpreted by your brain...

--
... Morpheus: What is "real"? How do you define "real"? If you 're talking about what you can feel, what you can smell, what you can taste and see, then "real" is simply electrical signals interpreted by your brain...

hrpo’s picture

The second solution is to delete modules: but i dont have unused modules. Whitch to delete?

modul’s picture

Blocks can be tricky. One erroneous line of PHP can cause the infamous white screen. Whenever I want to add a home-made block, I try the code first in a node before putting it in a block. When the node fires the white screen, that doesn't matter so much, because the rest of the site remains accessible. Another "wise advise" is to put the visibility of the block only to 1 particular page. If it goes wrong, the other pages/nodes would at least still be accessible.

But your block is already there, causing the white screen. If nothing works, the best thing to do is to go directly into your database with PHPMyAdmin or another similar tool, open the {blocks} table (or your_prefix_blocks), find the block which is causing the trouble, and replace the "1" in the Status column with a "0". That disables the wrongdoer.

That should do the trick. At least, it did so for me.

hrpo’s picture

i gor the front page back. with his warning: warning: Invalid argument supplied for foreach() in /var/www/html/modules/views/includes/plugins.inc on line 164.

but i can not access administer page or any other pages (Not Found

The requested URL /sl/user/login was not found on this server.)

I deleted last blocks i added. When i check block i gor this warning: UNIQUE and INDEX keys should not both be set for column `theme`. What should i do?

hrpo’s picture

I think there is a languge problem. i can access ?q=admin/build/block but whatever I click, I get 404 error. And whatever I click is shows a language prefix like sl/admin/build/block/add. So i directs me to slovene language page and the page doesnt recognises it. How to fix that?

Because I got no help I will have to rebuild the page. Can someone directs me where to find the real content is - like blogs etc. I looked in nodes in mysql and havent found it.

Thx for your help