Thread Starter
ellie
(@somethingelsenet)
i have followed all the steps, yet,
it pops up “Warning: strpos() [function.strpos]: Empty delimiter in …….. on line 317”
while line 317 is
“$home_path = 0 === strpos( $abspath_fix, $document_root_fix ) ? $document_root_fix . $base : str_replace( ‘\\’, ‘/’, get_home_path() );”
i have no idea of what is wrong as i am quite new to php…….
anyway, thx for your reply
Thread Starter
ellie
(@somethingelsenet)
line 317
$home_path = 0 === strpos( $abspath_fix, $document_root_fix ) ? $document_root_fix . $base : str_replace( ‘\\’, ‘/’, get_home_path() );