Recently, I encountered a strange problem when porting production server to run on my local machine. I want to get it running so I can make the necessary upgrades/modifications necessary.
The site is loaded but gives a lot of errors.
Notice: Undefined offset: 8192 in ...\includes\common.inc on line 561
Notice: Undefined offset: 8192 in ...\includes\common.inc on line 568
And after that red drupal error message
: Function ereg() is deprecated in
C:\wamp\www\sitename\includes\file.inc on line 649.
I use Drupal 5.19. Looking to be pointed in the right direction, if someone can help? Thanks.