Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

  • libationblog
    Participant

    @libationblog

    I see what you mean. I put the date field in the custom forms for birth date and instead of something simple like 12281977 (for dec, 28 1977) I get 252133200. What is the basis of decrypting this number?


    libationblog
    Participant

    @libationblog

    To follow up on this, the table you pointed out only has the default field “full name” not any of the custom fields I created. What am I missing?


    libationblog
    Participant

    @libationblog

    Jeff you are a rockstar! Thanks again.


    libationblog
    Participant

    @libationblog

    Honewatson I am happy to give it a whirl.


    libationblog
    Participant

    @libationblog

    I can see hidden files so thats not the issue.

    But, Jeff your other solution fixed everything perfectly. Thanks for the assistance!


    libationblog
    Participant

    @libationblog

    First off Jeff thanks for the help!

    The themes are in the correct place as you have indicated above. The BPHome theme is located in the wp-content/themes directory to feed the main site.

    When I did the install it didnt produce a .htaccess file. So I tried creating my own. Does this provide any insight?


    libationblog
    Participant

    @libationblog

    Hey guys thanks for the advise. I am navigating my way through a sea of 404 and 500 errors at the moment but, will power through.


    libationblog
    Participant

    @libationblog

    Here is one more thing I just noticed. My site is hosted on 1&1 on a developer account. I took a look at my .htaccess file which currently has the

    AddType x-mapp-php5 .php

    Command to force the server to use php5. When I add the text from the htaccess.dist

    RewriteEngine On

    RewriteBase BASE/

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    I get 500 errors. Any insights?


    libationblog
    Participant

    @libationblog

    No problem:

    1. Which version of WPMU are you running?

    2.7.1

    2. Did you install WPMU as a directory or subdomain install?

    directory

    3. If a directory install, is it in root or in a subdirectory?

    root

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    no

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    yes

    6. Which version of BuddyPress (BP) are you running?

    1.0.2

    7. Did you upgraded from a previous version of BP? If so, from which version?

    no

    8. Do you have any plugins other than BuddyPress installed and activated?

    no

    9. Are you using the standard BuddyPress themes or customized themes?

    standard

    10. Have you modified the core files in any way?

    no

    11. Do you have any custom functions in bp-custom.php?

    no

    12. If running bbPress, which version?

    no

    13. Please provide a list of any errors in your server’s log files.

    none

Viewing 9 replies - 1 through 9 (of 9 total)
Skip to toolbar