Forum Replies Created
-
@Detective Thanks for the fix! it worked!
https://buddypress.org/forums/topic/wp-sigupphp-and-register#post-26127
By the way, for those of you that are wondering, you have to add Detective’s fix to your theme’s functions.php file!
I was also having the error where the code was stopping at:
<script type=”text/javascript”>var ajaxurl = “http://yourdomain.com/wp-signup.php”;</script>
Detective, How exactly did you figure this out and how does the fix work and why are we getting this error? This should be a fix for the next release of BuddyPress.
Also, everyone, make sure you copy over the functions in the “functions.php” file from the bp-sn-parent theme to the “functions.php” file in your own theme. Without these functions, some things won’t work like member and blog listings as well as sidebar customization when using the “home.php” template.
Also, please note that after installation you have to transfer theme files from
wp-content/plugins/buddypress/bp-themes
to
wp-content/themes/
The folders you need to move are:
bp-default
and
bp-sn-parent
If you do not do this, you’ll be getting 404 errors! Read the install directions!
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
If you are making a custom theme, make sure to move the extra template files to your new theme folder!
I’m having the same exact problem as well! Every page is Error 404. Fresh WordPress MU install followed by a fresh BuddyPress install. Error 404 on every page.
Might this have to do with htaccess? Are files missing? (I re-installed, but problem still persists)