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
    the file parser.class.inc.php is missing.

    Warning: processtvcommand(/home/httpd/vhosts/kinghosting.nl/subdomains/frontierworks/httpdocs/manager/includes/parser.class.inc.php): failed to open stream: No such file or directory in /home/httpd/vhosts/kinghosting.nl/subdomains/frontierworks/httpdocs/manager/includes/tmplvars.commands.inc.php on line 12

    Warning: processtvcommand(): Failed opening ’/home/httpd/vhosts/kinghosting.nl/subdomains/frontierworks/httpdocs/manager/includes/parser.class.inc.php’ for inclusion (include_path=’/home/httpd/vhosts/kinghosting.nl/subdomains/frontierworks/httpdocs/manager/includes/’) in /home/httpd/vhosts/kinghosting.nl/subdomains/frontierworks/httpdocs/manager/includes/tmplvars.commands.inc.php on line 12

    Fatal error: Cannot instantiate non-existent class: etomite in /home/httpd/vhosts/kinghosting.nl/subdomains/frontierworks/httpdocs/manager/includes/tmplvars.commands.inc.php on line 13
      follow me on twitter: @dimmy01
    • Thanks for the report Dimmy. What version of MODx are you running ... Tech Preview 1 perhaps?
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 7455
        • 2,204 Posts
        Thanks for the report Dimmy. What version of MODx are you running ... Tech Preview 1 perhaps?

        yes indeed

        I could not find it in any other releases this parser file
          follow me on twitter: @dimmy01
        • Try this. In tmplvars.commands.inc.php around line 10, change:
          function ProcessTVCommand($etomite,$value){
          	if(empty($etomite)) {
          		include_once dirname(__FILE__)."/parser.class.inc.php";
          		$etomite = new etomite;	// initiate a new document parser
          		$etomite->getSettings(); // load settings
          	}

          to:
          function ProcessTVCommand($etomite,$value){
          	if(empty($etomite)) {
          		include_once dirname(__FILE__)."/document.parser.class.inc.php";
          		$etomite = new DocumentParser;	// initiate a new document parser
          		$etomite->getSettings(); // load settings
          	}


          The "$etomite" vestiges should be cleaned up in an upcoming iteration of the code, FWIW.

          Let me know how that works for you...
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 7455
            • 2,204 Posts
            Now it does work thanks alot

            is it posible to remove the maxlength="200" option in the list menu?

            I want to set a list of 30 colors but can only set 10 of them with name and number.

            greets Dimmy
              follow me on twitter: @dimmy01
              • 32963
              • 1,732 Posts
              Now it does work thanks alot

              is it posible to remove the maxlength="200" option in the list menu?

              I want to set a list of 30 colors but can only set 10 of them with name and number.

              greets Dimmy

              Sure you can. In fact it should have been 65000
                xWisdom
                www.xwisdomhtml.com
                The fear of the Lord is the beginning of wisdom:
                MODx Co-Founder - Create and do more with less.