Hi @casesolver
Provider says it is because it’s in remote
Can you ask them to clarify what they mean by this?
Hi, thanks for your quick reaction:
We spent an hour to find the solution and the remote idea came up because of the difference logged in and out.
From the error log:
Sun Jan 25 04:00:26 2015] [warn] [client ] mod_fcgid: stderr: PHP Fatal error: Call to undefined function bp_get_activity_directory_permalink() in /var/www/vhosts/freeskills.net/httpdocs/wp-content/themes/x/framework/functions/global/plugins/buddypress.php on line 478, referer: http://freeskills.net/
@casesolver
The error log seems to indicate the problem is coming from the theme x
. For example:
wp-content/themes/x/framework/functions/global/plugins/buddypress.php on line 478
Can you try reverting to the Twenty Fifteen theme to see if the issue is resolved?
Hi Henry,
Yes tomorrow we tried twenty fifteen, all was working.
Last week X theme had 3 updates. BuddyPress has a special place in it. I have to use BP because of the core idea of this website, FreeSkills.net is a timebank, that nice plugin is build with BP.
I’ll send again a question to the X forum.
Many thanks for your attention and help. Kind regards of Anne
It looks like your theme always assumes the Activity component is active.
Hi Paul, Henry,
From the X theme support forum understaying answer.
As the I reinstalled the theme 2 x and did not know where to insert the given code, I deleted the BP plugin and reinstalled… nothing lost and all working fine, that was some stress. Thank you, it’s nice to know that there is so much help and learning from you all.
—-
Hi there,
Thanks for writing in! If bp_get_activity_directory_permalink() is not recognized, it is most probably because the file doesn’t exist for buddypress or outside it’s scope.
To resolve the issue temporarily, comment out the following line.
/* ? bp_loggedin_user_domain() : bp_get_activity_directory_permalink() */
You can try updating your theme to the latest version or if you already have the latest version, try re-installing the theme files.
Hope that helps.
—-