cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Testimonials panel missing in admin side

SOLVED

Magento Testimonials panel missing in admin side

Hello there,

 

I am experiencing some problems with my Testimonials in the admin back end.

 

Basically, once I go on the menu: >CMS > Testimonials,

 

there is just a white page and I can not manage, delate or add any new testimonials.

 

It' s just empty

See attached image here below:

 

testimonials-admin.jpg

 

When it should be something more like this:

 

testimonials-admin-ok.jpg

Any idea why this is happening?

 

Or can some suggest me the full list of files that manage the Testimonials so that I can check if some are missing?

 

Thank you

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Magento Testimonials panel missing in admin side

hi @giannifan

 

    you should check admin layout file. maybe layout file is missing in your case. go to modules etx/config.xml file  and check the following code for layout file name in <adminhtml> node

   

<layout>
            <updates>
                <moduelname>
                    <file>abc.xml</file>
                </moduelname>
            </updates>
        </layout>



app/design/adminhtml/default/default/layout/abc.xml



 

Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti

View solution in original post

Re: Magento Testimonials panel missing in admin side

Hi @qaisar_satti

Thank you for help. You put me on the right truck Smiley Happy

And now is all working

Gianni

View solution in original post

4 REPLIES 4

Re: Magento Testimonials panel missing in admin side

Hello,

 

Testimonial is not a default magento feature. So there must be a third party module. If you just installed this module, try following steps -

 

1) Check if module is installed properly. If you installed the module using direct file upload using FTP than its possible that some files are missing. Most probably the adminhtml template file could be missing.

2) Clear your magento cache if its enabled.

3) If you magento is running in compiler mode than disable it once and re-enable that.

4) If its still not working, enable error printing in magento and check if there is any php error on the page.

5) Last option would be to check with the developer of this module for any possible issue.

 

Hope this helps you to resolve this issue.

 

Dhanpat Saran
Co-Founder, Axis Web Art Magento Development

Re: Magento Testimonials panel missing in admin side

hi @giannifan

 

    you should check admin layout file. maybe layout file is missing in your case. go to modules etx/config.xml file  and check the following code for layout file name in <adminhtml> node

   

<layout>
            <updates>
                <moduelname>
                    <file>abc.xml</file>
                </moduelname>
            </updates>
        </layout>



app/design/adminhtml/default/default/layout/abc.xml



 

Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti

Re: Magento Testimonials panel missing in admin side

Hi @qaisar_satti

Thank you for help. You put me on the right truck Smiley Happy

And now is all working

Gianni

Re: Magento Testimonials panel missing in admin side

hi @giannifan

 

  i hope it track not truck  Smiley Very Happy Smiley Very Happy Smiley Very Happy

Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti