-
AuthorPosts
-
January 11, 2014 at 1:00 pm #805
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?
January 11, 2014 at 3:16 pm #8129well 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
January 11, 2014 at 4:17 pm #8130This is new version, but somehow there is wrong version number inside. Let’s wait for 3.1.2 🙂
January 11, 2014 at 4:24 pm #8131if you go into the basic theme and change the version umber to 3.1.1 the error is fixed,
January 11, 2014 at 6:28 pm #8132Did you notice any changes or new features?
January 11, 2014 at 6:40 pm #8133I 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).January 11, 2014 at 9:38 pm #8134@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?
January 11, 2014 at 9:59 pm #8135@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.
January 11, 2014 at 11:07 pm #8136Just 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
January 11, 2014 at 11:39 pm #8137Yeah, 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.
January 12, 2014 at 8:49 am #8138@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.
January 12, 2014 at 2:41 pm #8139Man, 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.January 12, 2014 at 4:16 pm #8140@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
TimJanuary 18, 2014 at 7:45 pm #8141I 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?
January 18, 2014 at 8:12 pm #8142@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?
-
AuthorPosts
You must be logged in to reply to this topic.