Skip to:
Content
Pages
Categories
Search
Top
Bottom

Odd sub-domain + bbPress problem

Viewing 7 replies - 1 through 7 (of 7 total)
  • @johnhiler

    Member

    My login.php form posts to the following url:

    <form method=”post” action=”<?php bb_option(‘uri’); ?>bb-login.php”>

    Did you change your bbPress Address here?

    http://xyz.dom.com/bb-admin/options-general.php

    @michael3185

    Member

    Just tried that, but it jumps to http://abc.dom.com and shows a cPanel page with;

    Great Success !

    Apache is working on your cPanel® and WHM™ Server

    ???

    @johnhiler

    Member

    What is your bbPress Address set to now?

    And do you mind posting a link to your forum, to help with troubleshooting?

    @michael3185

    Member

    No worries. It was talkspirit.letsdoo.org but I didn’t like it much, so it’s now http://talkzen.letsdoo.org

    I’ve checked the sub-domain, which is pointing to talkzen, and the old talkspirit one is deleted via cPanel. That was all done perhaps 4 or 5 hours ago, so shouldn’t be a server filter-through issue.

    Thanks for taking the time.

    @johnhiler

    Member

    Your database is still storing variables pointing to talkspirit.letsdoo.org… so your header area is still pointing to talkspirit URL’s.

    Check out this call to your css file:

    <link rel=”stylesheet” href=”http://talkspirit.letsdoo.org/my-templates/bbVanilla/style.css&#8221; type=”text/css” />

    Here’s the code that generates that (in my header.php at least):

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

    You should be able to fix this using phpmyadmin. Try running this query to find the row you need to change:

    SELECT * FROM bb_topicmeta WHERE meta_key=’uri’

    Then edit the row so that the meta_value for that row is the url for your new site…

    @michael3185

    Member

    Yay – genius! Many thanks. Hope the topic is of use to another as well.

    @johnhiler

    Member

    Sweet, glad it’s working now! :-)

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar