In the admin panel appears an error

In the admin panel appears an error

by Asier Suarez -
Number of replies: 1
Warning: file(c:\appserv\www\ticap/blocks/blocks/block_blocks.php): failed to open stream: No such file or directory in c:\appserv\www\ticap\lib\blocklib.php on line 21

I
Have this error when I am in the admin panel, does anyone know why?
Average of ratings: -
In reply to Asier Suarez

Re: In the admin panel appears an error

by Jan Dierckx -

it seems you have added a directory called blocks inside the already existing blocks directory. Now Moodle expects to find a block called block_blocks.php which of course isn't there.

Remove the blocks/blocks directory from your installation to fix this problem. Did you try to install another block? Maybe somehow this block got installed in the wrong place...