Jump to content

wbmnfktr

Members
  • Posts

    2,202
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by wbmnfktr

  1. Tested your exact same code with ProcessWire 3.0.79 and PHP 5.6.25. It works as expected with all kinds of users. No entries in the logs or errors on the page. Are there any security or session related functions or modules installed?
  2. Have had the same issue a few days back and got it working by adding this in line 1 of my template. <?php namespace ProcessWire; ?> The translatable strings are defined in this way: <?php echo __('Kontakt'); ?>
  3. Try to load all files (images, scripts, etc.) with a full path including even protocol and domain. So instead of using this: /site/assets/files/1114/livery-corporate.png Try this: http://www.justrightmarquees.co.uk/site/assets/files/1114/livery-corporate.png Maybe this gets the job done: <base href="http://www.justrightmarquees.co.uk/" />
×
×
  • Create New...