m0hamedessam Posted August 16, 2013 Report Posted August 16, 2013 system overview plugin disapper from dashboard when enble geoip i don't know if this bug or not but how can fix this issue to use both in same time?
Michael Posted August 16, 2013 Report Posted August 16, 2013 That's weird have you installed Blesta from scratch? Also when you turn it off, it shows again?
Paul Posted August 16, 2013 Report Posted August 16, 2013 We ran into an issue where if badly formatted characters were returned from GeoIP the widget would not load. We did implement a fix, but I wonder if it's related but different. I would go to Tools > Logs > User Logins and see if everything looks good there. Michael 1
m0hamedessam Posted August 17, 2013 Author Report Posted August 17, 2013 after enable geoip when i go Tools > Logs > User Logins not work also blank page after disable geoip all back ok
Cody Posted August 17, 2013 Report Posted August 17, 2013 after enable geoip when i go Tools > Logs > User Logins not work also blank page after disable geoip all back ok If you see a blank page you can enable error reporting in /config/blesta.php. Change: Configure::errorReporting(0); to Configure::errorReporting(-1); Then try to reproduce the problem. Michael 1
m0hamedessam Posted August 17, 2013 Author Report Posted August 17, 2013 when i go Tools > Logs > User Logins afte enable log Fatal error: Call to undefined function mb_internal_encoding() in /account/vendors/maxmind/geoip/geoipcity.inc on line 126 Oh noes!Call to undefined function mb_internal_encoding() on line 126 in /account/vendors/maxmind/geoip/geoipcity.inc Fatal error: Call to private method Session::sessionWrite() from context '' in Unknown on line 0Fatal error: Call to private method Session::sessionClose() from context '' in Unknown on line 0
Paul Posted August 17, 2013 Report Posted August 17, 2013 I think this is a result of a missing mbstring extension. If you install mbstring in your php, it should resolve it. I have assigned this to CORE-680 as I don't think we want mbstring to be a system requirement. If we have to use it we may have to check for it before allowing GeoIP to be enabled. Michael 1
MemoryX2 Posted August 18, 2013 Report Posted August 18, 2013 I think this is a result of a missing mbstring extension. If you install mbstring in your php, it should resolve it. I have assigned this to CORE-680 as I don't think we want mbstring to be a system requirement. If we have to use it we may have to check for it before allowing GeoIP to be enabled. This is possible. I have Geoip enabled, but I also have mbstring installed. Michael 1
Michael Posted August 18, 2013 Report Posted August 18, 2013 This is possible. I have Geoip enabled, but I also have mbstring installed. Same I've not had a issue but I thought mbstring was a function most hosts have enabled, and we've used v3 from Beta haha.
MemoryX2 Posted August 18, 2013 Report Posted August 18, 2013 Same I've not had a issue but I thought mbstring was a function most hosts have enabled, and we've used v3 from Beta haha. I actually had to install it on my server but it was no big deal haha
Michael Posted August 18, 2013 Report Posted August 18, 2013 I actually had to install it on my server but it was no big deal haha oh I installed it with EasyApache when configuring the server .
Recommended Posts