Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
preg_match('^(f|ht)tps?://<here>^</here>', $this->sourceFilename)
Posted By: nvkdo you endorse this fix? I get the same error as stated above.almost :D
eregi('^(f|ht)tps?://', $this->sourceFilename)
preg_match('/^(f|ht)tps?:\/\//i', $this->sourceFilename)
Posted By: masterjayOK I have fixed all the problems (thanks to a friend who knows some php) but there is one error left:
Deprecated: Function eregi_replace() is deprecated in C:\xampp\htdocs\plogger\plog-includes\lib\phpthumb\phpthumb.class.php on line 779
That line is here:
$AbsoluteFilename = eregi_replace('^'.preg_quote(realpath($this->config_document_root)), realpath($this->config_document_root), $AbsoluteFilename);
I changed 'eregi_replace' to 'preg_replace' but doing that only didn't fix the problem. Can someone please tell me what else I'm supposed to do here?
1 to 22 of 22