Visistor page allways empty
-
When I click on the WP Statistics tab in the dashboard menu I see the latest visitors with info. But if I go to the visitor page it’s allways empty.
Any ideas how to fix this?
-
Go to Statistics->Optimization->Resources/Information->Number of rows in the wp_statistics_visitor table
oh excuse me rows not columns…
that shows 142.277
I’m going to send you a replacement file to try via e-mail.
Yesss!
That worked 🙂
I’ve optimized the database query, it looks like you were running out of memory during the page generation. I’ve committed the fix to SVN and it will be included in the next release.
I got the same problem. Can someone help me? I didn`t understand what i should do. Thank you very much.
You should open a new thread and describe what your problem is.
There are a few things to check:
– How many rows are in your visits/visitor tables?
– What is your PHP memory limit?
– What does the page source look like? Are there any fatal errors on it or is it completely empty? Does it end before the final body/html tags are created?
– Check your PHP error logs.Can you give me your skype on mail i
ll add you and give you admin user to see your self? It will be more easy to do that and to see what is the problem. Im currently at work and i cant do it my self. Im limmited.1.Number of rows in the fashion_statistics_visit table: 299 Row
2.Number of rows in the fashion_statistics_visitor table: 243,769 Row
3.Page is completly empty only wp-admin menu is there.
4.I can`t post here all PHP error logs.I forget the php memory limit is:
PHP Memory Limit: 256MAfter update i got in Statistics -> Overview this error at Top Referring Sites:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in .*./public_html/wp-includes/plugin.php on line 207It’s an out of memory condition, the next release will improve this and if you want to try the change now you can download this file:
http://plugins.svn.wordpress.org/wp-statistics/trunk/includes/log/last-visitor.php
and replace the one on your site with it.
If that doesn’t help then you’ll have to purge some data from the database.
Where i should replace this file if you don`t mind?
Now i got this error: Warning: require_once(/home/fashionv/public_html/wp-content/plugins/easy-pie-coming-soon/../../../wp-admin/includes/upgrade.php) [function.require-once]: failed to open stream: No such file or directory in /home/fashionv/public_html/wp-content/plugins/easy-pie-coming-soon/classes/class-ezp-cs.php on line 26
Fatal error: require_once() [function.require]: Failed opening required ‘/home/fashionv/public_html/wp-content/plugins/easy-pie-coming-soon/../../../wp-admin/includes/upgrade.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/fashionv/public_html/wp-content/plugins/easy-pie-coming-soon/classes/class-ezp-cs.php on line 26
Ok, now it`s work. Thank you very much. I resolve all with your file. THanks again.
The topic ‘Visistor page allways empty’ is closed to new replies.