PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   v3.8.2 (http://www.photoplog.com/forum/showthread.php?t=2845)

AdrianH 04-22-2009 06:03 PM

v3.8.2
 
I have tried to install this on a forum running vb 3.8.2 and get nowhere.

The forum path is definitely correct,the photoplog ACP menu is corrupt,the first three settings groups are blank.

The files have been double checked and I did a fresh upload from a new .zip file also.:confused:

Morgan 04-23-2009 04:22 AM

What do you mean by corrupt? Please post a screenshot.

AdrianH 04-24-2009 02:43 PM

Don't have a screenshot as I uninstalled again.

In the Photoplog ACP the first three settings categories lead to empty/blank pages, there are no settings available.

Morgan 04-26-2009 11:24 AM

If you reinstall, please post a screenshot.

AdrianH 04-26-2009 03:14 PM

1 Attachment(s)
Here it is. Tried it again,same result. vB ACP Photoplog options is fine.

Photoplog shows at forums/photoplog, can make categories but those 1st 3 Photoplog menu items result in an empty blue screen as seen in s/shot.

Morgan 04-27-2009 02:01 PM

The problem is with libxml2 as documented here. Please direct your sysadmin or host to that PHP bug report so that your sysadmin or host can update the required software for you. This is not a PhotoPlog bug. As reported from...

[4 Nov 9:00pm UTC] rrichards@php.net
This is still being worked on.
Currently the only options are to build PHP with libxml2 <= 2.6.32 or
build ext/xml with expat.
[5 Nov 4:30pm UTC] rrichards@php.net
just use the example in the manual. Your change simply gets predefined
entities working but breaks all other cases. I'm currently looking at
getting the change in libxml2 that caused this reverted. The problem
stems from the magic needed to emulate expat behavior as its not native
in libxml so non-standard use of the libxml sax hooks was needed.
Otherwise you can edit the cpnav_photoplog.xml file to work around the libxml2 bug.

Untested but you can try changing lines like this:
Code:

<link>options.php?do=options&amp;dogroup=photoplog</link>
To this:
Code:

<link><![CDATA[options.php?do=options&amp;dogroup=photoplog]]></link>

AdrianH 04-27-2009 03:09 PM

Well,I have had this checked and the server is running the latest release :

libxml2 2.7.3 which according to that report is the version that cures the bug.:confused:

I edited the file on the three affected lines as you suggested which seems to have cured the error,odd though that all the other menu items were working and needed no change.


All times are GMT. The time now is 08:43 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.