First time user and first error
I just got this installed to try it out. First thing I get on creating a sample page is:
"PHP Error was encountered
Severity: 8192
Message: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
Filename: libraries/Fuel_pages.php
Line Number: 1293" What's up with that? I am just using the built in Fuel layout.
Comments
$output = preg_replace('/(<body[^>]*>)/', '"\\1\n".'.$head_markers, $output);
$output = preg_replace('/(<body[^>]*>)/', "\\1\n".$head_markers, $output);