-
AuthorPosts
-
December 6, 2008 at 3:19 pm #136004
I’ve read through everything, and nothing seems to work. I’ve posted this at the end of another long thread, but haven’t gotten any response. Maybe starting a new thread will spark some interested to what appears to be a tired problem.
Thanks in advance.
———-
I have tried every one of the suggestions in this thread, and some from another thread. Nothing seems to work.
I AM able to create the registration link, which works, by creating a Top Menu item, placed in User 3. However, I have not been able to create a ‘Lost Password’ item that works. All of my attempts have either taken me to the registration page, or to a page that simply says I am in the User Area.
Even so, this solution seems to be a method to fix the problem with the template. If I default a different template, such as JA_Purity, without enabling the Top Menu, the registration and lost password links appear with the login form, and appear to work properly.
Obviously, there is a problem with the Avian II template that needs to be addressed.
I just don’t know how to do it, or even where to start.
Help from Support would be GREAT, but any other help would be equally appreciated.
If I cannot fix this, I will have to look elsewhere for a different template.
jclivingstone Friendjclivingstone
- Join date:
- February 2008
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 7, 2008 at 9:01 am #281627Call to undefined function: stripos() in /share/storage/02/ja/jamespaul/joomla/libraries/joomla/environment/uri.php on line 675
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 12, 2008 at 9:48 am #282567Hi
Possible resolutions:* Add this to the end of /libraries/joomla/utilities/compat/php50x.php
if(!function_exists(‘stripos’)) {
function stripos($haystack, $needle, $offset = 0) {
return strpos(strtolower($haystack), strtolower($needle), $offset);
}
}* OR – Upgrade to PHP 5. PHP 4 end of life was August 8, 2008. There will not be any more PHP 4 releases, even for security. (Switching PHP versions may cause problems with some 3rd Party Plugins – be sure to test thoroughly).
* OR – Ignore until Joomla! 1.5.8 since the Article is saved correctly. However, if you are having problems with user logins this will not be appropriate.
-
AuthorPosts
This topic contains 3 replies, has 3 voices, and was last updated by Sherlock 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum