BrianTokyo
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] error establishing a secure connectionFixed it!
Just changed domain.com (website url) to host.server.com (vps host) in the “Mail Server” settings.
Thanks.
Forum: Plugins
In reply to: [Postie] error establishing a secure connectionI don’t have my own SSL cert, it’s a VPS.
Forum: Plugins
In reply to: [Postie] error establishing a secure connectionSame issue with 1.8.6 :/
Warning: stream_socket_enable_crypto(): Peer certificate CN=
host.x.com' did not match expected CN=
x.com’ in /home/x/public_html/wp-content/plugins/postie/lib/pSocketConnection.php on line 82Error establishing secure connection
BrianToyoko: The overview page is very resource intensive, check your pho and webserver logs to see if your running out of time or hitting an execution time limit.
Actually the limit time in php.ini was set at 2 minutes, so that doesn’t seem to be the issue, even setting it to 5, the 404 comes always after exactly 1 minute.
EDIT: nvm that, the issue wasn’t exec time, but memory allocation. After changing memory_limit from 128M to 256M (got 2,5gb ram in the server) it completes the processing after around 56 seconds.
I see. That’s a different issue than what this topic was about, my whole wordpress admin area was blank, not just the statistics. Let me know if you want me to take a look at your site. You can give me login details through any of my sites contact form, i.e https://eden.fm/ https://myimgur.eden.fm/
it does. what issue are you having then? the issue was updating to 7.0.2, we were unable to access the dashboard or anything, so I’m a bit confused.
how did you update to 7.0.4?
it’s a bit technical if you never used ftp. you need to get to the wp plugins folder and rename the wp-statistics one to something else then try if admin area works again.
through ftp. i can check if you trust me with your login.
does it work if you rename the plugins folder?
It’s reaching execution time limit after 1 minute.
I confirm it’s fixed for me as well, thanks. Another issue however, unrelated to this and it’s been happening for a while, when I click on “Overview” the page ~times out after a while and I get a 404 error. Clicking elsewhere like “Hits” or “Browsers” does work. I have a busy wp site so the stats are likely to be quite large, would that be the cause?
Checking the DB, table “wp_statistics_visitor” has 252,436 entries.
Showing rows 0 – 24 (249885 total, Query took 0.2975 sec)
That works, thanks.
Yeah I tried deleting all files and uploading a fresh 7.0.2, same results, so I got the folder renamed now until there’s a fix. If you need me to do any tests/debug let me know.