Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #805
    Profile photo of Andre
    Andre
    Participant

    The title says it all. What is new in 3.1.1 and should we update to it when the current version 3.0 is working well?

    #8129
    Profile photo of shotupdave
    shotupdave
    Participant

    well I just found a bug, I ran the update and now it says this

    You have version 2.3.1 installed. Update to 3.1.1

    #8130
    Profile photo of ajt
    ajt
    Participant

    This is new version, but somehow there is wrong version number inside. Let’s wait for 3.1.2 🙂

    #8131
    Profile photo of shotupdave
    shotupdave
    Participant

    if you go into the basic theme and change the version umber to 3.1.1 the error is fixed,

    #8132
    Profile photo of Andre
    Andre
    Participant

    Did you notice any changes or new features?

    #8133
    Profile photo of ajt
    ajt
    Participant

    I think that there are only few of my changes, which should be introduced in previous version, but something went wrong and they are now 🙂

    – new option in Bee->Network, to switch on/off results from symbiostock.info, when no local result found,
    – narrower navigation arrows in network results,
    – fixed minor bug (wrong number of promoted keywords in one file),
    – if image in network results is clicked, new browser window (or tab) is opened, if image is from networked site, or current browser window is used if it is local image (but shown in network results coming from global search).

    #8134
    Profile photo of JoAnnSnover
    JoAnnSnover
    Participant

    @ajt wrote:

    I think that there are only few of my changes, which should be introduced in previous version, but something went wrong and they are now 🙂

    – new option in Bee->Network, to switch on/off results from symbiostock.info, when no local result found…

    Does this mean that the custom changes some of us did a while back to our No Results Found page are now part of the standard theme? If so, that’s wonderful. If not, can you elaborate a bit please?

    #8135
    Profile photo of ajt
    ajt
    Participant

    @joannsnover wrote:

    @ajt wrote:

    I think that there are only few of my changes, which should be introduced in previous version, but something went wrong and they are now 🙂

    – new option in Bee->Network, to switch on/off results from symbiostock.info, when no local result found…

    Does this mean that the custom changes some of us did a while back to our No Results Found page are now part of the standard theme? If so, that’s wonderful. If not, can you elaborate a bit please?

    I can’t find that topic, but the changes are exactly that we made.

    #8136
    Profile photo of tdahl-stock
    tdahl-stock
    Participant

    Just FYI… I tested this on my test site and here is the error I get and then can’t get back into my admin.

    Parse error: syntax error, unexpected ‘[‘ in /home/flashb2/public_html/symtest/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 175

    That line is the following as part of the function symbiostock_build_html_results($results, $network_search, $site_count = 0){ ;

    $http_request = “http://symbiostock.info/?symbiostock_network_search=”.$search_term.”&r=”.parse_url(get_home_url());

    On my test site I do not have Symbiostock.info as a network linked site so I am assuming it is just not handling that situation?

    -Tim

    #8137
    Profile photo of cthoman
    cthoman
    Participant

    Yeah, I tested it on my local host as well, and I couldn’t get any of the site (back end and site itself) to load. So, I’d wait to update.

    #8138
    Profile photo of ajt
    ajt
    Participant

    @tdahl-stock wrote:

    On my test site I do not have Symbiostock.info as a network linked site so I am assuming it is just not handling that situation?

    -Tim

    No, there is different reason.
    What php version is there?

    Could you replace that line 175 to this 3 lines and tell me if it works?

    $parsed_url = parse_url( get_home_url() );
    $referer = $parsed_url[ ‘host’ ];
    $http_request = “http://symbiostock.info/?symbiostock_network_search=”.$search_term.”&r=”.$referer;

    Update:
    Or simpler version, without additional lines. Replace line 175 to

    $http_request = “http://symbiostock.info/?symbiostock_network_search=”.$search_term.”&r=”.get_home_url();

    Update2:

    *OR* do nothing, but upgrade php to at least 5.4.

    #8139
    Profile photo of Andre
    Andre
    Participant

    Man, I’m glad I didn’t update to 3.1.1.
    I’m running on PHP 5.2 and since I have many more different websites on the space I would not want to update to any other PHP version (and risk to break something else) unless absolutely necessary and unavoidable.

    #8140
    Profile photo of tdahl-stock
    tdahl-stock
    Participant

    @ajt wrote:

    Update:
    Or simpler version, without additional lines. Replace line 175 to

    $http_request = “http://symbiostock.info/?symbiostock_network_search=”.$search_term.”&r=”.get_home_url();

    I updated the one line and it is okay now. I am on PHP version 5.3.26 which is the latest my cPanel will let me run. There is not option to run 5.4.

    If there are minimum requirements for these updates It would be good to know them. If 5.4 is going to be minimum going forward then I have a problem updated my site going forward until my host allows me to run 5.4. I have not opened a ticket with them yet to see if it is possible though. I am using Lunarpages for my hosting.

    Thanks
    Tim

    #8141
    Profile photo of CrackerClips
    CrackerClips
    Participant

    I didn’t do 3.1.1 bit I see that 3.1.2 is now available. Is it safe to update if I’m on PHP 5.3?

    #8142
    Profile photo of Andre
    Andre
    Participant

    @crackerclips wrote:

    I didn’t do 3.1.1 bit I see that 3.1.2 is now available. Is it safe to update if I’m on PHP 5.3?

    I second the question, only I’m on PHP 5.2?

Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in to reply to this topic.