error..
There are two solution for this..
1. Downgrade lamp to previous version
or
2. Edit php source file of drupal.
I prefer to choose second solution since I love to learn new thing
I have tried a few php function like preg_replace() and mb_ereg()
After test each function I think mb_ereg() is good solution.
Go to www/drupal/includes/file.inc
open file.inc
Search for
elseif ($depth >= $min_depth && ereg($mask, $file)) Edit above line by elseif ($depth >= $min_depth && mb_ereg($mask, $file)) Save the file...Open..install drupal..this time u will not face that error..
cool man, you solved my problem which spanned for week, in 2 min, thanks
ReplyDeleteThank you for the information. I tried to upgrade the other day without success. I will try again.
ReplyDeletehey this is successful..i also tried this on my pc..try it once more...
ReplyDeletethank you, so much!! your solution help me.
ReplyDeletethat was sweet thanks!
ReplyDeleteThank you chetan, it works
ReplyDeleteThanks... worked like a charm!
ReplyDeleteBrilliant, thankx
ReplyDeletefantastic! thanks dude!
ReplyDeleteThank u so much...................
ReplyDelete