Hello,
messages on your screenshot is not errors but warnings … that do not improve on the functioning plugin
do you have any errors?
Thread Starter
kgk13
(@kgk13)
but why do i get this warnings is because of my wamp server/ php settings ? how can undisplay these warnings.
thanks
Thread Starter
kgk13
(@kgk13)
does anyoane have a solution ?
Hello,
Im sorry, I have problem with my internet connection.
You can try one of this:
1. .htaccess edit and add line:
php_flag display_errors on
2. WordPress config (wp-config.php), and change this line:
efine(‘WP_DEBUG’, false);
3. Edit your php.ini file, and change:
# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0
# enable PHP error logging
php_flag log_errors on
php_value error_log /home/path/public_html/domain/PHP_errors.log
# prevent access to PHP error log
<Files PHP_errors.log>
Order allow,deny
Deny from all
Satisfy All
</Files>
Thread Starter
kgk13
(@kgk13)
i have tryied make these changes for the php.ini file and is still not working and in wp-config it was set right and i don’t have a htaccess file since is wordking in wamp . another ideeas ?
thanks in advence
Hi,
Give me a few days. In one of the next version of the plugin these warnings will be corrected.