Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter llprimajr

    (@llprimajr)

    At GoDaddy suggestion, I searched support topics regarding Multiple WordPress Installs on One Hosting Account.
    I found a 2 year old topic, to which a reply to the thread directed me here
    https://www.globalartwork.com/2009/wordpress-permalinks-on-windows-iis/
    And wow was this a simple fix.
    In case anyone is having the same issue with GoDaddy.
    Simply open your FTP file manager.
    Click on the wordpress install you are having problems with.
    put a checkmark in the box next to the web.config file.
    Click EDIT
    and copy and paste from this file https://www.globalartwork.com/web.config.txt
    click save and everything now works.
    Thank you to Globalartwork for having the answer

    Thread Starter llprimajr

    (@llprimajr)

    Thank You Krishna,
    I was able to remove the write access on web.config.
    However this did not work.
    GoDaddy support told me it was a problem with the web.config in my root, and removing this shut my entire site down, so doin this for the root is not an option.
    They suggested I seek help regarding Multiple WordPress databases on a site.

    Thread Starter llprimajr

    (@llprimajr)

    In WordPress/Settings/Permalinks
    After changing permalinks from Default to Post and hitting Save Changes.
    In a yellow bar across the top of the page received this message.

    “Permalink structure updated. Remove write access on web.config file now!”

    Thread Starter llprimajr

    (@llprimajr)

    Yes I know, the reason I installed the others, is that when I changed the permalinks in /siteedit, it shut down the site and I had to delete the database. I created the /permalinks error as an example for this request for help, and so I can work on the new site in /siteedit.
    Anyway, I merely need to know how to
    “REMOVE WRITE ACCESS ON WEB.CONFIG”
    or prevent the error from happening when I change the permalinks prior to publishing to the root.

    Thread Starter llprimajr

    (@llprimajr)

    @krishna,
    I build my initial WordPress site at /wordpress, not the root. As well as a second build at /NewWordPress.
    There has never been an issue prior to upgrading to 3.4.1.
    I currently have another WordPress install at /siteedit that is working fine. A previous install (that I deleted) began having the problems, which is why I installed at /permalinktest to use for support.
    Everything works fine until I change the permalinks to Post, then the entire site shuts down.
    On my active site https://www.louisprimajr.com (which was built prior to 3.4, the permalinks are set to post, and updating to 3.4 and 3.4.1 did not effect the site.
    I believe I need to “Remove write access on web.config file now!” as suggested, but do not know how, as I cannot even get into admin.
    The site I have built at /siteedit is ready to go once I know how to change the permalinks without error.

    Thread Starter llprimajr

    (@llprimajr)

    @chavim
    Read through my posts, and @niall responses.
    If you are using a purchased theme, the theme is pushing php info, prior to the Facebook Plugin, that is creating the error of Multiple Url.
    Read through my posts and the replies and see if that helps.

    Thread Starter llprimajr

    (@llprimajr)

    OK, I figured out how to add information.
    Am awaiting approval.

    Thread Starter llprimajr

    (@llprimajr)

    @naill I removed
    <?php bd_meta_head(); ?>
    And the error went away, and the site seems to be functioning properly.
    To those having a similar issue. Removing the the theme (in this case bd) php meta pull seems to work.
    HOWEVER!
    After my test post, I returned to the open graph to click SUBMIT as the instructions state. When I click Submit I receive the following error:

    Built-in Action Types require that you provide instructions for using your app’s Open Graph integration as your Open Graph Test User in a functioning test environment. Failure to provide a functioning test environment will result in rejection of your Action Type.

    I cannot find instructions on this anywhere, and cannot even find a place to enter anything.

    Can you please tell me how to proceed.

    I should note, that the post appears in my activity stream, but is not posted to my timeline. The post DOES appear on my fan page timeline, so we are getting close.

    I am receiving the following (as several people are) error when trying to submit.

    Built-in Action Types require that you provide instructions for using your app’s Open Graph integration as your Open Graph Test User in a functioning test environment. Failure to provide a functioning test environment will result in rejection of your Action Type.

    Can someone please walk me through these steps, as I can find no instructions, and cannot even find where to enter the instructions.

    Thread Starter llprimajr

    (@llprimajr)

    This is what I have

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <?php bd_meta_head(); ?>
    <link rel=”shortcut icon” href=”<?php if(get_option(‘mp_favicon’)!=”) echo get_option(‘mp_favicon’); else echo THEME_URL.’favicon.ico’; ?>”>
    <title><?php
    /*
    * Print the <title> tag based on what is being viewed.
    */
    global $page, $paged;

    wp_title( ‘|’, true, ‘right’ );

    // Add the blog name.
    bloginfo( ‘name’ );

    is it the bd_meta_head?? or the blog info

    Thread Starter llprimajr

    (@llprimajr)

    Sorry, I meant header.php, but I did look elsewhere as well

    Thread Starter llprimajr

    (@llprimajr)

    Thank You, I have contacted Brutal Design for help. As I stated, I disabled all Social Share add ons thru the Music Pro Dashboard. I did not see anything in the Footer.php or the sidebar (as suggested in another thread)
    If you can give me an idea of what type of coding I am looking for in the editor in case Brutal Design does not reply soon, I can delete it myself and see if it works.

    Thread Starter llprimajr

    (@llprimajr)

    My website is hosted on GoDaddy https://www.louisprimajr.com
    MySQL 5.0 PHP 5.3
    I created a separate WordPress Database https://www.louisprimajr.com/NewMPWordPress/
    I uploaded themeforest.com theme Music Pro 2.7.1
    There are Social Share buttons within this theme.
    I disabled the Social Share Buttons in the Theme Dashboard.
    I have no plugins associated with this WordPress.
    I installed the Facebook Plugin, and carefully followed the instructions again. The Facebook App is “LouisPrimaJr”
    I did the test post https://louisprimajr.com/NewMPWordPress/?p=14
    I again received the following error.

    Failed posting to your Facebook Timeline. Error: {“message”:”Object at URL ‘https://louisprimajr.com/NewMPWordPress/?p=14&#8217; of type ‘article’ is invalid because it specifies multiple ‘og:url’ values: https://louisprimajr.com/NewMPWordPress/?p=14, https://louisprimajr.com/NewMPWordPress/?p=14.&#8221;,”type”:”Exception”}

    The WordPress Post DID appear on my Facebook Fan Page https://www.facebook.com/louisprimajr.witnesses.sarahspiegel
    But did not appear on my Facebook Timeline https://www.facebook.com/louisprimajr

    I am leaving the test post on the secondary WordPress that I listed above.

    debug info From Social Plugin
    {“appid”:”332014596880589″,”version”:”1.0″,”domain”:”louisprimajr.com”,”social_publisher”:{“enabled”:”true”,”publish_to_authors_facebook_timeline”:”true”,”publish_to_fan_page”:{“page_name”:”Louis Prima, Jr. and the Witnesses featuring Sarah Spiegel”,”page_id”:”121930597859488″},”mentions_show_on_homepage”:”true”,”mentions_position”:”both”},”recommendations_bar”:{“trigger”:”50″,”read_time”:”20″,”action”:”like”,”side”:”right”},”subscribe”:{“layout”:”standard”,”width”:”450″,”colorscheme”:”light”,”font”:”lucida grande”,”position”:”both”},”comments”:{“num_posts”:”20″,”width”:”470″,”colorscheme”:”light”},”send”:{“colorscheme”:”light”,”font”:”lucida grande”,”position”:”both”},”wp_ver”:”3.4″}

    debug info from Facebook App
    Open Graph Warnings That Should Be Fixed

    Tiny og:image: All the images referenced by og:image must be at least 200px in both dimensions. Please check all the images with tag og:image in the given url and ensure that it meets the minimum specification.
    Parser Mismatched Metadata: The parser’s result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input property =>content pairs that were not seen in the parsed result: ‘og:locale:locale => en_US, og:type => website, og:title => NewMPWordPress’

    Raw Open Graph Document Information

    Meta Tag: <meta property=”og:title” content=”Home | NewMPWordPress” />
    Meta Tag: <meta property=”og:site_name” content=”NewMPWordPress” />
    Meta Tag: <meta property=”og:url” content=”https://louisprimajr.com/NewMPWordPress/&#8221; />
    Meta Tag: <meta property=”og:image” content=”https://louisprimajr.com/NewMPWordPress/wp-content/themes/musicpro/images/bd_fbimage.jpg&#8221; />
    Meta Tag: <meta property=”og:type” content=”article” />
    Meta Tag: <meta property=”og:locale” content=”en_US” />
    Meta Tag: <meta property=”og:site_name” content=”NewMPWordPress” />
    Meta Tag: <meta property=”og:type” content=”website” />
    Meta Tag: <meta property=”og:title” content=”NewMPWordPress” />
    Meta Tag: <meta property=”og:description” content=”Just another WordPress site” />
    Meta Tag: <meta property=”fb:app_id” content=”332014596880589″ />

    This is my last cry out for help. I would truly like to use this plugin to simplify my postings. I have read almost every single support topic, and tried several of them, but nothing works. Anything that is needed from me, I can provide, but PLEASE HELP!

    Thread Starter llprimajr

    (@llprimajr)

    On my second sited, I deleted the Music Pro Theme and activated the Twenty Eleven Theme that comes with WordPress.
    I created a post, and did not receive the Multiple url error, The post did appear on my Facebook App, but did not post to my Facebook Wall.
    I then clicked Submit in the App Open Graph and received several errors.
    The post DID appear on my Fan Page with no problems.
    The Facebook Plugin also appears to be causing the site (admin) to run extremely slow, to the point of Time Out errors every time I attempt to change pages, delete or submit a post.
    This does appear to be a Facebook Plugin issue with the Authors Facebook Page, as all test posts I created appeared on my Fan Page immediately.

    Thread Starter llprimajr

    (@llprimajr)

    This is the HTML code in the theme editor

    /* Facebook */
    if($facebook){
    $html .= ‘<div style=”float:left;width:80px;height:20px;margin-right:18px; margin-bottom:10px”>
    <div class=”fb-like” data-href=”‘.$link.'” data-send=”false” data-width=”100″ data-height=”80″ data-layout=”button_count” data-show-faces=”false” data-font=”verdana”></div>
    </div>’;

    Is there something I can change the “data-href” to?
    To note, I am not using the social share, should I just delete the Facebook HTML altogether?

Viewing 15 replies - 1 through 15 (of 17 total)