KatiePotatie Posted December 2, 2013 Share Posted December 2, 2013 Hello, I've been working on my company site (Wordpress based) on XAMPP, which managed to get confused with the live site (my bad, I didn't update all the links). From the files I downloaded, I am no getting the following error when loading the site - Fatal error: Call to undefined function get_group() in /websites/LinuxPackage05/st/ir/li/stirling-house.com/public_html/wp-content/themes/sterlingHouse/header.php on line 137 I haven't changed anything in this file, so I'm baffled as to what has happened! line 137 is - $pinfos= get_group ('Page-Info',762); //print_r($pinfos); Any ideas?! I'm new to php, so finding this very trying!!! Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/284447-fatal-error/ Share on other sites More sharing options...
Barand Posted December 2, 2013 Share Posted December 2, 2013 get_group() isn't a PHP function so it must be a user function defined somewhere - probably in another php file that you haven't included Quote Link to comment https://forums.phpfreaks.com/topic/284447-fatal-error/#findComment-1460947 Share on other sites More sharing options...
KatiePotatie Posted December 2, 2013 Author Share Posted December 2, 2013 soooo (and I apologise for making this a 'for dummies' reply) I need to check the php files for get_group() , or find the missing file... I could see it was trying to get something, but what, who knows?!! Thank you for the quick reply! Quote Link to comment https://forums.phpfreaks.com/topic/284447-fatal-error/#findComment-1460949 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.