Thank you for the information about why the error occurred. I just had the same problem. I found out that I did not need to install an older version of wamp. You can add an older version of PHP to the installation. Older versions can be downloaded and installed from here:
After installing it, click on the wampserver tray icon, go to PHP, then Version, and then click on the version you just downloaded.
The change either takes a moment to actually 'take', or you need not to have the localhost open in your browser when you make the change. But it works!
or there is second variant too... open file > C:\wamp\www\drupal\includes\file.inc
and change the value in line 902 ..only add mb_ after that its looks like this > elseif ($depth >= $min_depth && mb_ereg($mask, $file)) {
Comments
You must be using PHP 5.3
Drupal is not yet compatible with PHP v5.3
Read more here http://drupal.org/node/360605
I would install an older version of wamp which has PHP 5.2
Adding PHP 5.2 to wamp
Thank you for the information about why the error occurred. I just had the same problem. I found out that I did not need to install an older version of wamp. You can add an older version of PHP to the installation. Older versions can be downloaded and installed from here:
http://www.wampserver.com/en/addons_php.php
PHP 5.2.11 worked for me.
After installing it, click on the wampserver tray icon, go to PHP, then Version, and then click on the version you just downloaded.
The change either takes a moment to actually 'take', or you need not to have the localhost open in your browser when you make the change. But it works!
Thanks!
Thanks this worked great for me.
Thanks this worked great for me.
What would I do without you guys
Drupal rocks. Dedicated posters help out. Thanks for the tip.
Thanks for the tip, worked
Thanks for the tip, worked for me!
hi
or there is second variant too... open file > C:\wamp\www\drupal\includes\file.inc
and change the value in line 902 ..only add mb_ after that its looks like this > elseif ($depth >= $min_depth && mb_ereg($mask, $file)) {
Thanks, fatal_error
Your method seemed to work.
Gracias hermano
buena..
Tip solved my problem
This tip solved my problem Thx
Thanks, it worked!
I was getting the same annoying error message. Your solution worked brilliantly!