We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7455
    • 2,204 Posts
    There are some issu’s in revision 2205 but maybe I am to soon testing this release?

    my findings are:

    1. when you create a webuser and select a country like nederlands and save it then it wil change it to nepal one lower (-1) so what we did (for a quick fix) is changed line 50 in the save_web_user.processor.php from:
    $country = $_POST['country'];
    to
    $country = $_POST['country']+1;


    this is not the solution I think but we could not find the origin of this problem

    2. Calendar funktion is not working.
    when clicking the icon to set a date (any place in the manager including dateTV) it opens a popup where the calendar should be but it display’s this text:
    Not Found
    
    The requested URL /manager/PHP_SELFcalendar/calendar.html was not found on this server.
    


    3.In the public SVN (08-01-07) there are some errors in the webusers login and signup scripts.

    when trying to login using the sidebarlogin it gives me ta whitepage with this text:
    INCLUDE_ORDERING_ERROR
    
    Please use the MODx Content Manager instead of accessing this file directly
    

    I replce the copleat snippetset with a version from beta5 but got the same error

    4. when using the webregister snippet it gives me an error hat the username is empty but I did fill in the username.
    when removing the chunk it works so maybe a typo in the chunk?

    thats it for sofar

    Dimmy
      follow me on twitter: @dimmy01
      • 22303 MODX Staff
      • 10,725 Posts
      Quote from: Dimmy at Jan 09, 2007, 08:53 AM

      There are some issu’s in revision 2205 but maybe I am to soon testing this release?
      Dimmy, are you testing trunk from SVN at 2205? That should be reported for 0.9.5.1 testing. This topic is in regards to the 0.9.7 branch (branches/opengeek/trunk/), and files are downloadable from the first post.
        • 22303 MODX Staff
        • 10,725 Posts
        Quote from: davidm at Jan 09, 2007, 03:34 AM

        About the new parser, quick question : does it rely on Raymond’s work on the parser, e.g does his documentation apply here or not ?
        I gather it has evolved a lot since it does not involve regexp or much less than before but are all previous tags from Raymond’s parser available (I remember there was much debate about conditionnal testing between you two) ?

        If not, which are ?
        Or, where should I look in document.parser.class.inc.php to get an understanding of how the parser works (and also where do I find the tag list...) ?
        Thanks for bearing with me here...
        I believe all tags are supported except for the conditional tags; I just added the [[%lexicon]] tags which can be used to place legacy $_lang entries into the content; you can see those used in the html templates in the manager themes in my current branch (I’ll get another build out in the next day or two). As for conditionals, these can either be easily implemented as a derivative class of modElement with a token of `:` in front, or as individual snippets called :IF-ELSE, etc.

        To be clear though, the parser mechanism in use here is one I wrote December 2005 and the only similarity or documentation that really applies to both is the new tag list (minus conditionals).

        BTW, Kyle’s information is spot on; let me know if you have more questions...I encourage them...
          • 7455
          • 2,204 Posts
          Quote from: OpenGeek at Jan 09, 2007, 09:46 AM

          Quote from: Dimmy at Jan 09, 2007, 08:53 AM

          There are some issu’s in revision 2205 but maybe I am to soon testing this release?
          Dimmy, are you testing trunk from SVN at 2205? That should be reported for 0.9.5.1 testing. This topic is in regards to the 0.9.7 branch (branches/opengeek/trunk/), and files are downloadable from the first post.

          oeps ok sorry my bad was a bit behind in my reading the forums and testing the releases.

          is this still needed that I test the 095 SVN releases or should I test 097?

          Greets Dimmy

            follow me on twitter: @dimmy01
            • 7455
            • 2,204 Posts
            I tried to update from 095 beta5 to 097 and get this when I update:

            At first I was not able to update because the config file was nt found so I copyed the one from manager/incudes to core/conf now I could update but got the foloing error
            You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `setting_value` NOT IN ('MODx', 'MODxLight', 'MODxGreen')' at line 2 during the execution of SQL statement REPLACE INTO `modx_system_settings` (setting_name, setting_value) VALUES ('manager_theme','MODxLight') WHERE `setting_value` NOT IN ('MODx', 'MODxLight', 'MODxGreen').
            


            when I press ok it tries to open the manager but i get this on my screen:
            Warning: main(quotes_stripper.inc.php): failed to open stream: No such file or directory in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 167
            
            Warning: main(): Failed opening 'quotes_stripper.inc.php' for inclusion (include_path='MODX_MANAGER_PATHincludes/') in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 167
            
            Warning: main(settings.inc.php): failed to open stream: No such file or directory in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 177
            
            Warning: main(): Failed opening 'settings.inc.php' for inclusion (include_path='MODX_MANAGER_PATHincludes/') in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 177
            
            Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php:167) in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 180
            
            Warning: main(version.inc.php): failed to open stream: No such file or directory in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 183
            
            Warning: main(): Failed opening 'version.inc.php' for inclusion (include_path='MODX_MANAGER_PATHincludes/') in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 183
            
            Warning: main(accesscontrol.inc.php): failed to open stream: No such file or directory in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 186
            
            Warning: main(): Failed opening 'accesscontrol.inc.php' for inclusion (include_path='MODX_MANAGER_PATHincludes/') in /home/httpd/vhosts/hilverda.eu/httpdocs/manager/index.php on line 186
            Not Logged In!
            


            even on a full instaal I get the same errors

            I will delete all file and start fresh now wil keep all posted.

            Dimmy
              follow me on twitter: @dimmy01
              • 7455
              • 2,204 Posts
              Made a clean instalation on a new domain and new Database.

              WHen the config.inc.php has no writing permissinions the installer gives the foloing message:
              For new Linux/Unix installs, please create a blank file named config.inc.php in the core/config/ directory with permissions set to 755.
              

              but even if the file is 755 i still get this message only when i set the file to 777 it works.

              when installing I get the folloing error again:
              Creating database tables: Database Alerts!
              
              MODx setup couldn't install/alter some tables inside the selected database.
              
              The following errors had occurred during installation
              
              You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `setting_value` NOT IN ('MODx', 'MODxLight', 'MODxGreen')' during the execution of SQL statement REPLACE INTO `modx_system_settings` (setting_name, setting_value) VALUES ('manager_theme','MODxLight') WHERE `setting_value` NOT IN ('MODx', 'MODxLight', 'MODxGreen').
              
              Some tables were not updated. This might be due to previous modifications.
              


              then it wants to open the manager and I ge this error:

              [2007-01-09 21:55:38] (FATAL) Could not load core MODx configuration file!
              

              and when trying to open the homepage it gives me this:
              [2007-01-09 21:58:29] (FATAL) Could not load core MODx configuration file!
              
              Array
              (
                  [0] => Array
                      (
                          [file] => /home/httpd/vhosts/mijnhypotheek.nu/httpdocs/core/xpdo/om/modx095/modx.class.php
                          [line] => 621
                          [function] => _log
                          [class] => modx
                          [type] => ->
                          [args] => Array
                              (
                                  [0] => 0
                                  [1] => Could not load core MODx configuration file!
                              )
              
                      )
              
                  [1] => Array
                      (
                          [file] => /home/httpd/vhosts/mijnhypotheek.nu/httpdocs/core/xpdo/om/modx095/modx.class.php
                          [line] => 223
                          [function] => getconfig
                          [class] => modx
                          [type] => ->
                          [args] => Array
                              (
                              )
              
                      )
              
                  [2] => Array
                      (
                          [file] => /home/httpd/vhosts/mijnhypotheek.nu/httpdocs/index.php
                          [line] => 94
                          [function] => initialize
                          [class] => modx
                          [type] => ->
                          [args] => Array
                              (
                                  [0] => web
                              )
              
                      )
              
              )
              
              


              then it stops

              I edited the config file by hand and enterd my DB credentials and now I have can enter the manager and the site is online.
              the installer did not write the config but did not gave me an error about this ider.

              Nothing is instaled so no snippets chucks etc. I can enter the manager butI can not create anything, if I try I get this error:
              Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/mijnhypotheek.nu/httpdocs/manager/processors/cache_sync.class.processor.php on line 164
              


              Dimmy

                follow me on twitter: @dimmy01
                • 7923
                • 4,213 Posts
                Dimmy, that sql error is fixed in the SVN version, I think you have to wait for the next build.. the other errors you are seeing comes because the upgrade was not run successfully.


                  "He can have a lollipop any time he wants to. That's what it means to be a programmer."
                  • 7455
                  • 2,204 Posts
                  ok I would like to test some other things I notice in the 095 branch would it be posible that I get the latest from svn or is it also public that I can grab it like I grab the 095 branche?
                    follow me on twitter: @dimmy01
                    • 7923
                    • 4,213 Posts
                    There should be a new build from 0.9.7 available today.. but just note that these are still in early alpha stage, so they might have bunch of new bugs that never was in 0.9.5 in top of the 0.9.5 own bugs..

                    Well, it isn’t that bad really, but just as a heads up so you won’t expect too much from it wink


                      "He can have a lollipop any time he wants to. That's what it means to be a programmer."
                      • 11975
                      • 2,542 Posts
                      Hi,

                      same error as dimmy.

                      I’m running PHP version 4.3.1

                      :-)
                        Made with MODx : [url=http://www.copadel.com]copadel, fruits et l