Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter e3mobile

    (@e3mobile)

    Hi Ben,

    Great, will look into this and go from there..

    Many thanks for your help – brilliant plugin ??

    Thread Starter e3mobile

    (@e3mobile)

    Hi Ben,

    Many thanks for your reply.

    Oh that’s a shame, is there anyway it could be done, i.e. can the plugin be extended to do so?

    Thread Starter e3mobile

    (@e3mobile)

    Issue resolved…. tired eyes….

    Just a quick question – is it possible to use this plugin to be able to get a persons location and then provide them with directions to a specific marker :o)

    Forum: Fixing WordPress
    In reply to: Posting Problem
    Thread Starter e3mobile

    (@e3mobile)

    Hi Pioneer,

    Many thanks for your help, I gave what you suggested a try and I’m still getting the same problem. The error log ran into 30.4GB so I’ve removed this and started a fresh error log to see if I can identify the issue that way.

    I’ve also made contact with my hosting provider to see if it is something their end.

    Any other suggestions would be greatly appreciated.

    Forum: Fixing WordPress
    In reply to: Posting Problem
    Thread Starter e3mobile

    (@e3mobile)

    Hi Pioneer,

    I’ve just tried this and the same problem occurs…

    Hi All,

    I had the same problem, I have a quick fix, not sure if its the right way but it seems to of worked for me. Edit the following file, sharebar.php

    On Lines 112 and 124, change the following lines of code from this:

    Line 112
    $results =$wpdb->get_results($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."sharebar WHERE enabled=1 ORDER BY position, id ASC")); $str .= "\n";

    to this

    $results =$wpdb->get_results($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."sharebar WHERE enabled=1 ORDER BY position, id ASC", null)); $str .= "\n";

    Line 124

    From this

    ` $results = $wpdb->get_results($wpdb->prepare(“SELECT * FROM “.$wpdb->prefix.”sharebar WHERE enabled=1 ORDER BY position, id ASC”)); $str .= “\n”;
    `

    to this

    $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."sharebar WHERE enabled=1 ORDER BY position, id ASC", null)); $str .= "\n";

    You may or may not need to edit line 124 depending on your position…as I say its a quick fix and its worked for me… hope this helps someone…

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