Functions.php using Pre-1.1+ theme
-
When I upgraded from BP 1.0.3 to 1.1, my BP site didn’t show up at all. I discovered it was because of the functions.php file in my main theme. I went ahead and commented out the actions that “Catch specific URLs” (They can be viewed here: http://colinloretz.com/code/functions.txt )
Doing so made the site work perfectly except for the registration and activation pages. ‘http://mydomain.com/register’ now takes me to ‘wp-login.php?redirect_to=http://mydomain.com/register’, obviously because the functions that were catching the URL before are no longer active. I’ve tried changing the functions.php file to make it work but it doesn’t seem to like anything I do and it prevents the site from loading.
My pre-1.1+ buddypress theme is still working when the functions.php file is commented out and I plan on moving it the child-parent framework soon but I need to resolve this signup issue with the pre-1.1+ theme until I can do so.
Any assistance/tips would be great!
Thanks,
Colin
- The topic ‘Functions.php using Pre-1.1+ theme’ is closed to new replies.