-
AuthorPosts
-
sbaldwin Friend
sbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
August 22, 2009 at 5:48 pm #143643Hi,
I can no longer login on the frontend from my Home page after updating Joomla to latest release. I get an error message after clicking on Create a new Account, Retrive Password or Forgot your Username:
Create a New Acoount gives me:
Fatal error: Call to a member function def() on a non-object in /home/websterc/public_html/properties/components/com_user/views/register/tmpl/default.php on line 19AND:
Fatal error: Call to a member function def() on a non-object in /home/websterc/public_html/properties/components/com_user/views/remind/tmpl/default.php on line 3:confused:
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
August 22, 2009 at 8:13 pm #315077Hi Scotty,
My email shows you asked for live url to see if it might be templet related,(see below) however I don’t see it in the forum. It is properties.webstercommunitynews.com if you need it: Thanks!This problem has been reported by others on the Joomla Forum.
Do you have a live URL? I’d like to see if it’s template specific.scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 22, 2009 at 10:18 pm #315083Yea I edited my post.
As the error is being found in a Joomla core file I presume the problem is not template related.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 22, 2009 at 10:28 pm #315085yikes! If you do a google on “com_user/views/remind/tmpl/default.php on line 3″ it throws up loads of sites with the same problem.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 22, 2009 at 10:34 pm #315086You are running PHP5 yes?
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
August 22, 2009 at 11:05 pm #315093Yes, php 5.2.9. Strange thing is that my sub-domain does not allow login without error however my main domain (using telinne11) does not have a problem, I just checked it. Both where upgraded. Could that show it might possibly be the template then?
I think back when I upgraded both my domain and sub-domain (both have own databases) to 1.5.10 I had the same problem with my sub-domain using JA Rochea template.
thanks for you help!
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 22, 2009 at 11:13 pm #315094No the error is a PHP error and nothing to do with the template.
Can you open /home/websterc/public_html/properties/components/com_user/views/remind/tmpl/default.php and post it’s contents here please?
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
August 22, 2009 at 11:47 pm #315097Scotty,
Thank you for checking!<?php defined(‘_JEXEC’) or die; ?>
<?php if ( $this->params->def( ‘show_page_title’, 1 ) ) : ?>
<div class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
<?php echo $this->escape($this->params->get(‘page_title’)); ?>
</div>
<?php endif; ?>
<form action=”<?php echo JRoute::_( ‘index.php?option=com_user&task=remindusername’ ); ?>” method=”post” class=”josForm form-validate”>
<table cellpadding=”0″ cellspacing=”0″ border=”0″ width=”100%” class=”contentpane”>
<tr>
<td colspan=”2″ height=”40″>
<p><?php echo JText::_(‘REMIND_USERNAME_DESCRIPTION’); ?></p>
</td>
</tr>
<tr>
<td height=”40″>
<label for=”email” class=”hasTip” title=”<?php echo JText::_(‘REMIND_USERNAME_EMAIL_TIP_TITLE’); ?>::<?php echo JText::_(‘REMIND_USERNAME_EMAIL_TIP_TEXT’); ?>”><?php echo JText::_(‘Email Address’); ?>:</label>
</td>
<td>
<input id=”email” name=”email” type=”text” class=”required validate-email” />
</td>
</tr>
</table>
<button type=”submit” class=”validate”><?php echo JText::_(‘Submit’); ?></button>
<?php echo JHTML::_( ‘form.token’ ); ?>
</form>sandy
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 23, 2009 at 12:21 am #315099Sandy in the file above on the second line can you change the ‘def’ to ‘get’ and then on your site click the ‘Forgot Username?’ link please.
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
August 23, 2009 at 1:08 am #315100Hi Scotty,
I changed it, but still not working.scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 23, 2009 at 9:51 am #315112Not much more I can do. I thought it was a PHP issue but your main domain site is wroking correct. I’m not good enough with PHP to trace the problem. It does seem to be a bug in Joomla as loads of sites have the same problem and I see one or two threads on Joomla forum about it but no solution.
I’d download Joomla full pack and overwrite all your existing files just to make sure all files are the latest. If problem is still there I’d post an other thread in Joomla forums.
1 user says Thank You to scotty for this useful post
sbaldwin Friendsbaldwin
- Join date:
- May 2008
- Posts:
- 342
- Downloads:
- 0
- Uploads:
- 65
- Thanks:
- 119
- Thanked:
- 15 times in 1 posts
August 23, 2009 at 8:28 pm #315140Hi Scotty,
I found out it was a corrupt file problem. For some reason FTP corrupted some file(s) with the Upgrade package. I was instructed from Joomla.org to re-ftp the files and if that didn’t work to re-ftp the FULL package minus the installation folder. The latter worked!
That was weird but uploading the full package worked. Thanks so much for you help.
SandyPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 23, 2009 at 8:56 pm #315143You will probably find that your download had become corrupted. I had this too so I restored to before the upgrade to .14, downloaded a fresh copy the re-uploaded and all was fine. From what I have been told, for a short while the update package on the Joomla.org server was faulty but they quickly replaced it with a good version.
-
AuthorPosts
This topic contains 14 replies, has 3 voices, and was last updated by Phill 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum