I have the same issue with the new released Osho 7.1 beta. I only want to use "official" releases and nothing unsupported from the svn in a production environment. Anyone knows how to hotfix this manually or something?
2) When I try to add a group I get: checkAction() fatal error. Unknown action ID: 0
Just tried this on 17140, I was able to create multiple groups without error.
-- at0m33 |
I din't get any error , and group got created but I got a warning , how to turn off warnings in production? Warning: substr_compare() [function.substr-compare]: The length cannot exceed initial string length in /home/metro16j/public_html/beta/inc/classes/BxDolTwigTemplate.php on line 43
I have the same issue with the new released Osho 7.1 beta. I only want to use "official" releases and nothing unsupported from the svn in a production environment. Anyone knows how to hotfix this manually or something?
2) When I try to add a group I get: checkAction() fatal error. Unknown action ID: 0
Just tried this on 17140, I was able to create multiple groups without error.
|
http://www.boonex.com/trac/dolphin/ticket/2864 http://www.boonex.com/trac/dolphin/changeset/17150 I din't get any error , and group got created but I got a warning , how to turn off warnings in production? Warning: substr_compare() [function.substr-compare]: The length cannot exceed initial string length in /home/metro16j/public_html/beta/inc/classes/BxDolTwigTemplate.php on line 43
Rules → http://www.boonex.com/terms |
This doesn't make sense: PHP: 5.3.3 - WARNING (your PHP version is probably outdated, upgrade to the latest 5.3.18 maybe required)
admin --> Tools --> Host Tools Somebody's math is a little off My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
it also tells you to upgrade to dolphin 7.0.9 as well..... https://dolphin-techs.com - Skype: Dolphin Techs |
PHP 5.3.18 is a newer release than 5.3.3 ;). Eighteen is higher than three. 5.3.3 was released in 2010 and 5.3.18 this year. This doesn't make sense: PHP: 5.3.3 - WARNING (your PHP version is probably outdated, upgrade to the latest 5.3.18 maybe required)
admin --> Tools --> Host Tools Somebody's math is a little off
-- at0m33 |
RE: PHP 5.3.18 is a newer release than 5.3.3 ;). Eighteen is higher than three. 5.3.3 was released in 2010 and 5.3.18 this year.
That version numbering, if you are correct, is afu. If 18 is higher than 3, then my version should be called 5.3.03 ... NOT 5.3.3 If you are going to have two decimal places, then my version should be either 5.3.30 or 5.3.03. I guess it makes sense to someone... but not to me. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
i dont so any problem with this version numbering ... RE: PHP 5.3.18 is a newer release than 5.3.3 ;). Eighteen is higher than three. 5.3.3 was released in 2010 and 5.3.18 this year.
That version numbering, if you are correct, is afu. If 18 is higher than 3, then my version should be called 5.3.03 ... NOT 5.3.3 If you are going to have two decimal places, then my version should be either 5.3.30 or 5.3.03. I guess it makes sense to someone... but not to me.
http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
RE i dont so any problem with this version numbering ... You would if you had a math background. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
you would not if you had a programming brackground. RE i dont so any problem with this version numbering ... You would if you had a math background.
http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
Most versioning is done that way. https://www.deanbassett.com |
PHP 5.4.8 (Current stable) PHP 5.3.18 (Old stable) The above is from the PHP website. However, HustonLively is correct, this is strange versioning. Of course one can skip versions if they feel the release has move beyond simple point releases; otherwise, PHP is not even following their own versioning system. Geeks, making the world a better place |
PHP 5.4.8 (Current stable) PHP 5.3.18 (Old stable) The above is from the PHP website. However, HustonLively is correct, this is strange versioning. Of course one can skip versions if they feel the release has move beyond simple point releases; otherwise, PHP is not even following their own versioning system. PHP 5.4.8 and PHP 5.3.18 released!18-Oct-2012 The PHP development team announces the immediate availability of PHP 5.4.8 and PHP 5.3.18. These releases fix over 20 bugs. All users of PHP are encouraged to upgrade to PHP 5.4.8, or at least 5.3.18.
https://www.deanbassett.com |
So what happens when the 5.3 branch reaches 5.3.99? Or will it just continue 5.3.199; 5.3.589; 5.3.8987 :lol: I saw it on a PHP site with the official logo but maybe it was not the official site. What I did not do was to make it up. Geeks, making the world a better place |
Maybe they are saying that both are stable releases of the respective branches. Geeks, making the world a better place |
Maybe they are saying that both are stable releases of the respective branches. Yes, Exactly. And yea, versions with 3 digits on the end are not unheard of, but the reason for the two branches is for hosting to have a choice. https://www.deanbassett.com |
On the Events home page, is there a way to have the map appear with the USA centered in the map? Maybe even at a certain zoom level? My site is going to be for USA only so it would be cool if this were possible. Thanks,Mel
http://www.boonex.com/forums/?action=live_tracker#topic/A-Departure-from-Bug-Reports-.htm ManOfTeal.COM a Proud UNA site, six years running strong! |
go to line 43 and replace it with function parseHtmlByName ($sName, &$aVars) {
return parent::parseHtmlByName ($sName.'.html', $aVars);
} I din't get any error , and group got created but I got a warning , how to turn off warnings in production? Warning: substr_compare() [function.substr-compare]: The length cannot exceed initial string length in /home/metro16j/public_html/beta/inc/classes/BxDolTwigTemplate.php on line 43
I have the same issue with the new released Osho 7.1 beta. I only want to use "official" releases and nothing unsupported from the svn in a production environment. Anyone knows how to hotfix this manually or something?
2) When I try to add a group I get: checkAction() fatal error. Unknown action ID: 0
Just tried this on 17140, I was able to create multiple groups without error.
|