Author Topic: can someone actually explain what happened to the forums this time  (Read 578 times)

this clearly wasn't a HDD problem since we were able to still visit, and it was script related on a certain line

if someone knows what exactly it means, what happened



there was some php error with preg_replace using a deprecated pattern modifier

https://stackoverflow.com/questions/15454220/replace-preg-replace-e-modifier-with-preg-replace-callback

badspot updated php but there was a function that was no longer supported
« Last Edit: June 29, 2017, 07:35:30 PM by Anybody »

preg_replace(preg_replace);

there was some php error with preg_replace using a deprecated pattern modifier

https://stackoverflow.com/questions/15454220/replace-preg-replace-e-modifier-with-preg-replace-callback

badspot updated php but there was a function that was no longer supported

thanks, that answers my question

locking