Theme032
Main Topics
Browse All TopicsI get this error in Magento whenever i try to view the image of a product. Can anyone explain or give me an idea as to what is causing this please?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok,
What is happening is that there is a file called popup.phtml which should be in the folder
/home/zeta/public_html/app
but it isn't, this is possibly due to having a template which was desgned for an older version of Magento, or you should have been sent another folder with the template files in.
What we will try first is going on to your server and navigate to
/home/zeta/public_html/app
and duplicating the file
one-column.phtml
and naming it
popup.phtml
Let's see if that does the trick.
It looks like it's working ok, what are you clicking on? Anyway as a permanent solution we need to alter catalog.xml so go to:-
/home/zeta/public_html/app
duplicate it and call it
catalog_orig.xml
and open it up in a text editor search for
<catalog_product_compare_in
and paste here what is inbetween that and
</catalog_product_compare_i
Then do the same with
<catalog_product_gallery>
and
</catalog_product_gallery>
Once I've seen that I'll be able to let you know what to change it to.
:-)
Business Accounts
Answer for Membership
by: DaymoHPosted on 2009-09-01 at 10:41:28ID: 25233937
Hi Rafique12
What theme are you using?