Jump to content

System Overview Plugin Disapper When Enble Geoip


Recommended Posts

Posted

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.

Posted
  On 8/17/2013 at 1:37 AM, m0hamedessam said:

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.

Posted

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 0

Fatal error: Call to private method Session::sessionClose() from context '' in Unknown on line 0

Posted

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.

Posted
  On 8/17/2013 at 10:07 PM, Paul said:

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. 

Posted
  On 8/18/2013 at 5:57 PM, MemoryX2 said:

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.

Posted
  On 8/18/2013 at 5:59 PM, CubicWebs said:

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

Posted
  On 8/18/2013 at 6:01 PM, MemoryX2 said:

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 :D.

Guest
This topic is now closed to further replies.
×
×
  • Create New...