php - Not able to edit contents in magento from backend after a installing modules -


i have site build in magento 1.7

i have installed new shipping module bpost through magento connect. when installed that, raised error that, existing plugin. after when accessed site, maintenance flag active.

when removed maintenance flag , checked site, seems working fine in front-end. not able add or edit contents back-end. click not detecting in existing lists of contents , when click on add new (for cms block, page etc) new section appears, no action performed while clicking save.

why happening ? how can resolve issue ?

i recreated site backup files new location. after removed existing plugins , installed plugins. @ time seems working fine. after have edited header.phtml file , added additional script.

the script getting contents , displaying using script. after when run site , went backend again went non editable mode. not able click or edit cms contents in site of static blocks, products etc.

why happening ? how can resolve issue ?

in opinion, problem comes javascript error blocks rest of javascript. buttons use javascript fire events. firebug or similar, check error raised in admin javascript , try fix it. using solution niraj jani gave disabling module way check if module blocks javascript. if problem linked prototype, can come definition of blocks in php, design template or layout...


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -