Base64 decoding is not supported on Network Solution shared hosting
6 posts by 4 authors in: Forums > CMS Builder
Last Post: December 1, 2010 (RSS)
By markr - November 24, 2010
I get a base64 error now and then when using cmsb (using 2.06 now but it happened with prev versions as well).
When it happens again I'll post the exact error message.
Has anybody faced / solved this?
Re: [markr] Base64 decoding is not supported on Network Solution shared hosting
By zip222 - November 24, 2010
Re: [markr] Base64 decoding is not supported on Network Solution shared hosting
By Jason - November 25, 2010
base64 is a built-in PHP function that the host has disabled. They've done this to prevent malicious programs from using it, but the problem is that a lot of good programs use it as well. The only solution is to get the host to re-enable it or move hosts.
Hope this helps
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Base64 decoding is not supported on Network Solution shared hosting
By Chris - November 25, 2010
It seems like Network Solutions expects their customers to customize their PHP with a php.ini file in order to be able to use the (perfectly harmless) base64_decode function.
This forum post goes into details, but please note that it's dated Dec 2008, so the php.ini file given there may not be current:
[url http://amember.com/forum/showthread.php?t=12848]http://amember.com/forum/showthread.php?t=12848[/url]
Please contact Network Solutions and ask them for instructions on how to configure PHP to allow the use of the base64_decode function.
Chris
Re: [chris] Base64 decoding is not supported on Network Solution shared hosting
By Chris - November 25, 2010
Could either of you provide me with FTP details? I'm thinking we might be able to solve this with CMS Builder...
If so, please submit a [url http://www.interactivetools.com/support/]Second Level Support Request[/url] with a comment mentioning my name and this thread URL — thanks! :)
Chris
Re: [chris] Base64 decoding is not supported on Network Solution shared hosting
By zip222 - December 1, 2010