I am a new Joomla user (Joomla 1.5 JAlolite template) and am getting fatal errors in two areas on this site:
site url http://www.waltkennedy.com/raywray
First problem – fatal error on login attempt: I have created a user John Q. Public (user id “john” and password “letmein” – on login attempt I get
Fatal error: Call to undefined function: stripos() in /home/data/users/waltkenn/public_html/raywray/libraries/joomla/environment/uri.php on line 675
Second problem – fatal error on attempt to add contact form to the main menu – I go to menu manager/mainmenu and click ‘new’, then select contact/standard layout and get this error:
Fatal error: Call to a member function on a non-object in /home/data/users/waltkenn/public_html/raywray/administrator/components/com_menus/models/item.php on line 236.
I have looked at the code – lines 235-240 are listed below:
235 // if hide is set, don’t show the component configuration while editing menu item
236 $menu = $document->attributes(‘menu’);
237 if ( isset($menu) && $menu == ‘hide’ )
238 {
239 $params = null;
240 return $params;
Any help will be most appreciated.