• Hi, inside the plugin pages,Visitors and Spy Bot, I have this two errors

    1)Out of memory (allocated 101711872) (tried to allocate 32 bytes) in /home/mhd-01/www.ferentino.org/htdocs/wp-includes/wp-db.php on line 1906

    2)Notice: Undefined variable: robot in /home/mhd-01/www.ferentino.org/htdocs/wp-content/plugins/newstatpress/includes/nsp_visits.php on line 165

    what tehey mean is possible to fix them?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ice00

    (@ice00)

    hi,

    1) PHP needs more memory for reading the data from DB.
    You can try to add:

    define(‘WP_MEMORY_LIMIT’, ‘196M’);

    in your ‘wp-config.php’ of WordPress installation

    2)
    It is fixed now in GIT repository and it will be in next version

    thanks

    Thread Starter mrzpro

    (@mrzpro)

    Hi, I changed my
    define(‘WP_MEMORY_LIMIT’,’256M’) and now is not 196M but 256M
    but nothing changed

    1)Fatal error: Out of memory (allocated 97517568) (tried to allocate 82 bytes) in /home/mhd-01/www.ferentino.org/htdocs/wp-includes/wp-db.php on line 1906

    2)Notice: Undefined variable: robot in /home/mhd-01/www.ferentino.org/htdocs/wp-content/plugins/newstatpress/includes/nsp_visits.php on line 165

    Plugin Author ice00

    (@ice00)

    hi

    1)
    it is possible that PHP has the limit fixed into php.ini on the server.

    Can you see how big is your DB? (you can find the information inside newstatpress tool information tab)

    Thread Starter mrzpro

    (@mrzpro)

    I have two info:

    1) Structure 141,26Mb
    2) Index 49,95Mb

    Plugin Author ice00

    (@ice00)

    hi,

    very strange as you DB is very little compared to the ones I use.
    What version of PHP there is in your server?

    Thanks

    Thread Starter mrzpro

    (@mrzpro)

    Hi,

    Php Ver. 5.6

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I do not know what they mean’ is closed to new replies.