Page 1 of 1

[SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Wed Nov 12, 2008 11:28 am
by Strats
Contact Image cannot be displayed after upgrading to 1.5.8

Re: Contact Image cannot be displayed at 1.5.8

Posted: Wed Nov 12, 2008 12:57 pm
by Strats
Solution found. Just replace the
/public_html/components/com_contact/views/contact/tmpl/default.php with the one
attached

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Mon Nov 24, 2008 4:49 pm
by StoneAdventure
I got this far /components/com_contact/views/

I have no contact directory in my /views directory. I have SEF URLs enabled, might this have something to do with it? In my "views" directory, I have Archive, Article, Category, Frontpage, Index.html, and Section. All of these have a tmpl/default.php in them, except for the "index.html," obviously.

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Tue Dec 02, 2008 12:14 am
by davemgood
I tried all the folders available, one at a time, and the 'default.php' file didn't work on any of them.

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Sat Dec 13, 2008 2:20 pm
by japple
I tried all the folders available, one at a time, and the 'default.php' file didn't work on any of them.
Me too. Where is the elusive default.php file the others speak of?

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Sat Dec 13, 2008 2:35 pm
by Strats
/public_html/components/com_contact/views/contact/tmpl/default.php

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Sat Dec 13, 2008 5:08 pm
by japple
I must not have the full featured version of Joomla - no "contacts" folder. I'm hurt.

All seriousness aside. I'm good to go until I try to access the aforementioned folder. It simply does not exist.

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Wed Jan 07, 2009 2:37 am
by tcsweb
Had this problem, installed updated default.php now contact image displays but at the top of every page I get: XML Parsing Error at 1:892. Error 23: EntityRef: expecting ';'

Now what?

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Wed Jan 07, 2009 5:20 am
by dpacadmin
You could download the Joomla_1.5.8-Stable-Full_Package and grab your missing files and folders from there.

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Sat Jan 24, 2009 4:12 pm
by tcsweb
Still have this problem.....

Installed updated default.php now contact image displays but at the top of every page I get: XML Parsing Error at 1:892. Error 23: EntityRef: expecting ';'

This is in a RED background

ANYONE?

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Sat Jan 24, 2009 4:36 pm
by Strats
tcsweb wrote:Still have this problem.....

Installed updated default.php now contact image displays but at the top of every page I get: XML Parsing Error at 1:892. Error 23: EntityRef: expecting ';'

This is in a RED background

ANYONE?
Have you upgraded to 1.5.9? This issue has been solved at the new 1.5.9 version

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Sat Jan 24, 2009 4:47 pm
by tcsweb
Yes I have. Just upgraded this morning.

Re: [SORTED] Contact Image cannot be displayed at 1.5.8

Posted: Sat Feb 21, 2009 1:52 am
by y2kserver
don't do so far, just remove the "/" variable in same default.php in the template section it's work 100% for me.

1. components\com_contact\views\contact\tmpl\default.php on line 52
2. templates\(your template)\html\com_contact\contact\default.php on line 52

<?php echo JHTML::_('image', '------>/<-------]images/stories' . '/'.$this->contact->image, JText::_( 'Contact' ), array('align' => 'middle')); ?>

have it a try, hope it will help some.