Problems, need help? Have a tip or advice? Post it here.
10 posts Page 1 of 1
hi, have tested on this server configuration:
Image

and it's a list of errors, will attach as html in this post

Attachments

Thanks for the heads-up.

I have committed the fix to GitHub.
Could you please try that out and let me know if it resolves the problem?

Thanks,
another surprises are in attachment in errors.html page

Attachments

Thanks but this time the entities being reported are mere 'notices' (as opposed to your previous post which had 'warnings') and can be safely ignored.

In fact, the default configuration of Couch is set to suppress notices (as would every production server you'd host Couch on be). Perhaps some local configuration on your setup is overriding that setting and causing the notices to show up.

You may try to use the following two ways to suppress them -
1. Add the following to your couch/config.php file -
Code: Select all
ini_set( 'error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED );

2. If the above does not work, find the php.ini being used by your server (see the output of phpinfo()) and then find the following line in it -
Code: Select all
error_reporting = E_ALL

modify the line to make it as follows -
Code: Select all
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

Restart the server for the changes to take effect.

Hope this helps.
Hi KK,
I've made the changes you made to work with a version 7.2

However, I see the following warnings:
Code: Select all
Warning:  Use of undefined constant MINIFY_TIMESTAMP_FILENAME - assumed 'MINIFY_TIMESTAMP_FILENAME' (this will throw an Error in a future version of PHP) in /home/evropest/domains/evropest/panel/addons/minify-js-css/minify.php on line 77

Warning:  Cannot modify header information - headers already sent by (output started at /home/evropest/domains/evropest/panel/addons/minify-js-css/minify.php:77) in /home/evropest/domains/evropest/panel/cms.php on line 334


PHP Version 7.2.5
Hi @orbital,

The warning appears to be related to @Tim's addon (viewtopic.php?f=8&t=11090).
i am sure he'll address this very shortly :) Stay tuned.
Hi KK,
I noticed another problem with version 725
There seems to be a mistake in addons/mosaic/globals/globals.php
Code: Select all
<b>Warning</b>:  Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant op - assumed 'op' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant quote_type - assumed 'quote_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value_type - assumed 'value_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant op - assumed 'op' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant quote_type - assumed 'quote_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value_type - assumed 'value_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant op - assumed 'op' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant quote_type - assumed 'quote_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value_type - assumed 'value_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant op - assumed 'op' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant quote_type - assumed 'quote_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value_type - assumed 'value_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant op - assumed 'op' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant quote_type - assumed 'quote_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value_type - assumed 'value_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant op - assumed 'op' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant quote_type - assumed 'quote_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value_type - assumed 'value_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant name - assumed 'name' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant op - assumed 'op' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant quote_type - assumed 'quote_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value - assumed 'value' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Use of undefined constant value_type - assumed 'value_type' (this will throw an Error in a future version of PHP) in <b>/home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php</b> on line <b>46</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/evropest/domains/evropest/panel/addons/mosaic/globals/globals.php:46) in <b>/home/evropest/domains/evropest/panel/cms.php</b> on line <b>334</b><br />



Thank you very much
Thanks Ivo for the heads-up.

I have pushed a commit as a fix.
Could you please try it out and let me know if that resolves the issue?
Thanks for the wonderful support Kamran!
No error is currently displayed on PHP Version 7.2.5. This is great because I see that speed is really higher!
However, I have not tested whether the mosaic works well, because I need more time - I'll do it tomorrow

Thank you very much
KK wrote: Hi @orbital,

The warning appears to be related to @Tim's addon (viewtopic.php?f=8&t=11090).
i am sure he'll address this very shortly :) Stay tuned.

Thanks @orbital. The minify addon has been updated.
10 posts Page 1 of 1