Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter sherpabizdev

    (@sherpabizdev)

    Bill,

    Thanks so much for the thoughtful reply. I effectively did the same thing w/a cocktail of plugins :). Not being comfortable with .php, I used Genesis Simple Sidebars, Simple Hooks, and Featured Widget Amplified along with Dynamic Widgets to accomplish what you describe. Now with a post category called “marketing-featured” I can use the featured widget to display posts from that category. The widget itself only appears at the top of the marketing category archive with the help of dynamic widgets plugin.

    I’ll still have a look at your suggestions because it would be more elegant. With my approach, I have to create a unique widget for each post category, create a new category called “featured-[category]” for each main category, and massage the dynamic widgets settings to get the right widget to appear atop the appropriate category archive…

    Thanks again for taking the time!

    Warm regards,

    Andy McClure

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Nick, Thank you for the quick reply and recommendation. Cheers!

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Got it. Thank you both for the help. I will check w/my host first.

    Cheers!
    Andy

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Let me clarify my final paragraph:

    If I use standard, host-available, tools to create the initial subdomains (like http://geo1.example.com) can I then install a discreet WordPress *network* w/Buddypress at the top level that won’t get confused or angry at me?

    Thread Starter sherpabizdev

    (@sherpabizdev)

    I was trying to add ‘sfbay’ which I had previously created (but was unreachable, per my original problem). Even after removing ‘sfbay’ from the blogs table, I still couldn’t use the name.

    Anyway, it’s a moot point now because I obliterated the installation and started over. It all seems to work o.k. now.

    Thanks to all, especially Andrea_r, for help!

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Strange. Whatever the support person did must have resolved something. The subdomains I had previously tried still had the “error establishing database…” error.

    For the heck of it, I tried establishing a new site and it worked… and the site is reachable.

    Now I want to create a fresh one using a subdomain name I had already attempted before. The network admin panel did NOT show those old sites among the existing network sites. So I tried to re-create it new and I got an error that the site already existed. So I went into the wp_blogs table and deleted the old entries.

    I still can’t create a new site under the subdomain I want. The error I get now is “Sorry, that site is reserved!”

    Any thoughts about where else I need to clean out that name so that I can create a fresh site?

    Thanks in advance.

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Yes, I did use a one-click install. O.k., I will give that a try. The directions don’t look too scary. I’ll post again after. Thanks so much for your help!!

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Andrea_r, you’ve been amazing. I feel like I am getting close, but just don’t understand enough to fix this myself. Are you for hire? Should I just uninstall everything and start over?

    Here is the new reply I got after communicating the issues you presented:

    Hello,
    It still appears to be a scripting issue.

    mysql> select blog_id, site_id, domain from wp_blogs;

    +———+———+———————-+
    | blog_id | site_id | domain |
    +———+———+———————-+
    | 1 | 1 | 99andunder.com |
    | 4 | 1 | sfbay.99andunder.com |
    | 5 | 1 | sf2.99andunder.com |
    | 6 | 1 | test.99andunder.com |
    +———+———+———————-+

    This is information from one table. The following I found on the link your provided for multisite. The script is not creating the necessary tables. Above I’ve shown you
    “The data of the main site are stored in existing unnumbered tables. The data of additional sites are stored in new numbered tables.”

    mysql> show tables;
    +————————+
    | Tables_in_sherpa_wdps1 |
    +————————+
    | wp_blog_versions |
    | wp_blogs |
    | wp_commentmeta |
    | wp_comments |
    | wp_links |
    | wp_options |
    | wp_postmeta |
    | wp_posts |
    | wp_registration_log |
    | wp_signups |
    | wp_site |
    | wp_sitemeta |
    | wp_term_relationships |
    | wp_term_taxonomy |
    | wp_terms |
    | wp_usermeta |
    | wp_users |
    | wp_woo_term_meta |
    +————————+

    I added a new database user to the database to ensure that you have all database privileges available:
    ALTER CREATE CREATE ROUTINE CREATE TEMPORARY TABLES CREATE VIEW DELETEDROP EXECUTE INDEX INSERT LOCK TABLES REFERENCES SELECT TRIGGER UPDATE

    Thread Starter sherpabizdev

    (@sherpabizdev)

    O.k. I went to Hostgator support for help, and here is what they had to say. Not sure what to do with this information:

    Hello,
    I looked into this; however, it appears that the script is not creating the proper tables to correspond with new users. Errors that wordpress said should be provided for support are as follows:
    wp_4_posts: Table ‘sherpa_wdps1.wp_4_posts’ doesn’t exist
    wp_4_comments: Table ‘sherpa_wdps1.wp_4_comments’ doesn’t exist
    wp_4_links: Table ‘sherpa_wdps1.wp_4_links’ doesn’t exist
    wp_4_options: Table ‘sherpa_wdps1.wp_4_options’ doesn’t exist
    wp_4_postmeta: Table ‘sherpa_wdps1.wp_4_postmeta’ doesn’t exist
    wp_4_terms: Table ‘sherpa_wdps1.wp_4_terms’ doesn’t exist
    wp_4_term_taxonomy: Table ‘sherpa_wdps1.wp_4_term_taxonomy’ doesn’t exist
    wp_4_term_relationships: Table ‘sherpa_wdps1.wp_4_term_relationships’ doesn’t exist
    wp_4_commentmeta: Table ‘sherpa_wdps1.wp_4_commentmeta’ doesn’t exist

    That table prefix is not mentioned in any of your files; so I can only assume that it’s pulling the referrer’s id and attempting to access those tables. This would indicate a scripting error.

    I hope this helps with finding a resolution! Let us know if you need any server side adjustments.

    Any insights are welcome. Thanks in advance.

    Regards,

    Andy

    Thread Starter sherpabizdev

    (@sherpabizdev)

    I checked my db and there is a ‘wp_blogs’ table that includes entries for the primary site and the subdomains I have created. Does the fact that the table and those entries exist indicate that db permissions is not my problem?

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Hi Andrea_r,

    Thank you so much for the reply! Yes, I did setup the wildcard subdomain. And yes, I did use a one-click installer for WordPress. As for the db tables, I am not sure what to look for. Should there be a whole new db for each new site?

    Andy

    Thread Starter sherpabizdev

    (@sherpabizdev)

    Thanks for the reply t-p. Is your advice generic for any WordPress installation, or specific to my problem of converting to a network installation?

    My primary domain works fine (http://99andunder.com) but any subdomain I create (like sfbay.99andunder.com) is unreachable.

    Thanks again for your help. Any additional clarification would be great.

    Andy

    Thread Starter sherpabizdev

    (@sherpabizdev)

    have not gotten help on this. I plan to post a new thread.

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