<![CDATA[ Evo 1.1RC2 - Testers Required - My Forums]]> https://forums.modx.com/thread/?thread=99264 <![CDATA[Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-536817
A major update to the core code has been completed and Evo 1.1RC (Release Candidate) was recently released

The release can be found and downloaded from here: https://github.com/modxcms/evolution/releases/tag/v1.1RC2

A huge amount of hosting providers are updating their PHP versions to 5.5+ and as we all know Evo has its problems in 5.5 and 5.6 - 1.1RC works upto PHP 7, so hosting problems should be a thing of the past for some time to come.

There are new features in the 1.1RC release, including a fix to remove the so-called page limit.

In the config, there is now an extra box to tick in the friendly URLs section - "Use AliasListing only for Folders"

What this does, when chosen, is only write the URL path of folders to the "siteCache.idx.php", dropping the file size dramatically.

The "siteCache.idx.php" is one of the restrictions when it comes to large sites with thousands of pages - having thousands of pages whilst using FURL's creates a huge "siteCache.idx.php" as all of the FURLs are written to this file as well as tons of other information.

To ensure that all of the changes fully work in a multitude of situations I call on all Evo user to test this release.

Known issues:

  • "Ditto" in combination with "aliasListing" (Use AliasListing only for Folders) - GitHub (Resolved)
  • Listindexer still uses mysql_ instead of mysqli_ - GitHub (Resolved)
]]>
iusemodx Jan 10, 2016, 05:42 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-536817
<![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542679 Quote from: fourroses666 at Jun 22, 2016, 09:57 AM
Did you update? Modules > Yams > Tab - Multilang templates

Are the lang settings active? Modules > Yams > Tab - Language settings
Yes and yes]]>
neoziox Jun 22, 2016, 05:16 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542679
<![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542676
Are the lang settings active? Modules > Yams > Tab - Language settings]]>
fourroses666 Jun 22, 2016, 04:57 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542676
<![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542650 Quote from: fourroses666 at Jun 21, 2016, 07:34 AM
You have to look whats on that line. Looks like you don't have the latest version of Yams thow.
https://github.com/Deesen/YAMS/blob/master/class/yams.class.inc.php#L2897
I download this lastest version of YAMS and it's work perfectly. Thanks… but another problem: inside a document, the tab of a language still empty. All TVs are inside the first tab (you know, the TV mytvname_en must be inside the English tab, mytvname_fr inside the French tab, etc.).]]>
neoziox Jun 21, 2016, 04:48 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542650
<![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542645 https://github.com/Deesen/YAMS/blob/master/class/yams.class.inc.php#L2897]]> fourroses666 Jun 21, 2016, 02:34 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542645 <![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542617
Inside the Multilingual Templates tab of YAMS:
Warning: mysql_num_rows() expects parameter 1 to be resource, object given in /home/users6/a/website/www/assets/modules/yams/class/yams.class.inc.php on line 2897


Same thing for a new install of an update from 1.0.15]]>
neoziox Jun 20, 2016, 08:26 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-542617
<![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-538788 d.helfensteller Feb 25, 2016, 05:47 PM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-538788 <![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-538785
@BBloke

This problem has been resolved - please see the first post for links to GitHub for the solution used]]>
iusemodx Feb 25, 2016, 04:10 PM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required?page=2#dis-post-538785
<![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required#dis-post-538769
mysql_data_seek($rsRecent,$recentCounter);

Line 436.

Changing to
 mysqli_data_seek($rsRecent,$recentCounter);


I'm amazed at how badly I've written some code though. Shame on me!

I haven't come across anything else.]]>
BBloke Feb 25, 2016, 10:23 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required#dis-post-538769
<![CDATA[Re: Evo 1.1RC2 - Testers Required]]> https://forums.modx.com/thread/99264/evo-1-1rc---testers-required#dis-post-538621
My main install is running on 5.3.28 with another on 5.4 but I would like to move forward. I would like to test but fearful I wouldn't have the time to give it.]]>
BBloke Feb 22, 2016, 09:30 AM https://forums.modx.com/thread/99264/evo-1-1rc---testers-required#dis-post-538621