Hi Friends,

Good morning, i am a new member of Drupal. I have created a website using drupal. While removing some modules i was shocked to see this Quote once i restarted the site again..

Removed module:Context

Fatal error: Call to undefined function context_layouts_get_layouts() in C:\Users\

And it is an urgent project, i am not that much technical. So could anyone help me on this.

Regards,
Arun.

Comments

nevets’s picture

How did you remove the module?

The error message normally shows the file the error is from, that would provide a clue.

nurakumar’s picture

Hi,

Thanks for replying.

Actually i installed and tried many modules, after that sometime i noticed that the pages are loading slowly. So i thought of removing modules. so clicked the module tab and started removing the recent installed modules. After refreshing the page it showed the below thing.

Fatal error: Call to undefined function context_layouts_get_layouts() in C:\Users\ar5\Sites\acquia-drupal\sites\all\modules\context\context_layouts\plugins\context_layouts_reaction_block.inc on line 20

I have to release this website next week and don't know what is the solution since i don't know PHP.

nevets’s picture

You could re-enable the module using phpMyAdmin by changing the modules status in the system table.

nurakumar’s picture

Now i am downloading the phpmyadmin, but at least i should know the basics of them to change the status ?

nevets’s picture

Scroll down to the system table, click on it.

Use the search table to search for the row LIKE context.

Click the "edit" link for the row, change status to 1.

nurakumar’s picture

I am sorry i don know, where to find system table in phpmyadmin.

I opened phpmyadmin but there was only these tabs structure,sql,search,query,export,import,operations,privilages,drop.

Could you help me to route to the system table

nevets’s picture

You have to select the database you want to use (should be toward the top of the left column).