BOONEX.COM BOONEX BLOG BOONEX DEVZONE



Error with Orca 1.2b4 (xml)

I’ve installed Dolphin 6.003 integrated with Orca.  Server config: PHP 5.2.0 + MySQL 5.1.14-beta.

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26

XML Support active
XML Namespace Support active
libxml2 Version 2.6.26

XMLReader enabled
XMLWriter enabled

XSL enabled
libxslt Version 1.1.17
libxslt compiled against libxml Version 2.6.26
EXSLT enabled
libexslt Version 1.1.17

Can anyboby help to fix this problem?

Script writing that error in function  DOMDocument::loadXML(). I’ve read error strig in file forum.php and chech variable   $xml = $this->_read_file ($url);

This variable contains folowing text:  “Forbidden You don’t have permission to access /orca/xml/orca.php on this server.”
So function  DOMDocument::loadXML() can’t read this value. But /orca/xml/orca.php chmoded 755. And access to this granted. When i open this file from browser: “<?xml version=”1.0″ encoding=”utf-8″ ?> - <bxforum>  <time>1197870346</time>   </bxforum>”
And i don’t khow what to do now.
If anyone can help me try to look this, please…

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Space required after the Public Identifier in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SystemLiteral ” or ‘ expected in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SYSTEM or PUBLIC, the URI is missing in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Space required after the Public Identifier in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SystemLiteral ” or ‘ expected in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SYSTEM or PUBLIC, the URI is missing in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Space required after the Public Identifier in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SystemLiteral ” or ‘ expected in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SYSTEM or PUBLIC, the URI is missing in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1724

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Space required after the Public Identifier in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1590

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SystemLiteral ” or ‘ expected in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1590

Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: SYSTEM or PUBLIC, the URI is missing in Entity, line: 1 in /usr/home/www/bur-bur.ru/test/orca/classes/Forum.php on line 1590

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/www/bur-bur.ru/test/orca/xml/url.php:31) in /usr/home/www/bur-bur.ru/test/orca/inc/util.inc.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/www/bur-bur.ru/test/orca/xml/url.php:31) in /usr/home/www/bur-bur.ru/test/orca/inc/util.inc.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/www/bur-bur.ru/test/orca/xml/url.php:31) in /usr/home/www/bur-bur.ru/test/orca/inc/util.inc.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/www/bur-bur.ru/test/orca/xml/url.php:31) in /usr/home/www/bur-bur.ru/test/orca/inc/util.inc.php on line 41

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/www/bur-bur.ru/test/orca/xml/url.php:31) in /usr/home/www/bur-bur.ru/test/orca/classes/BxXslTransform.php on line 63

4 Responses to “Error with Orca 1.2b4 (xml)”


  1. 1 dugarka

    I’ve install all needed ext to my PHP. But i have this errors. Could somebody help with this?

    apache 2.2 write in the error file:

    client denied by server configuration: /home/www/…/orca/xml/orca.php

  2. 2 AlexT

    Hello,

    Please check your orca/inc/header.inc.php file.

    Path to xml/orca.php file should be url, but not real filesystem path.

    Default value for this file:

    $gConf[’url’][’xml’] = $gConf[’url’][’base’] . ‘xml/orca.php’; // xml integration file url

    If you have another value for $gConf[’url’][’xml’] setting option, please replace with above in orca/inc/header.inc.php file.

    Best regards, Alex.

  3. 3 dugarka

    Thanks. I’ve fix this bug.
    It was a simple bug.

    in .htaccess i blocked access to the site for testing period. im write

    deny from all
    allo from 212.212.212.212 #(my ip)

    but i don’t give access to server’s ip. so function called from Forum.php try to get access to orca.php via curl but script is running under servers ip then .htaccess has blocked this script.

    I’ve gived access to server’s ip

    alow from 90.90.90.90 (server’s ip)

    and orca works fine )

    Thank you for your comment.

  4. 4 ozzicat

    I have the same problem!!!
    How did you fix it?

Leave a Reply

You must login to post a comment.