Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Multibyte string input conversion in PHP is active and must be disabled

You can edit your site's .htaccess file or settings.php file to do so.
This way there will not be any conflict between your site and your
drush configuration. And in case you changed your server's php version
in the future, you don't have to re-do the same changes to the new 
php version's php.ini file.
  
Via .htaccess:(put these two lines inside .htaccess file)
php_value mbstring.http_input pass
php_value mbstring.http_output pass

Via settings.php
ini_set('mbstring.http_input', 'pass');
ini_set('mbstring.http_output', 'pass');



Comment

PREVIOUS NEXT
Code Example
Html :: move table tfoot at top 
Html :: basefont tag in html 
Html :: Invalid DOM property `for`. Did you mean `htmlFor`? 
Html :: tailwind image text 
Html :: my dixon earbuds are not in sync 
Html :: How to Style a Selected Radio Buttons Label? 
Html :: html iframe tag 
Html :: HOW TO USE A video on a html website from youtube 
Html :: see line from table html 
Html :: change color on the same string html 
Html :: html inline style margin 
Html :: easyui datagrid tabs 
Html :: html submit button text 
Html :: html href click not refresh 
Html :: background music html autoplay hidden 
Html :: side by side tables in bootstrap 
Html :: how to make a div stick to bottom of page bootstrap 
Html :: html how to make element focusable 
Html :: bootstrap link 
Html :: canonical link 
Html :: html color maroon hex 
Html :: html add a delay to link 
Html :: how to summon an entity with a tag 
Html :: Change color of calendar icon in HTML Date Input 
Html :: prevent image saving in html 
Html :: display html input datetime-local 
Html :: html form post 
Html :: html how to insert image 
Html :: insérer pdf dans html 
Html :: html add image 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =