Page 1 of 1

Login Error

PostPosted: 28 Mar 2016, 13:52
by Ashwini
when i login as admin user in my website then this error has occured .
"
simplexml_load_string() [<a href='function.simplexml-load-string'>function.simplexml-load-string</a>]: Entity: line 18: parser error : Opening and ending tag mismatch: meta line 6 and head "

Please suggest me quickly , how to resolve it.

Re: Login Error

PostPosted: 28 Mar 2016, 14:36
by Xpycm
Hello.

You can do the following:
In the protected\modules\entries\models\NewsProduct.php file
instead of:
Code: Select all
$rfd = @fopen($url'r');  

write:
Code: Select all
$rfd false