• Hi,

    I have been getting the following warning:

    PHP Warning: A non-numeric value encountered in /home/thequint/public_html/wp-content/plugins/accesspress-social-pro/accesspress-social-share-pro.php on line 388

    This is line 388:

    ` $delay_time = $delay_time * 1000;

    Can you help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • HI @andrilio

    Thank you for writing in.

    Please try increasing your PHP configuration limits as follows by contacting your hosting server:

    max_execution_time 900
    memory_limit 256M
    post_max_size 100M
    upload_max_filesize 150M
    max_input_vars 9000

    Please do contact us if the issue is still persisting.

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘PHP Warning: A non-numeric value encountered’ is closed to new replies.