need server help enabling multibyte string

optomiz

New Member
I unfortunately am new to this all but need to know how to get the server going. I have two things that are not meeting requirements. ZIP Archive (I can figure that one out) and MultiByte String in the php. I can not find where to enable this. Can someone guide me here please.
 
I unfortunately am new to this all but need to know how to get the server going. I have two things that are not meeting requirements. ZIP Archive (I can figure that one out) and MultiByte String in the php. I can not find where to enable this. Can someone guide me here please.

What hosting are you on (shared, vps, dedi)?
If you are on shared hosting, ask your host.
If you have a vps or dedi, then either ask those who manage them, or if this is you, then on cpanel you can recompile EasyApache with those extensions enabled (in the yaml file it is "Cpanel::Easy:pHP5::Mbstring": 1 and "Cpanel::Easy:pHP5::Zip": 1 afaik, but check).
You can do it also from command line, but that is probly beyond this forum, though google is your friend ;)
Feel free to come back with specifics.

PS: the two :p are actually a "::" followed by a "P"
 
Back
Top