1 (edited by SinfulOne 2009-07-20 13:38)

Topic: Problem with 'validate_manifest' function

Hi.

I have a problem with validate_manifest function in include/xml.php
It didn't work for me. So i can't install any extensions.

I have php 5.2.9 with xml enabled on Linux.
PunBB version is 1.3.4.

Can anyone help me? sad

Re: Problem with 'validate_manifest' function

SinfulOne wrote:

I have a problem with validate_manifest function in include/xml.php
It didn't work for me. So i can't install any extensions.

What errors appeared on the manage extensions page?

Re: Problem with 'validate_manifest' function

Thank you for replying.
I have a blank page with words "Extensions available for install".
Page's source code (full):

    <div class="main-subhead">
        <h2 class="hn"><span>Extensions available for install</span></h2>
    </div>
    <div class="main-content main-extensions">

Screenshot:
http://funkyimg.com/t2/358/685/6.jpg

Re: Problem with 'validate_manifest' function

Please, post here the errors that appear when the debug mode is enabled. And how do you determine, that the problem is in the function "validate_manifest"?

Re: Problem with 'validate_manifest' function

There are no errors, when debug mode is enabled.
After clearing the function 'validate_manifest' i can see list of extensions and can install them.
I can send phpinfo(); if it can help...

Re: Problem with 'validate_manifest' function

Perhaps, it is not the validate_manifest function, because it only contains checks, without a single line about changing the array of extensions. Your problem, I take it, is that the array of extensions is not output.

Did you, by any chance, change any of these files: extensions.php, xml.php or functions.php?

Re: Problem with 'validate_manifest' function

Kovalski wrote:

Did you, by any chance, change any of these files: extensions.php, xml.php or functions.php?

No, i have installed script of punbb by default and haven't changed anything. I think this problem of my configuration of php because on other hosting all working fine.