Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Page Not Found (I have searched everywhere but can not find help) (15 posts)

Started 9 months, 3 weeks ago by: d34thst4lker

  • Profile picture of d34thst4lker d34thst4lker said 9 months, 3 weeks ago:

    The problem that I am experiencing is with a regular wordpress theme. After I installed buddypress and all the other plugins to make it compatible with my theme. I try to go to the buddypress pages (such as activity/groups/ and so on) and the pages come up but on top of the browser, it says “Not Found” | domain.com…
    I have looked everywhere and tried just about everything and can not seem to get this working. I know that if I use a “buddypress theme” This problem does not occur. But of course, I don’t want to be limited to the few buddypress themes that I found, when there are many nice wordpress themes I could work with.
    If anyone can please help me out, I would be much appreciated.
    Thanks in advanced.

  • Profile picture of aces aces said 9 months, 3 weeks ago:

    Are you using pretty permalinks as required by buddypress? ( http://codex.buddypress.org/getting-started/before-installing/#wp-configuration )

  • Profile picture of d34thst4lker d34thst4lker said 9 months, 3 weeks ago:

    i set the permalink to custom “/” and i have the problem with the non-buddypress theme and not with the buddypress theme

  • Profile picture of @mercime @mercime said 9 months, 3 weeks ago:

    == i have the problem with the non-buddypress theme ==
    If you want to use your WP theme with BP, you need to install the BP Template Pack plugin and go through the compatibility process.

    http://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    http://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/

  • Profile picture of enderandrew enderandrew said 9 months, 3 weeks ago:

    @d34thst4lker I suspect this is a permalink issue as aces said above. What urls are coming up for the BP pages currently?

  • Profile picture of Andrea_r Andrea_r said 9 months, 3 weeks ago:

    “i set the permalink to custom “/” ”

    You filled n the wrong values. Basically what you put there will never work. On any theme.

    http://codex.wordpress.org/Permalinks

  • Profile picture of d34thst4lker d34thst4lker said 9 months, 3 weeks ago:

    I have all the plugins installed. ok I understand that having “/” as a custom permalink wont work. But it does work on the “buddypress” theme… And if that is not the right kind of permalink structure… Then can you give me an example of what YOU would use? Thank you

  • Profile picture of d34thst4lker d34thst4lker said 9 months, 3 weeks ago:

    and an example of my problem is, “http://d34thst4lker.com/members/d34thst4lker/”
    If you were to go to that link you will see that it takes you to the page but on the top of the browser is says “Not Found”

    PS: this site is just a demo site for test purposes… But of course I would like to get this stuff working so I know how to implement it on real sites.
    Thanks again

  • Profile picture of @mercime @mercime said 9 months, 3 weeks ago:

    What do you have in your .htaccess file?

  • Profile picture of d34thst4lker d34thst4lker said 9 months, 3 weeks ago:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

  • Profile picture of aces aces said 9 months, 3 weeks ago:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    works for me with permalinks set as Day and name
    Try resaving your permalinks?

  • Profile picture of d34thst4lker d34thst4lker said 9 months, 3 weeks ago:

    Still not working =/

  • Profile picture of enderandrew enderandrew said 9 months, 3 weeks ago:

    Did you change your permalinks setting as well as using the .htaccess settings aces recommended?

  • Profile picture of d34thst4lker d34thst4lker said 9 months, 3 weeks ago:

    yes i did

  • Profile picture of enderandrew enderandrew said 9 months, 3 weeks ago:

    It doesn’t look like permalinks aren’t working correctly.

    http://d34thst4lker.com/register/ works
    http://d34thst4lker.com/members/ works
    http://d34thst4lker.com/members/d34thst4lker/ works

    But the link to your profile is http://d34thst4lker.com/d34thst4lker/