Jump to content
  • 0

Oh Noes! - Unexpected Character In Filters : "." At 300


tenaki

Question

unexpected character in filters : "." at 300 on line 233 in /home/username/public_html/services/vendors/h2o/h2o/parser.php
 

Printing Stack Trace:
#0 /home/username/public_html/services/vendors/h2o/h2o/parser.php(114): ArgumentLexer->parse()
#1 /home/username/public_html/services/vendors/h2o/h2o/parser.php(75): H2o_Parser::parseArguments('module.*', 294)
#2 /home/username/public_html/services/vendors/h2o/h2o.php(106): H2o_Parser->parse()
#3 /home/username/public_html/services/vendors/h2o/h2o.php(142): H2o->parse('Hi {contact.fir...')
#4 /home/username/public_html/services/app/models/emails.php(804): H2o::parseString('Hi {contact.fir...', Array)
#5 /home/username/public_html/services/app/models/emails.php(512): Emails->buildEmail('service_creatio...', '1', 'en_us', Array)
#6 /home/username/public_html/services/app/models/services.php(1380): Emails->send('service_creatio...', '1', 'en_us', 'markfusher@blue...', Array, NULL, NULL, NULL, Array)
#7 /home/username/public_html/services/app/models/services.php(1051): Services->sendNotificationEmail(Object(stdClass), Object(stdClass), '1')
#8 /home/username/public_html/services/app/controllers/admin_clients.php(3740): Services->edit('14', Array, false, true)
#9 /home/username/public_html/services/lib/dispatcher.php(111): AdminClients->editService()
#10 /home/username/public_html/services/index.php(21): Dispatcher::dispatch('/services/admin...')
#11 {main}

This is what I get when going to /services/admin/clients/editservice/1/14/ >> Manage Service: Coloured Templates fixed width -  and clicking "activate"

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Look at your package welcome email. Find any use of {module.*} and remove it. {module.*} is not a valid tag. The asterisk simply indicates that there could be "any" field available, and that it depends on the module. For example, cPanel supports the {module.host_name} tag, but the module you're using may differ. This goes for {service.*} and {package.*} tags as well.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...