<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    patpro,<br>
    <br>
    This is a known problem with the latest production release when
    ZendTo is not at the root of the website.<br>
    It's fixed in the latest beta, which will become a production
    release once some people have tested it and confirmed that it isn't
    broken in any major way.<br>
    <br>
    The latest beta is 5.16-7, and the download links should be on<br>
        <a class="moz-txt-link-freetext" href="https://zend.to/beta.php">https://zend.to/beta.php</a><br>
    <br>
    Cheers,<br>
    Jules.<br>
    <br>
    <div class="moz-cite-prefix">On 26/12/2018 7:11 am, patpro via
      ZendTo wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:WM!328ffa5b1ade45b43b5dab777ee04e9c5eb4cc42fb8cebb0f36b5fe00b73e667fbdf89479a2553d2cfa455ffc8686a3a!@mx.jul.es">
      <pre class="moz-quote-pre" wrap="">Hello,

I've installed ZendTo on my server few days ago, and I have a problem with changing languages: when I use the language menu and select a language, the page become blank (not a single html line). Error logs for PHP read:

[26-Dec-2018 00:12:05 Europe/Paris] PHP Warning:  include(zendtoindex.php): failed to open stream: No such file or directory in /patpro/hosting/zendto/www/changelocale.php on line 153
[26-Dec-2018 00:12:05 Europe/Paris] PHP Warning:  include(): Failed opening 'zendtoindex.php' for inclusion (include_path='.:/usr/local/share/pear') in /patpro/hosting/zendto/www/changelocale.php on line 153

I guess a "/" is missing in "zendtoindex.php" but I can't find a way to correct that. I'm running ZendTo 5.15-1, installed from ZendTo-5.15-1.tar on a FreeBSD server (php 7.2).
Relevant Apache config: 

353     Alias /zendto "/patpro/hosting/zendto/www"                                                                                                                                     
354    CacheDisable /zendto
355     <Directory "/patpro/hosting/zendto">
356       Options Indexes FollowSymLinks MultiViews
357       AllowOverride None
358       Require all granted
359 
360       RewriteCond %{REQUEST_FILENAME} !-d
361       RewriteCond %{REQUEST_FILENAME}\.php -f
362       RewriteRule ^(.*)$ $1.php
363 
364       php_admin_value memory_limit 300M
365       php_admin_value max_execution_time 28800
366       php_admin_value max_input_time 28800
367       php_admin_value post_max_size 5000M
368       php_admin_value upload_tmp_dir /patpro/hosting/zendto-data/incoming
369       php_admin_value upload_max_filesize 5000M
370       php_admin_value max_file_uploads 200
371     </Directory>

Thanks,
patpro


_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://jul.es/mailman/listinfo/zendto">http://jul.es/mailman/listinfo/zendto</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CEng CITP MBCS MIEEE MACM

'Once is happenstance, twice is coincidence, three times is enemy
 action.' - Ian Fleming

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
  </body>
</html>