We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Quote from: danilocuculic at Dec 30, 2013, 01:35 PM
    I'll try to redo it on KCFinder for 1.0.13 release...
    Done: https://github.com/Jako/evolution/commit/f688d033653e65424f26f043b3bc679a53178642
      • 36416
      • 589 Posts
      Quote from: Jako at Dec 30, 2013, 08:37 PM
      Quote from: danilocuculic at Dec 30, 2013, 01:35 PM
      I'll try to redo it on KCFinder for 1.0.13 release...
      Done: https://github.com/Jako/evolution/commit/f688d033653e65424f26f043b3bc679a53178642

      You are quick.
      Special characters that are not in common transliteration table won't be cleaned though. The behavior is probably good enough...
      • Full support of transalias class and plugin settings would be better. Next time.
            • 2762
            • 1,198 Posts
            Testing with two websites:

            site A) from vers 1.0.12 - no errors (in last 5 days)


            site B) from vers 1.0.10 - some errors during (or immediately after) the update process

            « MODX Parse Error »
            MODX encountered the following error while attempting to parse the requested resource:
            « Execution of a query to the database failed - Unknown column 'alias_visible' in 'field list' »
            SQL > SELECT id, IF(alias='', id, alias) AS alias, parent, alias_visible FROM `xxxx_db`.`modx_site_content`
            
            ....
            
            Backtrace
            1	DocumentParser->executeParser()
            index.php on line 144
            2	DocumentParser->getSettings()
            manager/includes/document.parser.class.inc.php on line 1540
            3	synccache->buildCache()
            manager/includes/document.parser.class.inc.php on line 278
            4	synccache->getParents()
            manager/processors/cache_sync.class.processor.php on line 184
            5	DBAPI->query()
            manager/processors/cache_sync.class.processor.php on line 39
            


            SEO strict URL and Transalias plugin disabled in both websites
              Free MODx Graphic resources and Templates www.tattoocms.it
              -----------------------------------------------------

              MODx IT  www.modx.it
              -----------------------------------------------------

              bubuna.com - Web & Multimedia Design
            • Quote from: banzai at Jan 07, 2014, 01:26 PM
              Testing with two websites:

              site A) from vers 1.0.12 - no errors (in last 5 days)
              site B) from vers 1.0.10 - some errors during (or immediately after) the update process

              Maybe not correct update?
              need run install or do manual some change in database
              https://github.com/modxcms/evolution/blob/develop/install/setup.sql#L757-L765
                http://modx.im - Russian community
                http://extras.evolution-cms.com - Repository for Evolution
              • Quote from: banzai at Jan 07, 2014, 01:26 PM
                Testing with two websites:
                site B) from vers 1.0.10 - some errors during (or immediately after) the update process

                MODX encountered the following error while attempting to parse the requested resource:
                « Execution of a query to the database failed - Unknown column 'alias_visible' in 'field list' »
                SQL > SELECT id, IF(alias='', id, alias) AS alias, parent, alias_visible FROM `xxxx_db`.`modx_site_content`
                


                Looks like that: http://forums.modx.com/thread/87453/after-update-from-1-0-10-to-12-execution-of-a-query-to-the-database-failed---unknown-column-039-alias-visible-039-in-039-field-list-039

                Do you have a backup to check out what happens there?
                  • 2762
                  • 1,198 Posts
                  the update has been completed without errors, but i've found them after the first login in Manager Event Log.


                  there are other errors with Ditto snippet in my "tag page"
                  Seems related to ditto tagging with special characters

                  I've the same issue in anoter site with 1.0.13 RC1

                  « MODX Parse Error »
                  MODX encountered the following error while attempting to parse the requested resource:
                  « PHP Parse Error »
                  PHP error debug
                  Error : htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
                  ErrorType[num] : 	WARNING[2]
                  File : 	/home/domain/domains/domain.it/public_html/assets/snippets/ditto/classes/ditto.class.inc.php
                  Line : 	1044
                  Source : 	$query[$clean_param] = htmlspecialchars($value, ENT_QUOTES, $modx->config['modx_charset']);
                  
                  ......
                  
                  Backtrace
                  1	DocumentParser->executeParser()
                  index.php on line 144
                  2	DocumentParser->prepareResponse()
                  manager/includes/document.parser.class.inc.php on line 1615
                  3	DocumentParser->outputContent()
                  manager/includes/document.parser.class.inc.php on line 1720
                  4	DocumentParser->parseDocumentSource()
                  manager/includes/document.parser.class.inc.php on line 592
                  5	DocumentParser->evalSnippets()
                  manager/includes/document.parser.class.inc.php on line 1501
                  6	DocumentParser->_get_snip_result()
                  manager/includes/document.parser.class.inc.php on line 1091
                  7	DocumentParser->evalSnippet()
                  manager/includes/document.parser.class.inc.php on line 1178
                  8	eval()
                  manager/includes/document.parser.class.inc.php on line 1039
                  9	require()
                  manager/includes/document.parser.class.inc.php(1039) : eval()'d code on line 1
                  10	include()
                  assets/snippets/ditto/snippet.ditto.php on line 231
                  11	tagging->tagLinks()
                  assets/snippets/ditto/extenders/tagging.extender.inc.php on line 350
                  12	ditto::buildURL()
                  assets/snippets/ditto/extenders/tagging.extender.inc.php on line 319
                  13	htmlspecialchars()
                  assets/snippets/ditto/classes/ditto.class.inc.php on line 1044
                    Free MODx Graphic resources and Templates www.tattoocms.it
                    -----------------------------------------------------

                    MODx IT  www.modx.it
                    -----------------------------------------------------

                    bubuna.com - Web & Multimedia Design
                    • 9995
                    • 1,613 Posts
                    Evo 1.0.13 compatible with PHP 5.4.22 ?

                    I'm having blank pages when clicking on snippet, plugins etc.
                    1.0.10 and 1.0.12 seems to have this problem.

                    Because of having no time to solve this atm. I asked the host to move it to a other server.
                      Evolution user, I like the back-end speed and simplicity smiley
                    • Quote from: fourroses666 at Jan 08, 2014, 09:31 AM
                      Evo 1.0.13 compatible with PHP 5.4.22 ?

                      I'm having blank pages when clicking on snippet, plugins etc.
                      1.0.10 and 1.0.12 seems to have this problem.

                      Because of having no time to solve this atm. I asked the host to move it to a other server.

                      Tested on 5.4.4 all work fine
                      havent 5.4.22 (
                        http://modx.im - Russian community
                        http://extras.evolution-cms.com - Repository for Evolution