katinkaspirituality
Member
Posted 11 months ago #
I've installed the tarski theme on my wpmu buddypress site and it looks great, except that I get the following warning at the bottom:
'Missing argument 1 for get_current_site_name(), called in public_html/mystic-minds.net/wp-content/themes/tarski/app/templates/credits.php on line 4 and defined in public_html/mystic-minds.net/wp-includes/ms-load.php on line 114
| Hosted by'
[edited urls for at least a bit of anonimity here]
The site is: http://mystic-minds.net/philosophy/
DaughterKnight
Member
Posted 11 months ago #
I am getting the same problem. Can anyone help?
Hi, you probably have an answer to this by now but it looks like the line in:
/wp-content/themes/tarski/app/templates/credits.php
Line 4 looks like this:
' $current_site = get_current_site_name();'
but it should I think read:
' $current_site = get_current_site();'
Doing that removed the error but didnt display the site name. Half way there anyhow ;-)