PHP WARNING: 2013-02-10 17:09:36 (MSK): "SimpleXMLElement::__construct() [<a href='simplexmlelement.--construct'>simplexmlelement.--construct</a>]: <?xml version="1.2" encoding="UTF-8"?>" in file /home/wizar621/public_html/vk/engine/classes/ElggXMLElement.php (line 23) What do ?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- BrianF@BrianF
BrianF - 0 likes
- BrianF@BrianF
BrianF - 0 likes
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- BrianF@BrianF
BrianF - 0 likes
- BrianF@BrianF
BrianF - 0 likes
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- BrianF@BrianF
BrianF - 0 likes
You must log in to post replies.I've same issues too with the video search widget.
and
ElggAutoP class ? Or ElggXMLParser ?
I'm gonna repost my problem in this thread:
I tried installing this: http://www.w3schools.com/php/php_ajax_rss_reader.asp via the 'AnyPage' Elgg plugin. Putting the php file on the server and copy pasting the HTML inside the AnyPage plugin.
I also tried putting the getrss.php file inside the Elgg root folder but I get the same error message. Is this a complex problem to solve or can anyone very easily point out how I can fix this? Any help is deeply appreciated. Thanks.
If this is a bug of the Elgg system, are the developers aware? Is there a fix we can deploy ourselves?
I have no idea what you're trying to do, but putting stuff in the core root folder is probably not a good idea unless you really know what you're doing. The errors there aren't anything to do with elgg though, it's referencing the file you put there, so it's not an elgg issue.
Thanks Matt !
It's a news site on my elgg, pulling in RSS feeds. Here's the source:
http://www.w3schools.com/php/php_ajax_rss_reader.asp
I also tried putting the getrss.php file in:
1) Elgg root folder on the server
2) the elgg data folder outside the Elgg root folder
I don't get the 'URL file-access is disabled'
Matt Beckett, who were you answering in your reply? I egotistically just assumed it was me me me me me :)
Can I put the getrss.php file the root Elgg folder?
I have now turned on allow_url_fopen at my host, but I'm still getting the same errors.
You're better off turning your getrss into a plugin than adding things to root. I don't know anything about the errors in that file, you'll have to debug that in the file itself.
Ok thanks Matt !