Hello,
I have installed modzzz Premium Events module and after I successfully create an event and then click to view the event, I get the following error :
Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Space required after the Public Identifier in /home/public_html/inc/classes/BxDolSocialSharing.php on line 122
At first I thought it was related to the following topic but of course the fix is already exists in Dolphin 7.3.5 ( the version I am using) https://www.boonex.com/forums/topic/FacebookLocales-xml.htm
Doing an "echo" of the error produces the following:
You don't have permission to access /plugins/facebook-php-sdk/FacebookLocales.xml on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I applied the following fix, using PHP "file_get_contents" directly instead of Boonex method bx_file_get_contents. This allows me to view the event page but outputs the following error message across the top of the page:
Warning: file_get_contents(http://xxxxx.com/plugins/facebook-php-sdk/FacebookLocales.xml): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/public_html/inc/classes/BxDolSocialSharing.php on line 110
Has anyone had a similar issue? Any input on this would be appreciated. Also I would love to hear from anyone here using FastComet as host, because I am wondering if this is a server setup issue.
Thank you.
Ps: I can access the file at location directly in browser : /plugins/facebook-php-sdk/FacebookLocales.xml