Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 17:10:33 -0600
From:      dweimer <dweimer@dweimer.net>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Pydio (Ajaxplorer) on FreeBSD 10rc2
Message-ID:  <bba232be07cd129f593a2c61ece35704@dweimer.net>

next in thread | raw e-mail | index | archive | help

Has anyone tried running Pydio (formerly Ajaxplorer) on a FreeBSD 10 
system.  I have been testing 10 since beta3 and its currently the only 
application I use that isn't working on my test setup.  There is a port 
for it www/ajaxplorer, however I had just manually installed it, as its 
a set of php pages.  I have all the required PHP extensions, but it 
fails with the following error.

Fatal error: Call to a member function cloneNode() on a non-object in 
/usr/local/www/ajaxplorer/core/classes/class.AJXP_Plugin.php on line 276

I compared the output of phpinfo() on my 9.2p2 system with that of my 
10.0rc2 system the only thing I can see that shows any different is the 
is the output under the iconv section.

# FreeBSD 10
iconv support 	enabled
iconv implementation 	unknown
iconv library version 	unknown

# FreeBSD 9.2
iconv support 	enabled
iconv implementation 	libiconv
iconv library version 	1.14

I initially started looking at the php xml dom related extensions, but 
everything appears to show the same values on them.  Of course this 
could be something particular to the Pydio code, and I have started a 
thread on their forum about it.  But I thought I would throw up a 
message here as well in case someone else has ran into a similar issue 
testing PHP Applications under FreeBSD 10

-- 
Thanks,
    Dean E. Weimer
    http://www.dweimer.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bba232be07cd129f593a2c61ece35704>