veerendra Posted October 6, 2008 Share Posted October 6, 2008 Hi all , I am having problems with Drupal frame work , Its asking me to enable mbstring . and I am having proeblem with PHP compilation , does anyone have the compiled version compatble to Drupal framework. If anyone have the same experience please share with me. Thanks in adavance for your help. Quote Link to comment https://forums.phpfreaks.com/topic/127255-php-with-drupal/ Share on other sites More sharing options...
haku Posted October 7, 2008 Share Posted October 7, 2008 You need to go into your php.ini file and enable mb_string. If you don't have access to the php.ini file, and you are on an apache server, you can set this in your .htaccess file. Though I believe these settings are already made in the drupal pre-installed .htaccess file. Quote Link to comment https://forums.phpfreaks.com/topic/127255-php-with-drupal/#findComment-658746 Share on other sites More sharing options...
veerendra Posted October 7, 2008 Author Share Posted October 7, 2008 Hi I tried putting the same entry in php.ini. No luck. BTW I am using PHP version 5.2.6 . and I found in the PHP site that I need to recompile it with --enable-mbstring option. I am doing that and I am getting the fatal error. Quote Link to comment https://forums.phpfreaks.com/topic/127255-php-with-drupal/#findComment-659021 Share on other sites More sharing options...
DaddySays Posted October 7, 2008 Share Posted October 7, 2008 make sure you are not running any other php program, like wamp, zend, etc. I was having simular problems, and what i did was got rid of zend and reinstalled wamp, and walla, it worked. Most of those programs (if you have any other php related program) have the same php.ini folders and set themselves to be default when installed. So it screws with a lot of the functionality and loading of extensions. Quote Link to comment https://forums.phpfreaks.com/topic/127255-php-with-drupal/#findComment-659195 Share on other sites More sharing options...
DaddySays Posted October 7, 2008 Share Posted October 7, 2008 also if you had a previous version of php installed it needed to be uninstalled first. Quote Link to comment https://forums.phpfreaks.com/topic/127255-php-with-drupal/#findComment-659196 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.