8192: preg_replace():
The /e modifier is deprecated, use preg_replace_callback...
I'd like to inform you about the recent error here:
8192: preg_replace(): The /e modifier is deprecated, use preg_replace_callback... It was like
8192: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
File: /home/XXXXXXXXX/public_html/Sources/Load.php(198) : runtime-created function
Line: 3
I wondered what's this and then I found out, that it's just the SMF 1.1.x incompatibility with recent PHP versions (PHP5.5+)! Some people think that if you still run SMF 1.1.x you should consider an upgrade to 2.0.x, but I don't want to upgrade now, so I found a simpler solution of this problem -- I just did it in an easy way: I used " Select PHP Version" and I changed the PHP Version (i.e. I set the Current PHP version) to 5.4, and no more problems.
I'm very busy now with some new projects, so for me it was the best solution, in my opinion.